OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mode_ext
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dec_defs.h
129
int32
mode_ext
;
member in struct:__anon29040
pvmp3_decode_header.cpp
181
info->
mode_ext
= (temp << 26) >> 30; /* 2 */
pvmp3_mpeg2_get_scale_data.cpp
148
if ((((info->
mode_ext
&1)) && (ch == 1)))
pvmp3_stereo_proc.cpp
273
(info->
mode_ext
& 0x1);
276
(info->
mode_ext
& 0x2);
pvmp3_mpeg2_stereo_proc.cpp
241
(info->
mode_ext
& 0x1);
244
(info->
mode_ext
& 0x2);
Completed in 69 milliseconds