Searched refs:hPsyInternal (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dpsy_main.cpp1344 PSY_INTERNAL *hPsyInternal = *phPsyInternal; local
1346 if (hPsyInternal)
1349 if (hPsyInternal->pStaticChannels[i]) {
1350 if (hPsyInternal->pStaticChannels[i]->psyInputBuffer)
1351 FreeRam_aacEnc_PsyInputBuffer(&hPsyInternal->pStaticChannels[i]->psyInputBuffer); /* AUDIO INPUT BUFFER */
1353 FreeRam_aacEnc_PsyStatic(&hPsyInternal->pStaticChannels[i]); /* PSY_STATIC */
1358 if (hPsyInternal->psyElement[i])
1359 FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]); /* PSY_ELEMENT */

Completed in 41 milliseconds