OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSENC_OK
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ps_const.h
139
PSENC_OK
= 0x0000, /*!< No error happened. All fine. */
ps_main.cpp
115
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
!= (error = ExtractPSParameters(hParametricStereo, sendHeader, &hParametricStereo->pHybridData[0]) (…)
[
all
...]
ps_encode.cpp
173
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
;
[
all
...]
Completed in 426 milliseconds