Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_encode.h171 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode);
177 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(HANDLE_PS_ENCODE *phPsEncode);
Dps_encode.cpp743 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode) { in FDKsbrEnc_CreatePSEncode() argument
746 if (phPsEncode == NULL) { in FDKsbrEnc_CreatePSEncode()
755 *phPsEncode = hPsEncode; /* return allocated handle */ in FDKsbrEnc_CreatePSEncode()
801 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(HANDLE_PS_ENCODE *phPsEncode) { in FDKsbrEnc_DestroyPSEncode() argument
804 if (NULL != phPsEncode) { in FDKsbrEnc_DestroyPSEncode()
805 FreeRam_PsEncode(phPsEncode); in FDKsbrEnc_DestroyPSEncode()