Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c362 int lost_flag, decoded_samples; in opus_decode_frame() local
397 lost_flag = data == NULL ? 1 : 2 * decode_fec; in opus_decode_frame()
403 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size, st->arch ); in opus_decode_frame()
405 if (lost_flag) { in opus_decode_frame()