Home
last modified time | relevance | path

Searched refs:CreateAndroidDecoderFactory (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/codecs/test/
Dandroid_codec_factory_helper.h25 std::unique_ptr<VideoDecoderFactory> CreateAndroidDecoderFactory();
Dandroid_codec_factory_helper.cc65 std::unique_ptr<VideoDecoderFactory> CreateAndroidDecoderFactory() { in CreateAndroidDecoderFactory() function
Dvideo_encoder_decoder_instantiation_tests.cc71 decoder_factory_ = CreateAndroidDecoderFactory(); in VideoEncoderDecoderInstantiationTest()
Dvideocodec_test_mediacodec.cc88 auto decoder_factory = CreateAndroidDecoderFactory(); in CreateTestFixtureWithConfig()
/external/webrtc/test/scenario/
Dhardware_codecs.cc40 return CreateAndroidDecoderFactory(); in CreateHardwareDecoderFactory()