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

  /external/aac/libSBRdec/src/
sbrdecoder.cpp 212 SBR_ERROR sbrError = SBRDEC_OK;
223 sbrError = SBRDEC_UNSUPPORTED_CONFIG;
229 sbrError = SBRDEC_UNSUPPORTED_CONFIG;
269 sbrError = initHeaderData(
279 if (sbrError != SBRDEC_OK) {
290 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
299 if (sbrError != SBRDEC_OK) {
316 sbrError = SBRDEC_CREATE_ERROR;
333 return sbrError;
340 SBR_ERROR sbrError = SBRDEC_OK
    [all...]
sbr_dec.cpp 880 SBR_ERROR sbrError = SBRDEC_OK;
    [all...]
env_extr.cpp 172 SBR_ERROR sbrError = SBRDEC_OK;
190 sbrError = SBRDEC_UNSUPPORTED_CONFIG;
229 sbrError = SBRDEC_UNSUPPORTED_CONFIG;
235 return sbrError;
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp 491 SBR_ERROR sbrError;
495 sbrError = sbrDecoder_InitElement(
505 if (sbrError == SBRDEC_OK) {
506 sbrError = sbrDecoder_Parse (
516 if (sbrError == SBRDEC_OK) {
532 if (sbrError != SBRDEC_OK) {
    [all...]
aacdecoder_lib.cpp 813 SBR_ERROR sbrError = SBRDEC_OK;
831 sbrError = sbrDecoder_Apply ( self->hSbrDecoder,
841 if (sbrError == SBRDEC_OK) {
  /external/aac/libAACenc/src/
aacenc_lib.cpp 851 INT sbrError;
875 sbrError = sbrEncoder_Init(
    [all...]

Completed in 138 milliseconds