Searched refs:maxRateInBytes (Results 1 – 4 of 4) sorted by relevance
254 ISAC_inst->ISACenc_obj.maxRateInBytes = STREAM_MAXW16_30MS << 1; in WebRtcIsacfix_EncoderInit()1452 if (maxPayloadBytes < ISAC_inst->ISACenc_obj.maxRateInBytes) { in WebRtcIsacfix_SetMaxPayloadSize()1455 ISAC_inst->ISACenc_obj.payloadLimitBytes30 = ISAC_inst->ISACenc_obj.maxRateInBytes; in WebRtcIsacfix_SetMaxPayloadSize()1458 if ( maxPayloadBytes < (ISAC_inst->ISACenc_obj.maxRateInBytes << 1)) { in WebRtcIsacfix_SetMaxPayloadSize()1461 ISAC_inst->ISACenc_obj.payloadLimitBytes60 = (ISAC_inst->ISACenc_obj.maxRateInBytes << 1); in WebRtcIsacfix_SetMaxPayloadSize()1495 WebRtc_Word16 maxRateInBytes; in WebRtcIsacfix_SetMaxRate() local1511 maxRateInBytes = (WebRtc_Word16)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()1514 ISAC_inst->ISACenc_obj.maxRateInBytes = maxRateInBytes; in WebRtcIsacfix_SetMaxRate()1518 if (maxRateInBytes < ISAC_inst->ISACenc_obj.maxPayloadBytes) { in WebRtcIsacfix_SetMaxRate()1519 ISAC_inst->ISACenc_obj.payloadLimitBytes30 = maxRateInBytes; in WebRtcIsacfix_SetMaxRate()[all …]
333 WebRtc_Word16 maxRateInBytes; /* Maximum allowed rate in bytes per 30 msec packet */ member
338 WebRtc_Word16 maxRateInBytes; member
364 instLB->ISACencLB_obj.maxRateInBytes = STREAM_SIZE_MAX_30; in EncoderInitLb()