Searched refs:current_send_codec (Results 1 – 5 of 5) sorted by relevance
444 VideoCodec current_send_codec; in SuspendBelowMinBitrate() local445 if (SendCodec(¤t_send_codec) != 0) { in SuspendBelowMinBitrate()450 if (current_send_codec.numberOfSimulcastStreams == 0) { in SuspendBelowMinBitrate()451 threshold_bps = current_send_codec.minBitrate * 1000; in SuspendBelowMinBitrate()453 threshold_bps = current_send_codec.simulcastStream[0].minBitrate * 1000; in SuspendBelowMinBitrate()
78 bool SendCodec(VideoCodec* current_send_codec) const;
247 bool VCMCodecDataBase::SendCodec(VideoCodec* current_send_codec) const { in SendCodec()251 memcpy(current_send_codec, &send_codec_, sizeof(VideoCodec)); in SendCodec()
304 webrtc::VideoCodec current_send_codec; in DeRegisterExternalEncoder() local305 if (vcm_.SendCodec(¤t_send_codec) == VCM_OK) { in DeRegisterExternalEncoder()310 current_send_codec.startBitrate = (current_bitrate_bps + 500) / 1000; in DeRegisterExternalEncoder()319 if (current_send_codec.plType == pl_type) { in DeRegisterExternalEncoder()324 send_padding_ = current_send_codec.numberOfSimulcastStreams > 1; in DeRegisterExternalEncoder()330 current_send_codec.extra_options = NULL; in DeRegisterExternalEncoder()331 if (vcm_.RegisterSendCodec(¤t_send_codec, number_of_cores_, in DeRegisterExternalEncoder()
285 virtual int32_t SendCodec(CodecInst* current_send_codec) const = 0;