/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | screenshare_layers_unittest.cc | 44 layers_->PopulateCodecSpecific(base_sync, vp8_info, timestamp); in EncodeFrame() 90 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); in SkipUntilTl() 118 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); 126 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); 215 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); 245 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); 264 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); 407 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); in TEST_F() 418 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); in TEST_F() 429 layers_->PopulateCodecSpecific(false, &vp8_info, timestamp); in TEST_F() [all …]
|
D | default_temporal_layers_unittest.cc | 87 tl.PopulateCodecSpecific(false, &vp8_info, 0); 128 tl.PopulateCodecSpecific(false, &vp8_info, 0); 168 tl.PopulateCodecSpecific(false, &vp8_info, 0); 196 tl.PopulateCodecSpecific(true, &vp8_info, 0); in TEST() 202 tl.PopulateCodecSpecific(false, &vp8_info, 0); in TEST()
|
D | temporal_layers.h | 49 virtual void PopulateCodecSpecific(bool base_layer_sync,
|
D | default_temporal_layers.h | 34 void PopulateCodecSpecific(bool base_layer_sync,
|
D | screenshare_layers.h | 45 void PopulateCodecSpecific(bool base_layer_sync,
|
D | vp8_impl.h | 80 void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
D | realtime_temporal_layers.cc | 206 virtual void PopulateCodecSpecific(bool base_layer_sync, in PopulateCodecSpecific() function in webrtc::__anon2dfd682d0111::RealTimeTemporalLayers
|
D | screenshare_layers.cc | 192 void ScreenshareLayers::PopulateCodecSpecific(bool base_layer_sync, in PopulateCodecSpecific() function in webrtc::ScreenshareLayers
|
D | default_temporal_layers.cc | 240 void DefaultTemporalLayers::PopulateCodecSpecific( in PopulateCodecSpecific() function in webrtc::DefaultTemporalLayers
|
D | vp8_impl.cc | 926 void VP8EncoderImpl::PopulateCodecSpecific( in PopulateCodecSpecific() function in webrtc::VP8EncoderImpl 945 temporal_layers_[stream_idx]->PopulateCodecSpecific(base_layer_sync_point, in PopulateCodecSpecific() 996 PopulateCodecSpecific(&codec_specific, *pkt, stream_idx, in GetEncodedPartitions()
|
D | simulcast_unittest.h | 189 void PopulateCodecSpecific(bool base_layer_sync, in PopulateCodecSpecific() function 192 layers_->PopulateCodecSpecific(base_layer_sync, vp8_info, timestamp); in PopulateCodecSpecific()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 75 void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
D | vp9_impl.cc | 550 void VP9EncoderImpl::PopulateCodecSpecific(CodecSpecificInfo* codec_specific, in PopulateCodecSpecific() function in webrtc::VP9EncoderImpl 687 PopulateCodecSpecific(&codec_specific, *pkt, input_image_->timestamp()); in GetEncodedLayerFrame()
|