Home
last modified time | relevance | path

Searched refs:packetLossPercentage (Results 1 – 5 of 5) sorted by relevance

/external/libopus/silk/
Dcheck_control_input.c72 if( encControl->packetLossPercentage < 0 || encControl->packetLossPercentage > 100 ) { in check_control_input()
Dcontrol.h72 opus_int packetLossPercentage; member
Dcontrol_codec.c123 psEnc->sCmn.PacketLoss_perc = encControl->packetLossPercentage; in silk_control_encoder()
Denc_API.c122 encStatus->packetLossPercentage = state_Fxx[ 0 ].sCmn.PacketLoss_perc; in silk_QueryEncoder()
/external/libopus/src/
Dopus_encoder.c205 st->silk_mode.packetLossPercentage = 0; in opus_encoder_init()
1182 if (st->silk_mode.useInBandFEC && st->silk_mode.packetLossPercentage > (128-voice_est)>>4) in opus_encode_native()
2275 st->silk_mode.packetLossPercentage = value; in opus_encoder_ctl()
2286 *value = st->silk_mode.packetLossPercentage; in opus_encoder_ctl()