/external/webrtc/media/engine/ |
D | internal_decoder_factory_unittest.cc | 30 factory.CreateVideoDecoder(SdpVideoFormat(cricket::kVp8CodecName)); in TEST() 38 factory.CreateVideoDecoder(SdpVideoFormat( in TEST() 47 factory.CreateVideoDecoder(SdpVideoFormat( in TEST() 59 EXPECT_TRUE(factory.CreateVideoDecoder(SdpVideoFormat("AV1X"))); in TEST()
|
D | multiplex_codec_factory_unittest.cc | 25 TEST(MultiplexDecoderFactory, CreateVideoDecoder) { in TEST() argument 30 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
|
D | fake_video_codec_factory.h | 45 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(); 49 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
D | fake_video_codec_factory.cc | 60 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder() { in CreateVideoDecoder() function in webrtc::FakeVideoDecoderFactory 70 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::FakeVideoDecoderFactory
|
D | multiplex_codec_factory.cc | 105 std::unique_ptr<VideoDecoder> MultiplexDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::MultiplexDecoderFactory 108 return factory_->CreateVideoDecoder(format); in CreateVideoDecoder()
|
D | internal_decoder_factory.h | 27 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
D | multiplex_codec_factory.h | 70 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
D | internal_decoder_factory.cc | 56 std::unique_ptr<VideoDecoder> InternalDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::InternalDecoderFactory
|
D | fake_webrtc_video_engine.h | 66 std::unique_ptr<webrtc::VideoDecoder> CreateVideoDecoder(
|
/external/webrtc/test/testsupport/ |
D | ivf_video_frame_generator.cc | 37 video_decoder_(CreateVideoDecoder(file_reader_->GetVideoCodecType())), in IvfVideoFrameGenerator() 134 std::unique_ptr<VideoDecoder> IvfVideoFrameGenerator::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::test::IvfVideoFrameGenerator
|
D | ivf_video_frame_generator.h | 56 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | video_encoder_decoder_instantiation_tests.cc | 128 decoder_factory_->CreateVideoDecoder(vp8_format_); in TEST_P() 145 decoder_factory_->CreateVideoDecoder(h264cbp_format_); in TEST_P()
|
/external/webrtc/api/video_codecs/ |
D | video_decoder_factory.cc | 20 return CreateVideoDecoder(format); in LegacyCreateVideoDecoder()
|
D | video_decoder_factory.h | 34 virtual std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/external/webrtc/api/test/ |
D | mock_video_decoder_factory.h | 32 CreateVideoDecoder,
|
/external/webrtc/sdk/android/src/jni/ |
D | video_decoder_factory_wrapper.h | 31 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
D | video_decoder_factory_wrapper.cc | 30 std::unique_ptr<VideoDecoder> VideoDecoderFactoryWrapper::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::jni::VideoDecoderFactoryWrapper
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_decoder_factory.h | 32 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/external/webrtc/api/test/video/ |
D | function_video_decoder_factory.h | 50 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
|
/external/webrtc/test/ |
D | video_decoder_proxy_factory.h | 37 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | quality_analyzing_video_decoder.cc | 253 QualityAnalyzingVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoderFactory 255 std::unique_ptr<VideoDecoder> decoder = delegate_->CreateVideoDecoder(format); in CreateVideoDecoder()
|
D | quality_analyzing_video_decoder.h | 144 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/external/webrtc/video/ |
D | video_quality_test.h | 82 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
D | video_stream_decoder_impl_unittest.cc | 112 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::__anon698f800f0111::FakeVideoDecoderFactory
|
/external/webrtc/sdk/objc/unittests/ |
D | objc_video_decoder_factory_tests.mm | 53 return decoder_factory.CreateVideoDecoder(webrtc::SdpVideoFormat(cricket::kH264CodecName));
|