Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dvideo_encoder_software_fallback_wrapper.h29 CreateVideoEncoderSoftwareFallbackWrapper(
38 CreateVideoEncoderSoftwareFallbackWrapper( in CreateVideoEncoderSoftwareFallbackWrapper() function
41 return CreateVideoEncoderSoftwareFallbackWrapper( in CreateVideoEncoderSoftwareFallbackWrapper()
Dvideo_encoder_software_fallback_wrapper.cc501 std::unique_ptr<VideoEncoder> CreateVideoEncoderSoftwareFallbackWrapper( in CreateVideoEncoderSoftwareFallbackWrapper() function
/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_fallback.cc31 CreateVideoEncoderSoftwareFallbackWrapper(std::move(fallback_encoder), in JNI_VideoEncoderFallback_CreateEncoder()
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_software_fallback_wrapper_unittest.cc102 fallback_wrapper_(CreateVideoEncoderSoftwareFallbackWrapper( in VideoEncoderSoftwareFallbackWrapperTestBase()
701 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
716 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
731 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
761 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
776 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
805 CreateVideoEncoderSoftwareFallbackWrapper( in TEST()
845 wrapper_ = CreateVideoEncoderSoftwareFallbackWrapper( in SetUp()
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter.cc261 encoder = CreateVideoEncoderSoftwareFallbackWrapper( in InitEncode()