Home
last modified time | relevance | path

Searched defs:SupportsNativeHandle (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/
Dvideo_encoder.h127 virtual bool SupportsNativeHandle() const { return false; } in SupportsNativeHandle() function
/external/webrtc/webrtc/video/
Dvideo_encoder.cc182 bool VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapper
Dvideo_encoder_unittest.cc65 bool SupportsNativeHandle() const override { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.cc218 bool VCMGenericEncoder::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VCMGenericEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc490 bool SimulcastEncoderAdapter::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::SimulcastEncoderAdapter
Dsimulcast_encoder_adapter_unittest.cc135 bool SupportsNativeHandle() const override { return supports_native_handle_; } in SupportsNativeHandle() function in webrtc::testing::MockVideoEncoder
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc111 bool SupportsNativeHandle() const override { return true; } in SupportsNativeHandle() function in webrtc_jni::MediaCodecVideoEncoder