Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dpsy_main.cpp1339 PSY_INTERNAL *hPsyInternal = *phPsyInternal; in FDKaacEnc_PsyClose() local
1341 if (hPsyInternal) in FDKaacEnc_PsyClose()
1344 if (hPsyInternal->pStaticChannels[i]) { in FDKaacEnc_PsyClose()
1345 if (hPsyInternal->pStaticChannels[i]->psyInputBuffer) in FDKaacEnc_PsyClose()
1346 …FreeRam_aacEnc_PsyInputBuffer(&hPsyInternal->pStaticChannels[i]->psyInputBuffer); /* AUDIO INPUT … in FDKaacEnc_PsyClose()
1348 …FreeRam_aacEnc_PsyStatic(&hPsyInternal->pStaticChannels[i]); /* PSY_STATIC… in FDKaacEnc_PsyClose()
1353 if (hPsyInternal->psyElement[i]) in FDKaacEnc_PsyClose()
1354 …FreeRam_aacEnc_PsyElement(&hPsyInternal->psyElement[i]); /* PSY_ELEMEN… in FDKaacEnc_PsyClose()