/external/webrtc/webrtc/video/ |
D | video_decoder_unittest.cc | 26 int32_t InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::VideoDecoderSoftwareFallbackWrapperTest::CountingFakeDecoder 74 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 81 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 109 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 124 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 139 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 165 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F() 179 fallback_wrapper_.InitDecode(&codec, 2); in TEST_F()
|
D | video_decoder.cc | 58 int32_t VideoDecoderSoftwareFallbackWrapper::InitDecode( in InitDecode() function in webrtc::VideoDecoderSoftwareFallbackWrapper 63 return decoder_->InitDecode(codec_settings, number_of_cores); in InitDecode() 71 if (fallback_decoder_->InitDecode(&codec_settings_, number_of_cores_) != in InitFallbackDecoder()
|
/external/webrtc/webrtc/ |
D | video_decoder.h | 63 virtual int32_t InitDecode(const VideoCodec* codec_settings, 94 int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/webrtc/webrtc/modules/video_coding/ |
D | generic_decoder.cc | 135 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder 140 return _decoder->InitDecode(settings, numberOfCores); in InitDecode()
|
D | generic_decoder.h | 72 int32_t InitDecode(const VideoCodec* settings, int32_t numberOfCores);
|
D | video_coding_robustness_unittest.cc | 155 EXPECT_CALL(decoder_, InitDecode(_, _)).Times(1); in TEST_F()
|
D | codec_database.cc | 563 if (ptr_decoder->InitDecode(decoder_item->settings.get(), in CreateAndInitDecoder()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 185 bool InitDecode(); 219 bool CCodec_JpegDecoder::InitDecode() { in InitDecode() function in CCodec_JpegDecoder 281 if (!InitDecode()) in Create() 303 if (!InitDecode()) { in v_Rewind()
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_decoder.h | 34 int InitDecode(const VideoCodec* video_codec, int number_of_cores) override;
|
D | h264_video_toolbox_decoder.cc | 116 int H264VideoToolboxDecoder::InitDecode(const VideoCodec* video_codec, in InitDecode() function in webrtc::H264VideoToolboxDecoder
|
/external/webrtc/webrtc/test/ |
D | fake_decoder.h | 27 int32_t InitDecode(const VideoCodec* config,
|
D | fake_decoder.cc | 20 int32_t FakeDecoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeDecoder
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/ |
D | i420.h | 99 int InitDecode(const VideoCodec* codecSettings,
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 157 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in SetUpEncodeDecode() 220 EXPECT_EQ(WEBRTC_VIDEO_CODEC_OK, decoder_->InitDecode(&codec_inst_, 1)); in TEST_F()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.cc | 77 int32_t InitDecode(const VideoCodec* codecSettings, int32_t numberOfCores) 275 int32_t MediaCodecVideoDecoder::InitDecode(const VideoCodec* inst, in InitDecode() function in webrtc_jni::MediaCodecVideoDecoder 483 int32_t ret = InitDecode(&codec_, 1); in Decode() 787 return InitDecode(&codec_, 1); in Reset()
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor_unittest.cc | 59 EXPECT_CALL(decoder_mock_, InitDecode(_, _)).Times(1); in ExpectInit()
|
D | videoprocessor.cc | 123 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores); in Init()
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/ |
D | mock_video_codec_interface.h | 65 MOCK_METHOD2(InitDecode,
|
/external/webrtc/webrtc/modules/video_coding/include/mock/ |
D | mock_video_codec_interface.h | 64 MOCK_METHOD2(InitDecode,
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 140 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
|
D | vp9_impl.cc | 846 InitDecode(&codec_, 1); in Reset() 850 int VP9DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { in InitDecode() function in webrtc::VP9DecoderImpl
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 129 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
|
D | vp8_sequence_coder.cc | 147 EXPECT_EQ(0, decoder->InitDecode(&inst, 1)); in SequenceCoder()
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
D | i420.cc | 154 int I420Decoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::I420Decoder
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 67 virtual int32_t InitDecode(const webrtc::VideoCodec*, int32_t) { in InitDecode() function
|