HomeSort by relevance Sort by last modified time
    Searched defs:SupportsNativeHandle (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/video/
video_encoder.cc 182 bool VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle() const {
184 return fallback_encoder_->SupportsNativeHandle();
185 return encoder_->SupportsNativeHandle();
  /external/webrtc/webrtc/modules/video_coding/
generic_encoder.cc 218 bool VCMGenericEncoder::SupportsNativeHandle() const {
219 return encoder_->SupportsNativeHandle();
  /external/webrtc/webrtc/
video_encoder.h 127 virtual bool SupportsNativeHandle() const { return false; }
155 bool SupportsNativeHandle() const override;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 490 bool SimulcastEncoderAdapter::SupportsNativeHandle() const {
496 return streaminfos_[0].encoder->SupportsNativeHandle();

Completed in 877 milliseconds