OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextwindowSequence
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h
40
Word16
nextwindowSequence
;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
204
blockSwitchingControl->windowSequence = blockSwitchingControl->
nextwindowSequence
;
208
blockSwitchingControl->
nextwindowSequence
= SHORT_WINDOW;
211
blockSwitchingControl->
nextwindowSequence
= LONG_WINDOW;
215
if (blockSwitchingControl->
nextwindowSequence
== SHORT_WINDOW) {
231
if (blockSwitchingControl->
nextwindowSequence
== LONG_WINDOW) {
234
blockSwitchingControl->
nextwindowSequence
= STOP_WINDOW;
Completed in 35 milliseconds