Home
last modified time | relevance | path

Searched refs:pSbrElement (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp294 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++) in sbrDecoder_ResetElement()
297 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch], in sbrDecoder_ResetElement()
299 &self->pSbrElement[elementIndex]->transposerSettings, in sbrDecoder_ResetElement()
333 self->pSbrElement[elementIndex]->useFrameSlot = 0; in sbrDecoder_ResetElement()
335 self->pSbrElement[elementIndex]->useHeaderSlot[i] = i; in sbrDecoder_ResetElement()
407 if (self->pSbrElement[elementIndex] != NULL) { in sbrDecoder_DestroyElement()
411 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) { in sbrDecoder_DestroyElement()
412 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()
413 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] ); in sbrDecoder_DestroyElement()
417 FreeRam_SbrDecElement( &self->pSbrElement[elementIndex] ); in sbrDecoder_DestroyElement()
[all …]
Dsbr_ram.h121 SBR_DECODER_ELEMENT *pSbrElement[(8)]; member