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

  /external/aac/libSBRdec/src/
sbr_ram.h 122 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT];
sbrdecoder.cpp 383 createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch],
438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh =
440 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh =
517 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
518 deleteSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch]);
520 &self->pSbrElement[elementIndex]->pSbrChannel[ch]);
667 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
668 self->pSbrElement[elementIndex]->pSbrChannel[ch] =
670 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
678 ->pSbrChannel[ch
    [all...]
  /external/aac/libSBRenc/src/
sbr.h 156 HANDLE_SBR_CHANNEL pSbrChannel[(8)];
sbr_encoder.cpp 779 if (hSbrEncoder->pSbrChannel[ch]) {
780 sbrEncoder_ChannelClose(hSbrEncoder->pSbrChannel[ch]);
781 FreeRam_SbrChannel(&hSbrEncoder->pSbrChannel[ch]);
    [all...]

Completed in 793 milliseconds