Home
last modified time | relevance | path

Searched refs:InitDecode (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/video/
Dvideo_decoder_unittest.cc26 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()
Dvideo_decoder.cc58 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/
Dvideo_decoder.h63 virtual int32_t InitDecode(const VideoCodec* codec_settings,
94 int32_t InitDecode(const VideoCodec* codec_settings,
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc135 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder
140 return _decoder->InitDecode(settings, numberOfCores); in InitDecode()
Dgeneric_decoder.h72 int32_t InitDecode(const VideoCodec* settings, int32_t numberOfCores);
Dvideo_coding_robustness_unittest.cc155 EXPECT_CALL(decoder_, InitDecode(_, _)).Times(1); in TEST_F()
Dcodec_database.cc563 if (ptr_decoder->InitDecode(decoder_item->settings.get(), in CreateAndInitDecoder()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp185 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/
Dh264_video_toolbox_decoder.h34 int InitDecode(const VideoCodec* video_codec, int number_of_cores) override;
Dh264_video_toolbox_decoder.cc116 int H264VideoToolboxDecoder::InitDecode(const VideoCodec* video_codec, in InitDecode() function in webrtc::H264VideoToolboxDecoder
/external/webrtc/webrtc/test/
Dfake_decoder.h27 int32_t InitDecode(const VideoCodec* config,
Dfake_decoder.cc20 int32_t FakeDecoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeDecoder
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h99 int InitDecode(const VideoCodec* codecSettings,
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc157 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/
Dandroidmediadecoder_jni.cc77 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/
Dvideoprocessor_unittest.cc59 EXPECT_CALL(decoder_mock_, InitDecode(_, _)).Times(1); in ExpectInit()
Dvideoprocessor.cc123 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores); in Init()
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h65 MOCK_METHOD2(InitDecode,
/external/webrtc/webrtc/modules/video_coding/include/mock/
Dmock_video_codec_interface.h64 MOCK_METHOD2(InitDecode,
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h140 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
Dvp9_impl.cc846 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/
Dvp8_impl.h129 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
Dvp8_sequence_coder.cc147 EXPECT_EQ(0, decoder->InitDecode(&inst, 1)); in SequenceCoder()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc154 int I420Decoder::InitDecode(const VideoCodec* codecSettings, in InitDecode() function in webrtc::I420Decoder
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvideoengine.h67 virtual int32_t InitDecode(const webrtc::VideoCodec*, int32_t) { in InitDecode() function

12