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

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

Completed in 130 milliseconds