Searched refs:maxRate (Results 1 – 4 of 4) sorted by relevance
1492 WebRtc_Word32 maxRate) in WebRtcIsacfix_SetMaxRate() argument1500 if((maxRate < 32000) || (maxRate > 53400)) in WebRtcIsacfix_SetMaxRate()1511 maxRateInBytes = (WebRtc_Word16)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
505 WebRtc_Word32 maxRate);
471 WebRtc_Word32 maxRate);
1985 WebRtc_Word32 maxRate) { in WebRtcIsac_SetMaxRate() argument1999 maxRateInBytesPer30Ms = (WebRtc_Word16)(maxRate * 3 / 800); in WebRtcIsac_SetMaxRate()2002 if (maxRate < 32000) { in WebRtcIsac_SetMaxRate()2009 if (maxRate > 53400) { in WebRtcIsac_SetMaxRate()