Searched defs:hFrameWindow (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSACenc/src/
H A Dsacenc_framewindowing.cpp186 HANDLE_FRAMEWINDOW hFrameWindow,
190 if ((hFrameWindow == NULL) || (pFrameWindowConfig == NULL)) {
196 hFrameWindow->bFrameKeep = pFrameWindowConfig->bFrameKeep;
197 hFrameWindow->nTimeSlotsMax = pFrameWindowConfig->nTimeSlotsMax;
202 hFrameWindow->startSlope = 0;
203 hFrameWindow->stopSlope = ((3 * timeSlots) >> 1) - 1;
204 hFrameWindow->startRect = timeSlots >> 1;
205 hFrameWindow->stopRect = timeSlots;
206 calcTaperWin(hFrameWindow->pTaperSyn__FDK, timeSlots >> 1);
207 hFrameWindow
185 fdk_sacenc_frameWindow_Init( HANDLE_FRAMEWINDOW hFrameWindow, const FRAMEWINDOW_CONFIG *const pFrameWindowConfig) argument
315 fdk_sacenc_frameWindow_GetWindow( HANDLE_FRAMEWINDOW hFrameWindow, INT tr_pos[MAX_NUM_PARAMS], const INT timeSlots, FRAMINGINFO *const pFramingInfo, FIXP_WIN *pWindowAna__FDK[MAX_NUM_PARAMS], FRAMEWIN_LIST *const pFrameWinList, const INT avoid_keep) argument
[all...]
H A Dsacenc_lib.cpp182 hFrameWindow; /* Windowing, only created+updated, but not used */ member in struct:MP4SPACE_ENCODER
470 (error = fdk_sacenc_frameWindow_Create(&hEnc->hFrameWindow))) {
757 hEnc->hFrameWindow, &framewindowConfig))) {
1242 hMp4SpaceEnc->hFrameWindow, hMp4SpaceEnc->trPrevPos,
1524 if (hEnc->hFrameWindow) {
1525 fdk_sacenc_frameWindow_Destroy(&hEnc->hFrameWindow);

Completed in 137 milliseconds