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;
279 if (sbrError != SBRDEC_OK) {
299 if (sbrError != SBRDEC_OK) {
340 SBR_ERROR sbrError = SBRDEC_OK;
426 SBR_ERROR sbrError = SBRDEC_OK;
450 return SBRDEC_OK;
549 if (sbrError != SBRDEC_OK) {
579 SBR_ERROR errorStatus = SBRDEC_OK;
586 if (errorStatus == SBRDEC_OK) {
615 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:
598 if ( SBRDEC_OK != sbrDecoder_Open ( &aacDec->hSbrDecoder )) {
827 SBR_ERROR sbrError = SBRDEC_OK;
855 if (sbrError == SBRDEC_OK) {
aacdecoder.cpp 529 if (sbrError == SBRDEC_OK) {
540 if (sbrError == SBRDEC_OK) {
556 if (sbrError != SBRDEC_OK) {
    [all...]

Completed in 665 milliseconds