Searched defs:pPrivate (Results 1 - 6 of 6) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoDec.h44 void *pPrivate; member in struct:_ExynosVideoDecContext
H A DExynosVideoEnc.h41 void *pPrivate; member in struct:_ExynosVideoEncContext
H A DExynosVideoApi.h132 void *pPrivate; member in struct:_ExynosVideoBuffer
283 ExynosVideoErrorType (*Enqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate);
290 ExynosVideoErrorType (*ExtensionEnqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate);
307 ExynosVideoErrorType (*Enqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate);
313 ExynosVideoErrorType (*ExtensionEnqueue)(void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate);
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
H A DExynosVideoDecoder.c1422 void *pPrivate)
1486 if ((((OMX_BUFFERHEADERTYPE *)pPrivate)->nFlags & OMX_BUFFERFLAG_EOS) == OMX_BUFFERFLAG_EOS) {
1492 pCtx->pInbuf[buf.index].pPrivate = pPrivate;
1499 pCtx->pInbuf[buf.index].pPrivate = NULL;
1518 void *pPrivate)
1579 pCtx->pOutbuf[buf.index].pPrivate = pPrivate;
1586 pCtx->pOutbuf[buf.index].pPrivate = NULL;
1948 void *pPrivate)
1417 MFC_Decoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1513 MFC_Decoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1941 MFC_Decoder_ExtensionEnqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
H A DExynosVideoEncoder.c1797 void *pPrivate)
1855 pCtx->pInbuf[buf.index].pPrivate = pPrivate;
1862 pCtx->pInbuf[buf.index].pPrivate = NULL;
1881 void *pPrivate)
1935 pCtx->pOutbuf[buf.index].pPrivate = pPrivate;
1942 pCtx->pOutbuf[buf.index].pPrivate = NULL;
2174 void *pPrivate)
2229 pCtx->pInbuf[buf.index].pPrivate
1792 MFC_Encoder_Enqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
1876 MFC_Encoder_Enqueue_Outbuf( void *pHandle, unsigned char *pBuffer[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
2167 MFC_Encoder_ExtensionEnqueue_Inbuf( void *pHandle, unsigned char *pBuffer[], unsigned int *pFd[], unsigned int allocLen[], unsigned int dataSize[], int nPlanes, void *pPrivate) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.h71 OMX_PTR pPrivate; member in struct:_EXYNOS_OMX_DATABUFFER
101 OMX_PTR pPrivate; member in struct:_EXYNOS_OMX_DATA

Completed in 188 milliseconds