Searched refs:pSbrChannel (Results 1 – 4 of 4) sorted by relevance
381 createSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()436 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainInCh = in sbrDecoder_AssignQmfChannels2SbrChannels()438 self->pSbrElement[el]->pSbrChannel[ch]->SbrDec.qmfDomainOutCh = in sbrDecoder_AssignQmfChannels2SbrChannels()515 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()516 deleteSbrDec(self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()518 &self->pSbrElement[elementIndex]->pSbrChannel[ch]); in sbrDecoder_DestroyElement()665 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()666 self->pSbrElement[elementIndex]->pSbrChannel[ch] = in sbrDecoder_InitElement()668 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()676 ->pSbrChannel[ch] in sbrDecoder_InitElement()[all …]
122 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT]; member
156 HANDLE_SBR_CHANNEL pSbrChannel[(8)]; member
779 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()1538 hSbrEncoder->pSbrChannel[i] = GetRam_SbrChannel(i); in sbrEncoder_Open()1539 if (hSbrEncoder->pSbrChannel[i] == NULL) { in sbrEncoder_Open()1543 if (createEnvChannel(&hSbrEncoder->pSbrChannel[i]->hEnvChannel, i, in sbrEncoder_Open()1606 hSbrElement->sbrChannel[ch] = hSbrEncoder->pSbrChannel[totalCh]; in FDKsbrEnc_Reallocate()