Searched refs:packetLossPercentage (Results 1 – 5 of 5) sorted by relevance
72 if( encControl->packetLossPercentage < 0 || encControl->packetLossPercentage > 100 ) { in check_control_input()
72 opus_int packetLossPercentage; member
123 psEnc->sCmn.PacketLoss_perc = encControl->packetLossPercentage; in silk_control_encoder()
122 encStatus->packetLossPercentage = state_Fxx[ 0 ].sCmn.PacketLoss_perc; in silk_QueryEncoder()
203 st->silk_mode.packetLossPercentage = 0; in opus_encoder_init()1154 if (st->silk_mode.useInBandFEC && st->silk_mode.packetLossPercentage > (128-voice_est)>>4) in opus_encode_native()2230 st->silk_mode.packetLossPercentage = value; in opus_encoder_ctl()2241 *value = st->silk_mode.packetLossPercentage; in opus_encoder_ctl()