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 D | ExynosVideoDec.h | 44 void *pPrivate; member in struct:_ExynosVideoDecContext
|
H A D | ExynosVideoEnc.h | 41 void *pPrivate; member in struct:_ExynosVideoEncContext
|
H A D | ExynosVideoApi.h | 132 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 D | ExynosVideoDecoder.c | 1422 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 D | ExynosVideoEncoder.c | 1797 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 D | Exynos_OMX_Baseport.h | 71 OMX_PTR pPrivate; member in struct:_EXYNOS_OMX_DATABUFFER 101 OMX_PTR pPrivate; member in struct:_EXYNOS_OMX_DATA
|
Completed in 31 milliseconds