OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nFramesDecoded
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
decode_frame.c
63
( lostFlag == FLAG_DECODE_LBRR && psDec->LBRR_flags[ psDec->
nFramesDecoded
] == 1 ) )
68
silk_decode_indices( psDec, psRangeDec, psDec->
nFramesDecoded
, lostFlag, condCoding );
dec_API.c
110
channel_state[ n ].
nFramesDecoded
= 0; /* Used to count frames in packet */
122
if( channel_state[ 0 ].
nFramesDecoded
== 0 ) {
170
if( lostFlag != FLAG_PACKET_LOST && channel_state[ 0 ].
nFramesDecoded
== 0 ) {
226
( lostFlag == FLAG_DECODE_LBRR && channel_state[ 0 ].LBRR_flags[ channel_state[ 0 ].
nFramesDecoded
] == 1 ) )
230
if( ( lostFlag == FLAG_DECODE_NORMAL && channel_state[ 1 ].VAD_flags[ channel_state[ 0 ].
nFramesDecoded
] == 0 ) ||
231
( lostFlag == FLAG_DECODE_LBRR && channel_state[ 1 ].LBRR_flags[ channel_state[ 0 ].
nFramesDecoded
] == 0 ) )
266
|| (decControl->nChannelsInternal == 2 && lostFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_flags[ channel_state[1].
nFramesDecoded
] == 1 );
274
FrameIndex = channel_state[ 0 ].
nFramesDecoded
- n;
291
channel_state[ n ].
nFramesDecoded
++;
structs.h
277
opus_int
nFramesDecoded
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c
641
int
nFramesDecoded
= 0;
[
all
...]
Completed in 127 milliseconds