Searched refs:nextwindowSequence (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dblock_switch.h40 Word16 nextwindowSequence; member in struct:__anon537
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c204 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 74 milliseconds