Home
last modified time | relevance | path

Searched refs:maxRate (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c1482 int32_t maxRate) in WebRtcIsacfix_SetMaxRate() argument
1490 if((maxRate < 32000) || (maxRate > 53400)) in WebRtcIsacfix_SetMaxRate()
1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h500 int32_t maxRate);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
Disac.h463 int32_t maxRate);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_payload_registry.cc441 payload->typeSpecific.Video.maxRate = rate; in UpdatePayloadRate()
471 payload->typeSpecific.Video.maxRate = rate; in CreatePayloadType()
Drtp_sender_video.cc93 payload->typeSpecific.Video.maxRate = maxBitRate; in CreateVideoPayload()
Drtp_sender.cc486 video_->SetMaxConfiguredBitrateVideo(payload->typeSpecific.Video.maxRate); in CheckPayloadType()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c2004 int32_t maxRate) { in WebRtcIsac_SetMaxRate() argument
2018 maxRateInBytesPer30Ms = (int16_t)(maxRate * 3 / 800); in WebRtcIsac_SetMaxRate()
2021 if (maxRate < 32000) { in WebRtcIsac_SetMaxRate()
2028 if (maxRate > 53400) { in WebRtcIsac_SetMaxRate()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h44 uint32_t maxRate; member