Searched defs:nStride (Results 1 - 19 of 19) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Image.h97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h107 * nStride : Number of bytes per span of an image
132 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Image.h97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Image.h97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h107 * nStride : Number of bytes per span of an image
132 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Image.h114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h122 * nStride : Number of bytes per span of an image
147 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
H A DOMX_TI_Video.h1059 OMX_S32 nStride; member in struct:OMX_TI_VIDEO_PARAM_SVCTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Image.h97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride; member in struct:OMX_IMAGE_PORTDEFINITIONTYPE
H A DOMX_Video.h104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c111 int nHeight, int nStride,
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
555 OMX_U32 nStride = 0, nNumLines = 0; local
710 int err, nStride; local
732 (int) HAL_PIXEL_FORMAT_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride);
879 int nWidth, int nHeight, int nStride,
876 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c110 int nHeight, int nStride,
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
538 OMX_U32 nStride = 0, nNumLines = 0; local
698 int err, nStride; local
719 (int) HAL_PIXEL_FORMAT_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride);
866 int nWidth, int nHeight, int nStride,
863 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c134 int nHeight, int nStride,
137 static int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride);
613 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
700 OMX_U32 nStride = 0, nNumLines = 0; local
772 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
801 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
902 int err, nStride; local
958 int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride) argument
979 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev, (int) tParam.nWidth, (int) tParam.nHeight, (int) HAL_PIXEL_FORMAT_TI_NV12, (int) GRALLOC_USAGE_HW_RENDER, (const struct native_handle_t * *)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), (int *) &nStride);
1068 int nWidth, int nHeight, int nStride,
1065 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c133 int nHeight, int nStride,
589 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
676 OMX_U32 nStride = 0, nNumLines = 0; local
852 int err, nStride; local
874 (const struct native_handle_t **)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), &nStride);
1021 int nWidth, int nHeight, int nStride,
1018 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c101 OMX_U32 nPortIndex, OMX_U32 * nStride);
681 OMX_U32 nStride = 0; local
720 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
724 if (nStride == LINUX_PAGE_SIZE && \
914 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; local
995 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
998 if (nStride == LINUX_PAGE_SIZE)
1160 OMX_U32 count = 0, nStride = 0; local
1205 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
1206 if (eError == OMX_ErrorNone && nStride
2117 OMX_U32 count = 0, nStride = 0; local
2319 RPC_UTIL_GetStride(OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex, OMX_U32 * nStride) argument
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c119 OMX_U32 nPortIndex, OMX_U32 * nStride);
659 OMX_U32 nStride = 0; local
682 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
686 if (nStride == LINUX_PAGE_SIZE && \
950 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; local
1035 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
1038 if (nStride == LINUX_PAGE_SIZE)
1213 OMX_U32 count = 0, nStride = 0; local
1946 OMX_U32 count = 0, nStride = 0; local
2142 * @param nStride [OU
2146 RPC_UTIL_GetStride(OMX_COMPONENTTYPE * hRemoteComp, OMX_U32 nPortIndex, OMX_U32 * nStride) argument
[all...]

Completed in 739 milliseconds