Searched refs:ptr_encoder_ (Results 1 – 2 of 2) sorted by relevance
249 ptr_encoder_.reset( in SetSendCodec()254 if (ptr_encoder_->InitEncode(&send_codec_, number_of_cores_, in SetSendCodec()264 ptr_encoder_->SetPeriodicKeyFrames(periodic_key_frames_); in SetSendCodec()272 if (!ptr_encoder_) { in SendCodec()280 if (!ptr_encoder_) { in SendCodec()317 if (!ptr_encoder_) in RequiresEncoderReset()384 return ptr_encoder_.get(); in GetEncoder()389 if (ptr_encoder_) { in SetPeriodicKeyFrames()390 return (ptr_encoder_->SetPeriodicKeyFrames(periodic_key_frames_) == 0); in SetPeriodicKeyFrames()573 if (!ptr_encoder_) in DeleteEncoder()[all …]
159 rtc::scoped_ptr<VCMGenericEncoder> ptr_encoder_; variable