OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowSequence
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
get_ics_info.cpp
198
windowSequence
= (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1);
202
IF (
windowSequence
== EIGHT_SHORT_SEQUENCE)
255
win_type =
windowSequence
,
277
win_type =
windowSequence
,
415
WINDOW_SEQUENCE
windowSequence
;
429
*
windowSequence
= getbits(LEN_WIN_SEQ, pInputStream);
440
windowSequence
= (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1));
448
allowed_max_sfb = p_winmap[
windowSequence
]->sfb_per_win[0];
450
if (
windowSequence
== EIGHT_SHORT_SEQUENCE)
464
} /* end of TRUE of if (
windowSequence
== EIGHT_SHORT_SEQUENCE) *
[
all
...]
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
block_switch.h
39
Word16
windowSequence
;
interface.h
54
Word16
windowSequence
;
96
const Word16
windowSequence
,
Completed in 321 milliseconds