Searched defs:pSbrChannel (Results 1 - 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
H A Dsbr_ram.h122 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT]; member in struct:__anon657
H A Dsbrdecoder.cpp383 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[c
1127 HANDLE_SBR_CHANNEL *pSbrChannel; local
1591 HANDLE_SBR_CHANNEL *pSbrChannel = local
[all...]
/external/aac/libSBRenc/src/
H A Dsbr.h156 HANDLE_SBR_CHANNEL pSbrChannel[(8)]; member in struct:SBR_ENCODER

Completed in 92 milliseconds