Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmps_main.cpp113 FDK_bufDescr inBufDesc; member
316 hMpsEnc->inBufDesc.ppBase = (void **)&hMpsEnc->pInBuffer; in FDK_MpegsEnc_Init()
317 hMpsEnc->inBufDesc.pBufSize = hMpsEnc->pInBufferSize; in FDK_MpegsEnc_Init()
318 hMpsEnc->inBufDesc.pEleSize = hMpsEnc->pInBufferElSize; in FDK_MpegsEnc_Init()
319 hMpsEnc->inBufDesc.pBufType = hMpsEnc->pInBufferType; in FDK_MpegsEnc_Init()
320 hMpsEnc->inBufDesc.numBufs = 1; in FDK_MpegsEnc_Init()
390 &hMpsEnc->inBufDesc, in FDK_MpegsEnc_Process()
Daacenc_lib.cpp1686 const AACENC_BufDesc *inBufDesc, in aacEncEncode() argument
1732 if ((inBufDesc == NULL) && (outBufDesc == NULL) && (inargs == NULL) && in aacEncEncode()
1739 ((AACENC_OK != validateBufDesc(inBufDesc)) && in aacEncEncode()
1753 if ((inBufDesc != NULL) && (inargs->numInSamples > 0) && in aacEncEncode()
1754 (getBufDescIdx(inBufDesc, IN_AUDIO_DATA) != -1)) { in aacEncEncode()
1756 INT idx = getBufDescIdx(inBufDesc, IN_AUDIO_DATA); in aacEncEncode()
1770 if (inBufDesc->bufElSizes[idx] == (INT)sizeof(INT_PCM)) { in aacEncEncode()
1771 FDK_deinterleave((INT_PCM *)inBufDesc->bufs[idx], pIn, in aacEncEncode()
1775 } else if (inBufDesc->bufElSizes[idx] > (INT)sizeof(INT_PCM)) { in aacEncEncode()
1776 FDK_deinterleave((LONG *)inBufDesc->bufs[idx], pIn, in aacEncEncode()
[all …]
/external/aac/libSACenc/include/
Dsacenc_lib.h348 const FDK_bufDescr *inBufDesc,
/external/aac/libAACenc/include/
Daacenc_lib.h1648 const AACENC_BufDesc *inBufDesc,
/external/aac/libSACenc/src/
Dsacenc_lib.cpp970 const FDK_bufDescr *inBufDesc, in FDK_sacenc_encode() argument
977 (const INT_PCM *)inBufDesc->ppBase[getBufDescIdx( in FDK_sacenc_encode()
978 inBufDesc, (FDK_BUF_TYPE_INPUT | FDK_BUF_TYPE_PCM_DATA))]; in FDK_sacenc_encode()