Searched defs:base_layer_sync (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.cc241 bool base_layer_sync,
252 if (base_layer_sync) {
281 last_base_layer_sync_ = base_layer_sync;
240 PopulateCodecSpecific( bool base_layer_sync, CodecSpecificInfoVP8* vp8_info, uint32_t timestamp) argument
H A Dscreenshare_layers.cc192 void ScreenshareLayers::PopulateCodecSpecific(bool base_layer_sync, argument
202 if (base_layer_sync) {
215 last_base_layer_sync_ = base_layer_sync;
H A Drealtime_temporal_layers.cc206 virtual void PopulateCodecSpecific(bool base_layer_sync, argument
216 if (base_layer_sync) {
244 last_base_layer_sync_ = base_layer_sync;

Completed in 88 milliseconds