Searched refs:pSbrChannel (Results 1 – 4 of 4) sorted by relevance
325 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()439 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()440 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()441 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()547 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()548 self->pSbrElement[elementIndex]->pSbrChannel[ch] = GetRam_SbrDecChannel(chCnt); in sbrDecoder_InitElement()549 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()556 …sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel… in sbrDecoder_InitElement()559 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1; in sbrDecoder_InitElement()560 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2; in sbrDecoder_InitElement()[all …]
103 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT]; member
135 HANDLE_SBR_CHANNEL pSbrChannel[(8)]; member
740 if (hSbrEncoder->pSbrChannel[ch]) { in sbrEncoder_Close()741 sbrEncoder_ChannelClose(hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()742 FreeRam_SbrChannel(&hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()1518 hSbrEncoder->pSbrChannel[i] = GetRam_SbrChannel(i); in sbrEncoder_Open()1519 if (hSbrEncoder->pSbrChannel[i]==NULL) { in sbrEncoder_Open()1523 if ( createEnvChannel(&hSbrEncoder->pSbrChannel[i]->hEnvChannel, in sbrEncoder_Open()1593 hSbrElement->sbrChannel[ch] = hSbrEncoder->pSbrChannel[totalCh]; in FDKsbrEnc_Reallocate()