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

/external/libopus/src/
H A Dopus_decoder.c334 int lost_flag, decoded_samples; local
363 lost_flag = data == NULL ? 1 : 2 * decode_fec;
369 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size );
371 if (lost_flag) {

Completed in 150 milliseconds