OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_WORD_LNGTH
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_header.cpp
125
* Note that
SYNC_WORD_LNGTH
is in unit of bits, but inputBufferCurrentLength
128
if (inputStream->inputBufferCurrentLength < ((
SYNC_WORD_LNGTH
+ 21) >> 3))
136
temp = getUpTo17bits(inputStream,
SYNC_WORD_LNGTH
);
pvmp3_seek_synch.cpp
155
pVars->inputStream.usedBits -= 21 +
SYNC_WORD_LNGTH
;
290
val = (uint16)getUpTo17bits(inputStream,
SYNC_WORD_LNGTH
);
pvmp3_dec_defs.h
94
#define
SYNC_WORD_LNGTH
11
Completed in 63 milliseconds