Home
last modified time | relevance | path

Searched refs:external_encoder_factory_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc476 external_encoder_factory_(NULL) { in WebRtcVideoEngine2()
496 external_encoder_factory_, external_decoder_factory_); in CreateChannel()
531 if (external_encoder_factory_ == encoder_factory) in SetExternalEncoderFactory()
545 external_encoder_factory_ = encoder_factory; in SetExternalEncoderFactory()
584 if (external_encoder_factory_ == NULL) { in GetSupportedCodecs()
589 external_encoder_factory_->codecs(); in GetSupportedCodecs()
622 external_encoder_factory_(external_encoder_factory), in WebRtcVideoChannel2()
651 if (external_encoder_factory_ == NULL) { in CodecIsExternallySupported()
656 external_encoder_factory_->codecs(); in CodecIsExternallySupported()
972 call_, sp, config, external_encoder_factory_, options_, in AddSendStream()
[all …]
Dwebrtcvideoengine2.h145 WebRtcVideoEncoderFactory* external_encoder_factory_; variable
359 WebRtcVideoEncoderFactory* const external_encoder_factory_
524 WebRtcVideoEncoderFactory* const external_encoder_factory_; variable