OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSbrElement
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRdec/src/
sbrdecoder.cpp
287
for (ch=0; ch<self->
pSbrElement
[elementIndex]->nChannels; ch++)
290
sbrError = createSbrDec (self->
pSbrElement
[elementIndex]->pSbrChannel[ch],
292
&self->
pSbrElement
[elementIndex]->transposerSettings,
326
self->
pSbrElement
[elementIndex]->useFrameSlot = 0;
328
self->
pSbrElement
[elementIndex]->useHeaderSlot[i] = i;
400
if (self->
pSbrElement
[elementIndex] != NULL) {
404
if (self->
pSbrElement
[elementIndex]->pSbrChannel[ch] != NULL) {
405
deleteSbrDec( self->
pSbrElement
[elementIndex]->pSbrChannel[ch] );
406
FreeRam_SbrDecChannel( &self->
pSbrElement
[elementIndex]->pSbrChannel[ch] );
410
FreeRam_SbrDecElement( &self->
pSbrElement
[elementIndex] )
[
all
...]
sbr_ram.h
121
SBR_DECODER_ELEMENT *
pSbrElement
[(4)];
Completed in 141 milliseconds