Home
last modified time | relevance | path

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

12

/external/webrtc/api/video_codecs/test/
Dvideo_decoder_software_fallback_wrapper_unittest.cc43 int32_t InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::VideoDecoderSoftwareFallbackWrapperTest::CountingFakeDecoder
85 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
100 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
117 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
136 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
150 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
158 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
168 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
172 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
201 fallback_wrapper_->InitDecode(&codec, 2); in TEST_F()
[all …]
/external/webrtc/video/
Dframe_dumping_decoder.cc27 int32_t InitDecode(const VideoCodec* codec_settings,
52 int32_t FrameDumpingDecoder::InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::__anon3a29915b0111::FrameDumpingDecoder
55 return decoder_->InitDecode(codec_settings, number_of_cores); in InitDecode()
Dvideo_stream_decoder_impl_unittest.cc46 InitDecode,
87 int32_t InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::__anon698f800f0111::WrappedVideoDecoder
89 return decoder_->InitDecode(codec_settings, number_of_cores); in InitDecode()
209 ON_CALL(decoder_factory_.Vp8Decoder(), InitDecode) in TEST_F()
/external/webrtc/api/video_codecs/
Dvideo_decoder_software_fallback_wrapper.cc42 int32_t InitDecode(const VideoCodec* codec_settings,
97 int32_t VideoDecoderSoftwareFallbackWrapper::InitDecode( in InitDecode() function in webrtc::__anonc6c2dd860111::VideoDecoderSoftwareFallbackWrapper
124 int32_t status = hw_decoder_->InitDecode(&codec_settings_, number_of_cores_); in InitHwDecoder()
140 fallback_decoder_->InitDecode(&codec_settings_, number_of_cores_); in InitFallbackDecoder()
Dvideo_decoder.h47 virtual int32_t InitDecode(const VideoCodec* codec_settings,
/external/webrtc/test/
Dvideo_decoder_proxy_factory.h55 int32_t InitDecode(const VideoCodec* config, in InitDecode() function
57 return decoder_->InitDecode(config, number_of_cores); in InitDecode()
Dfake_vp8_decoder.h29 int32_t InitDecode(const VideoCodec* config,
Dfake_decoder.h32 int32_t InitDecode(const VideoCodec* config,
Dfake_vp8_decoder.cc42 int32_t FakeVp8Decoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeVp8Decoder
Dfake_decoder.cc44 int32_t FakeDecoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeDecoder
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_decoder.cc43 int32_t InitDecode(const VideoCodec* codec_settings,
76 int32_t LibaomAv1Decoder::InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::__anona0b24d4a0111::LibaomAv1Decoder
/external/webrtc/sdk/objc/unittests/
Dobjc_video_decoder_factory_tests.mm62 EXPECT_EQ(decoder->InitDecode(settings, 1), WEBRTC_VIDEO_CODEC_OK);
69 EXPECT_EQ(decoder->InitDecode(settings, 1), WEBRTC_VIDEO_CODEC_ERROR);
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.h32 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
/external/webrtc/api/test/
Dmock_video_decoder.h41 InitDecode,
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.h65 int32_t InitDecode(const VideoCodec* codec_settings,
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp234 bool InitDecode(bool bAcceptKnownBadHeader);
283 bool JpegDecoder::InitDecode(bool bAcceptKnownBadHeader) { in InitDecode() function in fxcodec::__anonec9275210111::JpegDecoder
358 if (!InitDecode(/*bAcceptKnownBadHeader=*/true)) in Create()
378 if (!InitDecode(/*bAcceptKnownBadHeader=*/false)) { in v_Rewind()
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_decoder.cc45 int32_t QualityAnalyzingVideoDecoder::InitDecode( in InitDecode() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoder
48 return delegate_->InitDecode(codec_settings, number_of_cores); in InitDecode()
Dquality_analyzing_video_decoder.h64 int32_t InitDecode(const VideoCodec* codec_settings,
/external/webrtc/modules/video_coding/codecs/multiplex/include/
Dmultiplex_decoder_adapter.h34 int32_t InitDecode(const VideoCodec* codec_settings,
/external/webrtc/modules/video_coding/
Dgeneric_decoder.cc209 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder
214 int err = decoder_->InitDecode(settings, numberOfCores); in InitDecode()
Dgeneric_decoder.h89 int32_t InitDecode(const VideoCodec* settings, int32_t numberOfCores);
Dgeneric_decoder_unittest.cc80 generic_decoder_.InitDecode(&settings, /*numberOfCores=*/4); in SetUp()
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.h35 int32_t InitDecode(const VideoCodec* codec_settings,
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_decoder_adapter.cc110 int32_t MultiplexDecoderAdapter::InitDecode(const VideoCodec* codec_settings, in InitDecode() function in webrtc::MultiplexDecoderAdapter
118 const int32_t rv = decoder->InitDecode(&settings, number_of_cores); in InitDecode()
/external/webrtc/test/testsupport/
Divf_video_frame_generator.cc52 video_decoder_->InitDecode(&codec_settings, /*number_of_cores=*/1), in IvfVideoFrameGenerator()

12