HomeSort by relevance Sort by last modified time
    Searched refs:SBRDEC_OK (Results 1 - 11 of 11) sorted by null

  /external/aac/libSBRdec/src/
sbrdecoder.cpp 212 SBR_ERROR sbrError = SBRDEC_OK;
281 if (sbrError != SBRDEC_OK) {
301 if (sbrError != SBRDEC_OK) {
342 SBR_ERROR sbrError = SBRDEC_OK;
428 SBR_ERROR sbrError = SBRDEC_OK;
453 return SBRDEC_OK;
552 if (sbrError != SBRDEC_OK) {
583 SBR_ERROR errorStatus = SBRDEC_OK;
590 if (errorStatus == SBRDEC_OK) {
619 SBR_ERROR sbrError = SBRDEC_OK;
    [all...]
sbrdec_freq_sca.cpp 417 return SBRDEC_OK;
591 return SBRDEC_OK;
721 SBR_ERROR err = SBRDEC_OK;
811 return SBRDEC_OK;
sbr_dec.cpp 736 SBR_ERROR err = SBRDEC_OK;
754 if (err != SBRDEC_OK) {
820 if (err != SBRDEC_OK) {
    [all...]
psdec_hybrid.cpp 127 return SBRDEC_OK;
psdec.cpp 141 SBR_ERROR errorInfo = SBRDEC_OK;
190 if ( errorInfo != SBRDEC_OK )
237 SBR_ERROR errorInfo = SBRDEC_OK;
    [all...]
lpp_tran.cpp 802 return SBRDEC_OK;
836 * \return SBRDEC_OK on success, SBRDEC_UNSUPPORTED_CONFIG on error
    [all...]
env_calc.cpp     [all...]
env_extr.cpp 172 SBR_ERROR sbrError = SBRDEC_OK;
    [all...]
  /external/aac/libSBRdec/include/
sbrdecoder.h 123 SBRDEC_OK = 0, /*!< All fine. */
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 300 SBR_ERROR sbrErr = SBRDEC_OK;
310 case SBRDEC_OK:
664 if ( SBRDEC_OK != sbrDecoder_Open ( &aacDec->hSbrDecoder )) {
915 SBR_ERROR sbrError = SBRDEC_OK;
956 if (sbrError == SBRDEC_OK) {
    [all...]
aacdecoder.cpp 545 if (sbrError == SBRDEC_OK) {
556 if (sbrError == SBRDEC_OK) {
572 if (sbrError != SBRDEC_OK) {
    [all...]

Completed in 58 milliseconds