Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dps_main.cpp116 FDK_PSENC_ERROR PSEnc_Create(HANDLE_PARAMETRIC_STEREO *phParametricStereo) { in PSEnc_Create()
117 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Create()
161 FDK_PSENC_ERROR PSEnc_Init(HANDLE_PARAMETRIC_STEREO hParametricStereo, in PSEnc_Init()
164 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Init()
247 FDK_PSENC_ERROR PSEnc_Destroy(HANDLE_PARAMETRIC_STEREO *phParametricStereo) { in PSEnc_Destroy()
248 FDK_PSENC_ERROR error = PSENC_OK; in PSEnc_Destroy()
261 static FDK_PSENC_ERROR ExtractPSParameters( in ExtractPSParameters()
264 FDK_PSENC_ERROR error = PSENC_OK; in ExtractPSParameters()
292 static FDK_PSENC_ERROR DownmixPSQmfData( in DownmixPSQmfData()
300 FDK_PSENC_ERROR error = PSENC_OK; in DownmixPSQmfData()
[all …]
Dps_encode.h171 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode);
173 FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode(HANDLE_PS_ENCODE hPsEncode,
177 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(HANDLE_PS_ENCODE *phPsEncode);
179 FDK_PSENC_ERROR FDKsbrEnc_PSEncode(
Dps_main.h195 FDK_PSENC_ERROR PSEnc_Create(HANDLE_PARAMETRIC_STEREO *phParametricStereo);
211 FDK_PSENC_ERROR PSEnc_Init(HANDLE_PARAMETRIC_STEREO hParametricStereo,
227 FDK_PSENC_ERROR PSEnc_Destroy(HANDLE_PARAMETRIC_STEREO *phParametricStereo);
248 FDK_PSENC_ERROR FDKsbrEnc_PSEnc_ParametricStereoProcessing(
Dps_encode.cpp172 static FDK_PSENC_ERROR InitPSData(HANDLE_PS_DATA hPsData) { in InitPSData()
173 FDK_PSENC_ERROR error = PSENC_OK; in InitPSData()
743 FDK_PSENC_ERROR FDKsbrEnc_CreatePSEncode(HANDLE_PS_ENCODE *phPsEncode) { in FDKsbrEnc_CreatePSEncode()
744 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_CreatePSEncode()
761 FDK_PSENC_ERROR FDKsbrEnc_InitPSEncode(HANDLE_PS_ENCODE hPsEncode, in FDKsbrEnc_InitPSEncode()
764 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_InitPSEncode()
801 FDK_PSENC_ERROR FDKsbrEnc_DestroyPSEncode(HANDLE_PS_ENCODE *phPsEncode) { in FDKsbrEnc_DestroyPSEncode()
802 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_DestroyPSEncode()
821 FDK_PSENC_ERROR FDKsbrEnc_PSEncode( in FDKsbrEnc_PSEncode()
826 FDK_PSENC_ERROR error = PSENC_OK; in FDKsbrEnc_PSEncode()
Dps_const.h148 } FDK_PSENC_ERROR; typedef