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

/external/chromium_org/third_party/opus/src/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) {
/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 60 milliseconds