HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BUFFER_PLANE (Results 1 - 8 of 8) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.h 75 void *pVirAddr[MAX_BUFFER_PLANE]; /* virtual address */
76 int bufferSize[MAX_BUFFER_PLANE]; /* buffer alloc size */
77 int fd[MAX_BUFFER_PLANE]; /* buffer FD */
Exynos_OMX_Vdec.c 314 for (i = 0; i < MAX_BUFFER_PLANE; i++) {
365 void *pSrcBuf[MAX_BUFFER_PLANE] = {NULL, };
366 void *pYUVBuf[MAX_BUFFER_PLANE] = {NULL, };
397 ExynosVideoPlane planes[MAX_BUFFER_PLANE];
    [all...]
Exynos_OMX_VdecControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.h 75 void *pVirAddr[MAX_BUFFER_PLANE]; /* virtual address */
76 int bufferSize[MAX_BUFFER_PLANE]; /* buffer alloc size */
77 int fd[MAX_BUFFER_PLANE]; /* buffer FD */
Exynos_OMX_Venc.c 314 OMX_PTR ppBuf[MAX_BUFFER_PLANE];
324 ExynosVideoPlane planes[MAX_BUFFER_PLANE];
446 OMX_PTR ppBuf[MAX_BUFFER_PLANE];
447 OMX_U32 allocSize[MAX_BUFFER_PLANE];
475 ExynosVideoPlane planes[MAX_BUFFER_PLANE];
675 OMX_PTR ppBuf[MAX_BUFFER_PLANE];
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h 56 void *pYUVBuf[MAX_BUFFER_PLANE];
57 int buf_fd[MAX_BUFFER_PLANE];
85 OMX_PTR dataBuffer[MAX_BUFFER_PLANE];
86 int fd[MAX_BUFFER_PLANE];
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
Exynos_OMX_Def.h 50 #define MAX_BUFFER_PLANE 3
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 86 void *vaddr[MAX_BUFFER_PLANE];
469 ExynosVideoPlane planes[MAX_BUFFER_PLANE];

Completed in 500 milliseconds