Searched refs:maxRate (Results 1 – 8 of 8) sorted by relevance
1482 int32_t maxRate) in WebRtcIsacfix_SetMaxRate() argument1490 if((maxRate < 32000) || (maxRate > 53400)) in WebRtcIsacfix_SetMaxRate()1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
500 int32_t maxRate);
463 int32_t maxRate);
441 payload->typeSpecific.Video.maxRate = rate; in UpdatePayloadRate()471 payload->typeSpecific.Video.maxRate = rate; in CreatePayloadType()
93 payload->typeSpecific.Video.maxRate = maxBitRate; in CreateVideoPayload()
486 video_->SetMaxConfiguredBitrateVideo(payload->typeSpecific.Video.maxRate); in CheckPayloadType()
2004 int32_t maxRate) { in WebRtcIsac_SetMaxRate() argument2018 maxRateInBytesPer30Ms = (int16_t)(maxRate * 3 / 800); in WebRtcIsac_SetMaxRate()2021 if (maxRate < 32000) { in WebRtcIsac_SetMaxRate()2028 if (maxRate > 53400) { in WebRtcIsac_SetMaxRate()
44 uint32_t maxRate; member