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.cc72 std::unique_ptr<VideoDecoderFactory> CreateAndroidDecoderFactory() { in CreateAndroidDecoderFactory() function
Dvideo_encoder_decoder_instantiation_tests.cc70 decoder_factory_ = CreateAndroidDecoderFactory(); in VideoEncoderDecoderInstantiationTest()
Dvideocodec_test_mediacodec.cc44 auto decoder_factory = CreateAndroidDecoderFactory(); in CreateTestFixtureWithConfig()
/external/webrtc/test/scenario/
Dhardware_codecs.cc39 return CreateAndroidDecoderFactory(); in CreateHardwareDecoderFactory()