Searched refs:pHoldBuffer2 (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h840 OMX_U8 *pHoldBuffer,*pHoldBuffer2; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h686 OMX_U8* pHoldBuffer, *pHoldBuffer2; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c514 OMX_MEMFREE_STRUCT(pComponentPrivate->pHoldBuffer2);
1666 if (pComponentPrivate->pHoldBuffer2 == NULL) {
1667 OMX_MALLOC_SIZE(pComponentPrivate->pHoldBuffer2, NBAMRENC_INPUT_FRAME_SIZE,OMX_U8);
1670 memcpy(pComponentPrivate->pHoldBuffer2,pExtraData,remainingBytes);
1675 memcpy(pComponentPrivate->pHoldBuffer, pComponentPrivate->pHoldBuffer2, remainingBytes);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c1802 if (pComponentPrivate->pHoldBuffer2 == NULL) {
1803 OMX_MALLOC_SIZE(pComponentPrivate->pHoldBuffer2,
1809 memcpy(pComponentPrivate->pHoldBuffer2,
1821 pComponentPrivate->pHoldBuffer2,

Completed in 138 milliseconds