Home
last modified time | relevance | path

Searched refs:pOutParams (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c2140 if (pComponentPrivate->pOutParams != NULL) in HandleJpegEncFreeOutputBufferFromApp()
2142 pComponentPrivate->pOutParams = (OMX_U8*)pComponentPrivate->pOutParams - PADDING_128_BYTE; in HandleJpegEncFreeOutputBufferFromApp()
2143 OMX_FREE(pComponentPrivate->pOutParams); in HandleJpegEncFreeOutputBufferFromApp()
2145 OMX_MALLOC(pComponentPrivate->pOutParams,sizeof(PPLIB_UALGRunTimeParam_t) + PADDING_256_BYTE); in HandleJpegEncFreeOutputBufferFromApp()
2146 pComponentPrivate->pOutParams = (OMX_U8*)pComponentPrivate->pOutParams + PADDING_128_BYTE; in HandleJpegEncFreeOutputBufferFromApp()
2148 if (pComponentPrivate->pOutParams != NULL) in HandleJpegEncFreeOutputBufferFromApp()
2156 eError = SendDynamicPPLibParam(pComponentPrivate,pComponentPrivate->pOutParams); in HandleJpegEncFreeOutputBufferFromApp()
2167 (OMX_U8 *)pComponentPrivate->pOutParams, in HandleJpegEncFreeOutputBufferFromApp()
DOMX_JpegEncoder.c539 pComponentPrivate->pOutParams = NULL; in OMX_ComponentInit()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h437 OMX_U32 *pOutParams; member