HomeSort by relevance Sort by last modified time
    Searched full:lost_flag (Results 1 - 1 of 1) sorted by null

  /external/libopus/src/
opus_decoder.c 334 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 113 milliseconds