Home
last modified time | relevance | path

Searched refs:pSbrChannel (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp383 createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()
438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
440 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels()
517 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()
518 deleteSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
520 &self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()
667 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
668 self->pSbrElement[elementIndex]->pSbrChannel[ch] = in sbrDecoder_InitElement()
670 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
678 ->pSbrChannel[ch] in sbrDecoder_InitElement()
[all …]
Dsbr_ram.h122 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT]; member
/external/aac/libSBRenc/src/
Dsbr.h156 HANDLE_SBR_CHANNEL pSbrChannel[(8)]; member
Dsbr_encoder.cpp779 if (hSbrEncoder->pSbrChannel[ch]) { in sbrEncoder_Close()
780 sbrEncoder_ChannelClose(hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()
781 FreeRam_SbrChannel(&hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()
1540 hSbrEncoder->pSbrChannel[i] = GetRam_SbrChannel(i); in sbrEncoder_Open()
1541 if (hSbrEncoder->pSbrChannel[i] == NULL) { in sbrEncoder_Open()
1545 if (createEnvChannel(&hSbrEncoder->pSbrChannel[i]->hEnvChannel, i, in sbrEncoder_Open()
1608 hSbrElement->sbrChannel[ch] = hSbrEncoder->pSbrChannel[totalCh]; in FDKsbrEnc_Reallocate()