/aosp_15_r20/external/webrtc/api/video_codecs/test/ |
H A D | video_decoder_factory_template_tests.cc | 62 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 D | internal_decoder_factory_unittest.cc | 63 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 D | fake_video_codec_factory.h | 43 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(); 47 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
H A D | multiplex_codec_factory_unittest.cc | 25 TEST(MultiplexDecoderFactory, CreateVideoDecoder) { in TEST() argument 30 factory.CreateVideoDecoder(SdpVideoFormat( in TEST()
|
H A D | fake_video_codec_factory.cc | 54 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 D | multiplex_codec_factory.cc | 98 std::unique_ptr<VideoDecoder> MultiplexDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::MultiplexDecoderFactory 101 return factory_->CreateVideoDecoder(format); in CreateVideoDecoder()
|
H A D | internal_decoder_factory.h | 29 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
H A D | multiplex_codec_factory.h | 69 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
H A D | internal_decoder_factory.cc | 81 std::unique_ptr<VideoDecoder> InternalDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::InternalDecoderFactory
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | ivf_video_frame_generator.cc | 37 video_decoder_(CreateVideoDecoder(file_reader_->GetVideoCodecType())), in IvfVideoFrameGenerator() 132 std::unique_ptr<VideoDecoder> IvfVideoFrameGenerator::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::test::IvfVideoFrameGenerator
|
H A D | ivf_video_frame_generator.h | 56 static std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/ |
H A D | video_encoder_decoder_instantiation_tests.cc | 129 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 D | quality_analyzing_video_decoder.cc | 264 QualityAnalyzingVideoDecoderFactory::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoderFactory 266 std::unique_ptr<VideoDecoder> decoder = delegate_->CreateVideoDecoder(format); in CreateVideoDecoder()
|
H A D | quality_analyzing_video_decoder.h | 140 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dxva2api.h | 1012 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 D | mock_video_decoder_factory.h | 33 CreateVideoDecoder,
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/ |
H A D | video_decoder_factory_wrapper.h | 31 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
H A D | video_decoder_factory_wrapper.cc | 30 std::unique_ptr<VideoDecoder> VideoDecoderFactoryWrapper::CreateVideoDecoder( in CreateVideoDecoder() function in webrtc::jni::VideoDecoderFactoryWrapper
|
H A D | software_video_decoder_factory.cc | 35 auto decoder = native_factory->CreateVideoDecoder(video_format); in JNI_SoftwareVideoDecoderFactory_CreateDecoder()
|
/aosp_15_r20/external/webrtc/sdk/objc/native/src/ |
H A D | objc_video_decoder_factory.h | 32 std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
/aosp_15_r20/external/webrtc/api/video_codecs/ |
H A D | video_decoder_factory.h | 61 virtual std::unique_ptr<VideoDecoder> CreateVideoDecoder(
|
H A D | video_decoder_factory_template.h | 45 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
|
/aosp_15_r20/external/webrtc/video/ |
H A D | video_receive_stream2_unittest.cc | 205 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 D | video_decoder_proxy_factory.h | 37 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
|
/aosp_15_r20/external/webrtc/api/test/video/ |
H A D | function_video_decoder_factory.h | 51 std::unique_ptr<VideoDecoder> CreateVideoDecoder( in CreateVideoDecoder() function
|