Searched refs:phFrameWindow (Results 1 – 2 of 2) sorted by relevance
169 HANDLE_FRAMEWINDOW *phFrameWindow) { in fdk_sacenc_frameWindow_Create() argument172 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() argument225 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()
160 HANDLE_FRAMEWINDOW *phFrameWindow);167 HANDLE_FRAMEWINDOW *phFrameWindow);