|
[Cast] Repurpose CastInitializationStatus for variable frame size support.
1. Renamed the CastInitializationStatus enum to OperationalStatus.
2. Renamed CastInitializationCallback to StatusChangeCallback.
3. Documented use of enum and callback.
4. Callbacks may now be run repeatedly to indicate when codec reinit
occurs (e.g., for a frame size change), and whether runtime errors
occur after initialization.
BUG= 451277
Committed: https://crrev.com/6377eb4a7055d3135e286e71b563ccd100ed4669
Cr-Commit-Position: refs/heads/master@{#315187}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+407 lines, -339 lines) |
Patch |
 |
M |
chrome/renderer/media/cast_session_delegate.h
|
View
|
|
1 chunk |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/cast_session_delegate.cc
|
View
|
|
4 chunks |
+43 lines, -34 lines |
2 comments
|
Download
|
 |
M |
media/cast/cast_config.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_defines.h
|
View
|
|
1 chunk |
+27 lines, -12 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_sender.h
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_sender_impl.h
|
View
|
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/cast_sender_impl.cc
|
View
|
|
5 chunks |
+27 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/audio_decoder.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/audio_decoder.cc
|
View
|
|
6 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/audio_decoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/receiver/video_decoder.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/video_decoder.cc
|
View
|
|
7 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
media/cast/receiver/video_decoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_encoder.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_encoder.cc
|
View
|
|
11 chunks |
+20 lines, -22 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_sender.h
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_sender.cc
|
View
|
|
4 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/audio_sender_unittest.cc
|
View
|
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder.cc
|
View
|
|
12 chunks |
+30 lines, -25 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/external_video_encoder_unittest.cc
|
View
|
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/frame_sender.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/h264_vt_encoder.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/h264_vt_encoder.cc
|
View
|
1
|
1 chunk |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/h264_vt_encoder_unittest.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_encoder_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_encoder_impl.cc
|
View
|
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_encoder_impl_unittest.cc
|
View
|
|
4 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender.h
|
View
|
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender.cc
|
View
|
|
8 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
 |
M |
media/cast/sender/video_sender_unittest.cc
|
View
|
|
18 chunks |
+57 lines, -35 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/cast_benchmarks.cc
|
View
|
1
|
3 chunks |
+22 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/end2end_unittest.cc
|
View
|
|
2 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/sender.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/cast/test/simulator.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 10 (2 generated)
|