Searched refs:SupportsNativeHandle (Results 1 – 10 of 10) sorted by relevance
182 bool VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapper184 return fallback_encoder_->SupportsNativeHandle(); in SupportsNativeHandle()185 return encoder_->SupportsNativeHandle(); in SupportsNativeHandle()
65 bool SupportsNativeHandle() const override { in SupportsNativeHandle() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder254 fallback_wrapper_.SupportsNativeHandle(); in TEST_F()261 fallback_wrapper_.SupportsNativeHandle(); in TEST_F()
127 virtual bool SupportsNativeHandle() const { return false; } in SupportsNativeHandle() function155 bool SupportsNativeHandle() const override;
135 bool SupportsNativeHandle() const override { return supports_native_handle_; } in SupportsNativeHandle() function in webrtc::testing::MockVideoEncoder394 EXPECT_TRUE(adapter_->SupportsNativeHandle()); in TEST_F()396 EXPECT_FALSE(adapter_->SupportsNativeHandle()); in TEST_F()411 EXPECT_FALSE(adapter_->SupportsNativeHandle()); in TEST_F()
61 bool SupportsNativeHandle() const override;
490 bool SimulcastEncoderAdapter::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::SimulcastEncoderAdapter496 return streaminfos_[0].encoder->SupportsNativeHandle(); in SupportsNativeHandle()
218 bool VCMGenericEncoder::SupportsNativeHandle() const { in SupportsNativeHandle() function in webrtc::VCMGenericEncoder219 return encoder_->SupportsNativeHandle(); in SupportsNativeHandle()
132 bool SupportsNativeHandle() const;
289 if (converted_frame.native_handle() && !_encoder->SupportsNativeHandle()) { in AddVideoFrame()
111 bool SupportsNativeHandle() const override { return true; } in SupportsNativeHandle() function in webrtc_jni::MediaCodecVideoEncoder