Searched refs:PopulateCodecSpecific (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/test/ |
D | fake_vp8_encoder.cc | 73 CodecSpecificInfo FakeVp8Encoder::PopulateCodecSpecific( in PopulateCodecSpecific() function in webrtc::test::FakeVp8Encoder 101 PopulateCodecSpecific(encoded_image.size(), encoded_image._frameType, in EncodeHook()
|
D | fake_vp8_encoder.h | 47 CodecSpecificInfo PopulateCodecSpecific(size_t size_bytes,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_encoder.h | 78 void PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
D | libvpx_vp8_encoder.cc | 1073 void LibvpxVp8Encoder::PopulateCodecSpecific(CodecSpecificInfo* codec_specific, in PopulateCodecSpecific() function in webrtc::LibvpxVp8Encoder 1155 PopulateCodecSpecific(&codec_specific, *pkt, stream_idx, encoder_idx, in GetEncodedPartitions()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | libvpx_vp9_encoder.h | 69 bool PopulateCodecSpecific(CodecSpecificInfo* codec_specific,
|
D | libvpx_vp9_encoder.cc | 1278 bool LibvpxVp9Encoder::PopulateCodecSpecific(CodecSpecificInfo* codec_specific, in PopulateCodecSpecific() function in webrtc::LibvpxVp9Encoder 1720 if (!PopulateCodecSpecific(&codec_specific_, &spatial_index, &temporal_index, in GetEncodedLayerFrame()
|