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:__anon321
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c201 blockSwitchingControl->windowSequence = blockSwitchingControl->nextwindowSequence;
205 blockSwitchingControl->nextwindowSequence = SHORT_WINDOW;
208 blockSwitchingControl->nextwindowSequence = LONG_WINDOW;
212 if (blockSwitchingControl->nextwindowSequence == SHORT_WINDOW) {
228 if (blockSwitchingControl->nextwindowSequence == LONG_WINDOW) {
231 blockSwitchingControl->nextwindowSequence = STOP_WINDOW;

Completed in 72 milliseconds