Home
last modified time | relevance | path

Searched refs:phFrameWindow (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_framewindowing.cpp169 HANDLE_FRAMEWINDOW *phFrameWindow) { in fdk_sacenc_frameWindow_Create() argument
172 if (NULL == phFrameWindow) { in fdk_sacenc_frameWindow_Create()
176 FDK_ALLOCATE_MEMORY_1D(*phFrameWindow, 1, FRAMEWINDOW); in fdk_sacenc_frameWindow_Create()
181 fdk_sacenc_frameWindow_Destroy(phFrameWindow); in fdk_sacenc_frameWindow_Create()
222 HANDLE_FRAMEWINDOW *phFrameWindow) { in fdk_sacenc_frameWindow_Destroy() argument
225 if ((NULL != phFrameWindow) && (NULL != *phFrameWindow)) { in fdk_sacenc_frameWindow_Destroy()
226 FDKfree(*phFrameWindow); in fdk_sacenc_frameWindow_Destroy()
227 *phFrameWindow = NULL; in fdk_sacenc_frameWindow_Destroy()
Dsacenc_framewindowing.h160 HANDLE_FRAMEWINDOW *phFrameWindow);
167 HANDLE_FRAMEWINDOW *phFrameWindow);