Home
last modified time | relevance | path

Searched refs:CreateVideoDecoder (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/media/engine/
Dinternal_decoder_factory_unittest.cc30 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()
Dmultiplex_codec_factory_unittest.cc25 TEST(MultiplexDecoderFactory, CreateVideoDecoder) { in TEST() argument
30 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
Dfake_video_codec_factory.h45 static std::unique_ptr<VideoDecoder> CreateVideoDecoder();
49 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
Dfake_video_codec_factory.cc60 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
Dmultiplex_codec_factory.cc105 std::unique_ptr<VideoDecoder> MultiplexDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::MultiplexDecoderFactory
108 return factory_->CreateVideoDecoder(format); in CreateVideoDecoder()
Dinternal_decoder_factory.h27 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
Dmultiplex_codec_factory.h70 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
Dinternal_decoder_factory.cc56 std::unique_ptr<VideoDecoder> InternalDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::InternalDecoderFactory
Dfake_webrtc_video_engine.h66 std::unique_ptr<webrtc::VideoDecoder> CreateVideoDecoder(
/external/webrtc/test/testsupport/
Divf_video_frame_generator.cc37 video_decoder_(CreateVideoDecoder(file_reader_->GetVideoCodecType())), in IvfVideoFrameGenerator()
134 std::unique_ptr<VideoDecoder> IvfVideoFrameGenerator::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::test::IvfVideoFrameGenerator
Divf_video_frame_generator.h56 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/external/webrtc/modules/video_coding/codecs/test/
Dvideo_encoder_decoder_instantiation_tests.cc128 decoder_factory_->CreateVideoDecoder(vp8_format_); in TEST_P()
145 decoder_factory_->CreateVideoDecoder(h264cbp_format_); in TEST_P()
/external/webrtc/api/video_codecs/
Dvideo_decoder_factory.cc20 return CreateVideoDecoder(format); in LegacyCreateVideoDecoder()
Dvideo_decoder_factory.h34 virtual std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/external/webrtc/api/test/
Dmock_video_decoder_factory.h32 CreateVideoDecoder,
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_factory_wrapper.h31 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
Dvideo_decoder_factory_wrapper.cc30 std::unique_ptr<VideoDecoder> VideoDecoderFactoryWrapper::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::jni::VideoDecoderFactoryWrapper
/external/webrtc/sdk/objc/native/src/
Dobjc_video_decoder_factory.h32 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/external/webrtc/api/test/video/
Dfunction_video_decoder_factory.h50 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
/external/webrtc/test/
Dvideo_decoder_proxy_factory.h37 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_decoder.cc253 QualityAnalyzingVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoderFactory
255 std::unique_ptr<VideoDecoder> decoder = delegate_->CreateVideoDecoder(format); in CreateVideoDecoder()
Dquality_analyzing_video_decoder.h144 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/external/webrtc/video/
Dvideo_quality_test.h82 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
Dvideo_stream_decoder_impl_unittest.cc112 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::__anon698f800f0111::FakeVideoDecoderFactory
/external/webrtc/sdk/objc/unittests/
Dobjc_video_decoder_factory_tests.mm53 return decoder_factory.CreateVideoDecoder(webrtc::SdpVideoFormat(cricket::kH264CodecName));

12