Searched defs:maxRate (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c1482 int32_t maxRate)
1490 if((maxRate < 32000) || (maxRate > 53400))
1492 /* maxRate is out of valid range */
1500 maxRateInBytes = floor((maxRate * 30/1000) / 8); */
1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) );
1481 WebRtcIsacfix_SetMaxRate(ISACFIX_MainStruct *ISAC_main_inst, int32_t maxRate) argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c1935 /* 'maxRate' is out of valid range
1943 /* maxRate is out of valid range,
1995 * - maxRate : maximum rate in bits per second,
2004 int32_t maxRate) {
2017 maxRateInBytes = floor((maxRate * 30/1000) / 8); */
2018 maxRateInBytesPer30Ms = (int16_t)(maxRate * 3 / 800);
2021 if (maxRate < 32000) {
2022 /* 'maxRate' is out of valid range.
2028 if (maxRate > 53400) {
2029 /* 'maxRate' i
2003 WebRtcIsac_SetMaxRate(ISACStruct* ISAC_main_inst, int32_t maxRate) argument
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h44 uint32_t maxRate; member in struct:webrtc::VideoPayload
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 220 milliseconds