Home | History | Annotate | Download | only in src

Lines Matching refs:outBufDesc

1193         const AACENC_BufDesc     *outBufDesc,
1231 if (outBufDesc!=NULL) {
1232 for (i=0; i<outBufDesc->numBufs; i++) {
1233 if (outBufDesc->bufs[i]!=NULL) {
1234 FDKmemclear(outBufDesc->bufs[i], outBufDesc->bufSizes[i]);
1242 if ( (hAacEncoder!=NULL) & (inBufDesc==NULL) && (outBufDesc==NULL) && (inargs==NULL) && (outargs==NULL) ) {
1435 if (outBufDesc->numBufs>=1) {
1437 INT bsIdx = getBufDescIdx(outBufDesc,OUT_BITSTREAM_DATA);
1438 INT auIdx = getBufDescIdx(outBufDesc,OUT_AU_SIZES);
1444 ((INT*)outBufDesc->bufs[auIdx])[i] = outBytes[i];
1448 if ( (bsIdx!=-1) && (outBufDesc->bufSizes[bsIdx]>=nBsBytes) ) {
1449 FDKmemcpy(outBufDesc->bufs[bsIdx], hAacEncoder->outBuffer, sizeof(UCHAR)*nBsBytes);