Home | History | Annotate | Download | only in src

Lines Matching refs:FDKmemclear

273   FDKmemclear(cc, sizeof(CODER_CONFIG));
415 FDKmemclear(config, sizeof(USER_PARAM));
833 FDKmemclear(hAacEncoder->inputBuffer, sizeof(INT_PCM)*hAacEncoder->nMaxAacChannels*INPUTBUFFER_SIZE);
925 FDKmemclear(hAacEncoder->outBuffer, hAacEncoder->outBufferInBytes*sizeof(UCHAR));
1020 FDKmemclear(hAacEncoder, sizeof(AACENCODER));
1228 FDKmemclear(outargs, sizeof(AACENC_OutArgs));
1234 FDKmemclear(outBufDesc->bufs[i], outBufDesc->bufSizes[i]);
1247 FDKmemclear(outBytes, hAacEncoder->aacConfig.nSubFrames*sizeof(INT));
1295 FDKmemclear(hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset+hAacEncoder->nSamplesRead, sizeof(INT_PCM)*nZeros );
1311 FDKmemclear(hAacEncoder->extPayload, sizeof(AACENC_EXT_PAYLOAD) * MAX_TOTAL_EXT_PAYLOADS);
1315 FDKmemclear(hAacEncoder->extPayloadData, sizeof(hAacEncoder->extPayloadData));
1316 FDKmemclear(hAacEncoder->extPayloadSize, sizeof(hAacEncoder->extPayloadSize));
1870 FDKmemclear(pInfo, sizeof(AACENC_InfoStruct));