Searched refs:phPsyOut (Results 1 – 2 of 2) sorted by relevance
1300 void FDKaacEnc_PsyClose(PSY_INTERNAL **phPsyInternal, PSY_OUT **phPsyOut) { in FDKaacEnc_PsyClose() argument1329 if (phPsyOut != NULL) { in FDKaacEnc_PsyClose()1331 if (phPsyOut[n]) { in FDKaacEnc_PsyClose()1333 if (phPsyOut[n]->pPsyOutChannels[i]) in FDKaacEnc_PsyClose()1335 &phPsyOut[n]->pPsyOutChannels[i]); /* PSY_OUT_CHANNEL */ in FDKaacEnc_PsyClose()1339 if (phPsyOut[n]->psyOutElement[i]) in FDKaacEnc_PsyClose()1341 &phPsyOut[n]->psyOutElement[i]); /* PSY_OUT_ELEMENTS */ in FDKaacEnc_PsyClose()1344 FreeRam_aacEnc_PsyOut(&phPsyOut[n]); in FDKaacEnc_PsyClose()
159 void FDKaacEnc_PsyClose(PSY_INTERNAL **phPsyInternal, PSY_OUT **phPsyOut);