Home
last modified time | relevance | path

Searched refs:FDK_PSENC_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRenc/src/
Dps_encode.h163 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(
167 FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode(
173 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(
177 FDK_PSENC_ERROR FDKsbrEnc_PSEncode(
Dps_main.h179 FDK_PSENC_ERROR PSEnc_Create(
197 FDK_PSENC_ERROR PSEnc_Init(
217 FDK_PSENC_ERROR PSEnc_Destroy(
240 FDK_PSENC_ERROR FDKsbrEnc_PSEnc_ParametricStereoProcessing(
Dps_main.cpp111 FDK_PSENC_ERROR PSEnc_Create( in PSEnc_Create()
115 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Create()
154 FDK_PSENC_ERROR PSEnc_Init( in PSEnc_Init()
162 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Init()
242 FDK_PSENC_ERROR PSEnc_Destroy( in PSEnc_Destroy()
246 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Destroy()
259 static FDK_PSENC_ERROR ExtractPSParameters( in ExtractPSParameters()
265 FDK_PSENC_ERROR error = PSENC_OK; in ExtractPSParameters()
299 static FDK_PSENC_ERROR DownmixPSQmfData( in DownmixPSQmfData()
311 FDK_PSENC_ERROR error = PSENC_OK; in DownmixPSQmfData()
[all …]
Dps_encode.cpp169 static FDK_PSENC_ERROR InitPSData( in InitPSData()
173 FDK_PSENC_ERROR error = PSENC_OK; in InitPSData()
753 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode( in FDKsbrEnc_CreatePSEncode()
757 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_CreatePSEncode()
775 FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode( in FDKsbrEnc_InitPSEncode()
781 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_InitPSEncode()
814 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode( in FDKsbrEnc_DestroyPSEncode()
818 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_DestroyPSEncode()
838 FDK_PSENC_ERROR FDKsbrEnc_PSEncode( in FDKsbrEnc_PSEncode()
848 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_PSEncode()
Dps_const.h145 } FDK_PSENC_ERROR; typedef