Home
last modified time | relevance | path

Searched refs:SupportsNativeHandle (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_encoder.cc182 bool VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapper
184 return fallback_encoder_->SupportsNativeHandle(); in SupportsNativeHandle()
185 return encoder_->SupportsNativeHandle(); in SupportsNativeHandle()
Dvideo_encoder_unittest.cc65 bool SupportsNativeHandle() const override { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
254 fallback_wrapper_.SupportsNativeHandle(); in TEST_F()
261 fallback_wrapper_.SupportsNativeHandle(); in TEST_F()
/external/webrtc/webrtc/
Dvideo_encoder.h127 virtual bool SupportsNativeHandle() const { return false; } in SupportsNativeHandle() function
155 bool SupportsNativeHandle() const override;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter_unittest.cc135 bool SupportsNativeHandle() const override { return supports_native_handle_; } in SupportsNativeHandle() function in webrtc::testing::MockVideoEncoder
394 EXPECT_TRUE(adapter_->SupportsNativeHandle()); in TEST_F()
396 EXPECT_FALSE(adapter_->SupportsNativeHandle()); in TEST_F()
411 EXPECT_FALSE(adapter_->SupportsNativeHandle()); in TEST_F()
Dsimulcast_encoder_adapter.h61 bool SupportsNativeHandle() const override;
Dsimulcast_encoder_adapter.cc490 bool SimulcastEncoderAdapter::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::SimulcastEncoderAdapter
496 return streaminfos_[0].encoder->SupportsNativeHandle(); in SupportsNativeHandle()
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.cc218 bool VCMGenericEncoder::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VCMGenericEncoder
219 return encoder_->SupportsNativeHandle(); in SupportsNativeHandle()
Dgeneric_encoder.h132 bool SupportsNativeHandle() const;
Dvideo_sender.cc289 if (converted_frame.native_handle() && !_encoder->SupportsNativeHandle()) { in AddVideoFrame()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc111 bool SupportsNativeHandle() const override { return true; } in SupportsNativeHandle() function in webrtc_jni::MediaCodecVideoEncoder