Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp292 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()
406 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()
407 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()
408 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()
513 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
514 self->pSbrElement[elementIndex]->pSbrChannel[ch] = GetRam_SbrDecChannel(chCnt); in sbrDecoder_InitElement()
515 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) { in sbrDecoder_InitElement()
522 …sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel… in sbrDecoder_InitElement()
525 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1; in sbrDecoder_InitElement()
526 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2; in sbrDecoder_InitElement()
[all …]
Dsbr_ram.h103 SBR_CHANNEL *pSbrChannel[SBRDEC_MAX_CH_PER_ELEMENT]; member
/external/aac/libSBRenc/src/
Dsbr.h135 HANDLE_SBR_CHANNEL pSbrChannel[(8)]; member
Dsbr_encoder.cpp666 if (hSbrEncoder->pSbrChannel[ch]) { in sbrEncoder_Close()
667 sbrEncoder_ChannelClose(hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()
668 FreeRam_SbrChannel(&hSbrEncoder->pSbrChannel[ch]); in sbrEncoder_Close()
1423 hSbrEncoder->pSbrChannel[i] = GetRam_SbrChannel(i); in sbrEncoder_Open()
1424 if (hSbrEncoder->pSbrChannel[i]==NULL) { in sbrEncoder_Open()
1428 if ( createEnvChannel(&hSbrEncoder->pSbrChannel[i]->hEnvChannel, in sbrEncoder_Open()
1498 hSbrElement->sbrChannel[ch] = hSbrEncoder->pSbrChannel[totalCh]; in FDKsbrEnc_Reallocate()