OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lost_flag
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
314
int
lost_flag
, decoded_samples;
local
343
lost_flag
= data == NULL ? 1 : 2 * decode_fec;
349
lost_flag
, first_frame, &dec, pcm_ptr, &silk_frame_size );
351
if (
lost_flag
) {
Completed in 156 milliseconds