Searched refs:PSENC_OK (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
H A Dps_const.h139 PSENC_OK = 0x0000, /*!< No error happened. All fine. */ enumerator in enum:__anon257
H A Dps_main.cpp115 FDK_PSENC_ERROR error = PSENC_OK;
130 if (PSENC_OK != (error = FDKsbrEnc_CreatePSEncode(&hParametricStereo->hPsEncode))) {
162 FDK_PSENC_ERROR error = PSENC_OK;
205 if (PSENC_OK != (error = FDKsbrEnc_InitPSEncode(hParametricStereo->hPsEncode, (PS_BANDS) hPsEncConfig->nStereoBands, hPsEncConfig->iidQuantErrorThreshold))){
246 FDK_PSENC_ERROR error = PSENC_OK;
265 FDK_PSENC_ERROR error = PSENC_OK;
277 if (PSENC_OK != (error = FDKsbrEnc_PSEncode(
311 FDK_PSENC_ERROR error = PSENC_OK;
476 FDK_PSENC_ERROR error = PSENC_OK;
519 if(PSENC_OK !
[all...]
H A Dps_encode.cpp173 FDK_PSENC_ERROR error = PSENC_OK;
757 FDK_PSENC_ERROR error = PSENC_OK;
781 FDK_PSENC_ERROR error = PSENC_OK;
787 if (PSENC_OK != (InitPSData(&hPsEncode->psData))) {
818 FDK_PSENC_ERROR error = PSENC_OK;
848 FDK_PSENC_ERROR error = PSENC_OK;

Completed in 306 milliseconds