Searched refs:inBufDesc (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACenc/src/ |
D | mps_main.cpp | 113 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()
|
D | aacenc_lib.cpp | 1684 const AACENC_BufDesc *inBufDesc, in aacEncEncode() argument 1730 if ((inBufDesc == NULL) && (outBufDesc == NULL) && (inargs == NULL) && in aacEncEncode() 1736 if ((AACENC_OK != validateBufDesc(inBufDesc)) || in aacEncEncode() 1750 if ((inBufDesc != NULL) && (inargs->numInSamples > 0) && in aacEncEncode() 1751 (getBufDescIdx(inBufDesc, IN_AUDIO_DATA) != -1)) { in aacEncEncode() 1753 INT idx = getBufDescIdx(inBufDesc, IN_AUDIO_DATA); in aacEncEncode() 1763 if (inBufDesc->bufElSizes[idx] == (INT)sizeof(INT_PCM)) { in aacEncEncode() 1764 FDK_deinterleave((INT_PCM *)inBufDesc->bufs[idx], pIn, in aacEncEncode() 1768 } else if (inBufDesc->bufElSizes[idx] > (INT)sizeof(INT_PCM)) { in aacEncEncode() 1769 FDK_deinterleave((LONG *)inBufDesc->bufs[idx], pIn, in aacEncEncode() [all …]
|
/external/aac/libSACenc/include/ |
D | sacenc_lib.h | 348 const FDK_bufDescr *inBufDesc,
|
/external/aac/libAACenc/include/ |
D | aacenc_lib.h | 1648 const AACENC_BufDesc *inBufDesc,
|
/external/aac/libSACenc/src/ |
D | sacenc_lib.cpp | 970 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()
|