Searched refs:phPsEncode (Results 1 – 2 of 2) sorted by relevance
171 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode);177 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(HANDLE_PS_ENCODE *phPsEncode);
743 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode) { in FDKsbrEnc_CreatePSEncode() argument746 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() argument804 if (NULL != phPsEncode) { in FDKsbrEnc_DestroyPSEncode()805 FreeRam_PsEncode(phPsEncode); in FDKsbrEnc_DestroyPSEncode()