Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/webrtc/api/video_codecs/test/
H A Dvideo_decoder_factory_template_tests.cc62 EXPECT_THAT(factory.CreateVideoDecoder(kFooSdp), Ne(nullptr)); in TEST()
63 EXPECT_THAT(factory.CreateVideoDecoder(SdpVideoFormat("FooX")), Eq(nullptr)); in TEST()
79 EXPECT_THAT(factory.CreateVideoDecoder(kFooSdp), Ne(nullptr)); in TEST()
80 EXPECT_THAT(factory.CreateVideoDecoder(kBarLowSdp), Ne(nullptr)); in TEST()
81 EXPECT_THAT(factory.CreateVideoDecoder(kBarHighSdp), Ne(nullptr)); in TEST()
82 EXPECT_THAT(factory.CreateVideoDecoder(SdpVideoFormat("FooX")), Eq(nullptr)); in TEST()
83 EXPECT_THAT(factory.CreateVideoDecoder(SdpVideoFormat("Bar")), Eq(nullptr)); in TEST()
91 EXPECT_THAT(factory.CreateVideoDecoder(formats[0]), Ne(nullptr)); in TEST()
99 EXPECT_THAT(factory.CreateVideoDecoder(formats[0]), Ne(nullptr)); in TEST()
110 EXPECT_THAT(factory.CreateVideoDecoder(formats[0]), Ne(nullptr)); in TEST()
[all …]
/aosp_15_r20/external/webrtc/media/engine/
H A Dinternal_decoder_factory_unittest.cc63 factory.CreateVideoDecoder(SdpVideoFormat(cricket::kVp8CodecName)); in TEST()
70 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
79 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
88 factory.CreateVideoDecoder(SdpVideoFormat(cricket::kH264CodecName)); in TEST()
99 factory.CreateVideoDecoder(SdpVideoFormat(cricket::kAv1CodecName))); in TEST()
118 std::unique_ptr<VideoDecoder> decoder = factory.CreateVideoDecoder( in TEST()
128 std::unique_ptr<VideoDecoder> decoder = factory.CreateVideoDecoder( in TEST()
H A Dfake_video_codec_factory.h43 static std::unique_ptr<VideoDecoder> CreateVideoDecoder();
47 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
H A Dmultiplex_codec_factory_unittest.cc25 TEST(MultiplexDecoderFactory, CreateVideoDecoder) { in TEST() argument
30 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
H A Dfake_video_codec_factory.cc54 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder() { in CreateVideoDecoder() function in webrtc::FakeVideoDecoderFactory
64 std::unique_ptr<VideoDecoder> FakeVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::FakeVideoDecoderFactory
H A Dmultiplex_codec_factory.cc98 std::unique_ptr<VideoDecoder> MultiplexDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::MultiplexDecoderFactory
101 return factory_->CreateVideoDecoder(format); in CreateVideoDecoder()
H A Dinternal_decoder_factory.h29 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
H A Dmultiplex_codec_factory.h69 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
H A Dinternal_decoder_factory.cc81 std::unique_ptr<VideoDecoder> InternalDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::InternalDecoderFactory
/aosp_15_r20/external/webrtc/test/testsupport/
H A Divf_video_frame_generator.cc37 video_decoder_(CreateVideoDecoder(file_reader_->GetVideoCodecType())), in IvfVideoFrameGenerator()
132 std::unique_ptr<VideoDecoder> IvfVideoFrameGenerator::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::test::IvfVideoFrameGenerator
H A Divf_video_frame_generator.h56 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideo_encoder_decoder_instantiation_tests.cc129 decoder_factory_->CreateVideoDecoder(vp8_format_); in TEST_P()
147 decoder_factory_->CreateVideoDecoder(h264cbp_format_); in TEST_P()
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Dquality_analyzing_video_decoder.cc264 QualityAnalyzingVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoderFactory
266 std::unique_ptr<VideoDecoder> decoder = delegate_->CreateVideoDecoder(format); in CreateVideoDecoder()
H A Dquality_analyzing_video_decoder.h140 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxva2api.h1012 virtual HRESULT STDMETHODCALLTYPE CreateVideoDecoder(
1073 HRESULT (STDMETHODCALLTYPE *CreateVideoDecoder)(
1100 …,ppDecoderRenderTargets,NumRenderTargets,ppDecode) (This)->lpVtbl->CreateVideoDecoder(This,Guid,pV…
1127 …return This->lpVtbl->CreateVideoDecoder(This,Guid,pVideoDesc,pConfig,ppDecoderRenderTargets,NumRen…
/aosp_15_r20/external/webrtc/api/test/
H A Dmock_video_decoder_factory.h33 CreateVideoDecoder,
/aosp_15_r20/external/webrtc/sdk/android/src/jni/
H A Dvideo_decoder_factory_wrapper.h31 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
H A Dvideo_decoder_factory_wrapper.cc30 std::unique_ptr<VideoDecoder> VideoDecoderFactoryWrapper::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::jni::VideoDecoderFactoryWrapper
H A Dsoftware_video_decoder_factory.cc35 auto decoder = native_factory->CreateVideoDecoder(video_format); in JNI_SoftwareVideoDecoderFactory_CreateDecoder()
/aosp_15_r20/external/webrtc/sdk/objc/native/src/
H A Dobjc_video_decoder_factory.h32 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_decoder_factory.h61 virtual std::unique_ptr<VideoDecoder> CreateVideoDecoder(
H A Dvideo_decoder_factory_template.h45 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
/aosp_15_r20/external/webrtc/video/
H A Dvideo_receive_stream2_unittest.cc205 ON_CALL(mock_h264_decoder_factory_, CreateVideoDecoder) in VideoReceiveStream2Test()
208 &test::VideoDecoderProxyFactory::CreateVideoDecoder)); in VideoReceiveStream2Test()
486 EXPECT_CALL(mock_h264_decoder_factory_, CreateVideoDecoder(_)).Times(0); in TEST_P()
496 CreateVideoDecoder(Field(&SdpVideoFormat::name, testing::Eq("H264")))); in TEST_P()
/aosp_15_r20/external/webrtc/test/
H A Dvideo_decoder_proxy_factory.h37 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
/aosp_15_r20/external/webrtc/api/test/video/
H A Dfunction_video_decoder_factory.h51 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function

12