Home
last modified time | relevance | path

Searched refs:EncoderTypeHasInternalSource (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoencoderfactory.h71 virtual bool EncoderTypeHasInternalSource(webrtc::VideoCodecType type) const { in EncoderTypeHasInternalSource() function
Dfakewebrtcvideoengine.h221 virtual bool EncoderTypeHasInternalSource( in EncoderTypeHasInternalSource() function
Dwebrtcvideoengine2.cc123 bool EncoderTypeHasInternalSource( in EncoderTypeHasInternalSource() function in cricket::__anon8ad8dac00111::WebRtcSimulcastEncoderFactory
125 return factory_->EncoderTypeHasInternalSource(type); in EncoderTypeHasInternalSource()
1902 external_encoder_factory_->EncoderTypeHasInternalSource(type); in SetCodecAndOptions()