/external/webrtc/api/video_codecs/test/ |
D | video_decoder_software_fallback_wrapper_unittest.cc | 43 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/ |
D | frame_dumping_decoder.cc | 27 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()
|
D | video_stream_decoder_impl_unittest.cc | 46 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/ |
D | video_decoder_software_fallback_wrapper.cc | 42 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()
|
D | video_decoder.h | 47 virtual int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/webrtc/test/ |
D | video_decoder_proxy_factory.h | 55 int32_t InitDecode(const VideoCodec* config, in InitDecode() function 57 return decoder_->InitDecode(config, number_of_cores); in InitDecode()
|
D | fake_vp8_decoder.h | 29 int32_t InitDecode(const VideoCodec* config,
|
D | fake_decoder.h | 32 int32_t InitDecode(const VideoCodec* config,
|
D | fake_vp8_decoder.cc | 42 int32_t FakeVp8Decoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeVp8Decoder
|
D | fake_decoder.cc | 44 int32_t FakeDecoder::InitDecode(const VideoCodec* config, in InitDecode() function in webrtc::test::FakeDecoder
|
/external/webrtc/modules/video_coding/codecs/av1/ |
D | libaom_av1_decoder.cc | 43 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/ |
D | objc_video_decoder_factory_tests.mm | 62 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/ |
D | libvpx_vp8_decoder.h | 32 int InitDecode(const VideoCodec* inst, int number_of_cores) override;
|
/external/webrtc/api/test/ |
D | mock_video_decoder.h | 41 InitDecode,
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_decoder_impl.h | 65 int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/pdfium/core/fxcodec/jpeg/ |
D | jpegmodule.cpp | 234 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/ |
D | quality_analyzing_video_decoder.cc | 45 int32_t QualityAnalyzingVideoDecoder::InitDecode( in InitDecode() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoder 48 return delegate_->InitDecode(codec_settings, number_of_cores); in InitDecode()
|
D | quality_analyzing_video_decoder.h | 64 int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/webrtc/modules/video_coding/codecs/multiplex/include/ |
D | multiplex_decoder_adapter.h | 34 int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/webrtc/modules/video_coding/ |
D | generic_decoder.cc | 209 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings, in InitDecode() function in webrtc::VCMGenericDecoder 214 int err = decoder_->InitDecode(settings, numberOfCores); in InitDecode()
|
D | generic_decoder.h | 89 int32_t InitDecode(const VideoCodec* settings, int32_t numberOfCores);
|
D | generic_decoder_unittest.cc | 80 generic_decoder_.InitDecode(&settings, /*numberOfCores=*/4); in SetUp()
|
/external/webrtc/sdk/android/src/jni/ |
D | video_decoder_wrapper.h | 35 int32_t InitDecode(const VideoCodec* codec_settings,
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_decoder_adapter.cc | 110 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/ |
D | ivf_video_frame_generator.cc | 52 video_decoder_->InitDecode(&codec_settings, /*number_of_cores=*/1), in IvfVideoFrameGenerator()
|