HomeSort by relevance Sort by last modified time
    Searched defs:nStride (Results 1 - 24 of 24) sorted by null

  /frameworks/native/include/media/hardware/
HardwareAPI.h 224 OMX_U32 nStride;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 173 OMX_U32 nStride = 0;
176 nStride = priv_hnd->stride;
181 return nStride;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 111 int nHeight, int nStride,
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
555 OMX_U32 nStride = 0, nNumLines = 0;
710 int err, nStride;
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,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 110 int nHeight, int nStride,
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
538 OMX_U32 nStride = 0, nNumLines = 0;
698 int err, nStride;
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,
  /frameworks/native/include/media/openmax/
OMX_Image.h 114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride;
OMX_Video.h 124 * nStride : Number of bytes per span of an image
149 OMX_S32 nStride;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
OMX_Video.h 107 * nStride : Number of bytes per span of an image
132 OMX_S32 nStride;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
OMX_Video.h 104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
OMX_Video.h 104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
OMX_Video.h 104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride;
OMX_Video.h 122 * nStride : Number of bytes per span of an image
147 OMX_S32 nStride;
    [all...]
OMX_TI_Video.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 133 int nHeight, int nStride,
589 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
676 OMX_U32 nStride = 0, nNumLines = 0;
852 int err, nStride;
874 (const struct native_handle_t **)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), &nStride);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
OMX_Video.h 104 * nStride : Number of bytes per span of an image
129 OMX_S32 nStride;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 101 OMX_U32 nPortIndex, OMX_U32 * nStride);
681 OMX_U32 nStride = 0;
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;
995 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
998 if (nStride == LINUX_PAGE_SIZE)
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 134 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;
772 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
801 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 119 OMX_U32 nPortIndex, OMX_U32 * nStride);
659 OMX_U32 nStride = 0;
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;
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GeneralDecoder.cpp 101 FX_INTPTR nStride, nStride2;
111 nStride = GBREG->m_nStride;
112 nStride2 = nStride << 1;
122 line2 = (h > 0) ? pLine[-nStride] : 0;
131 line2 = (line2 << 8) | (pLine[-nStride + (w >> 3) + 1]);
157 pLine += nStride;
168 FX_INT32 nStride, nStride2, k;
178 nStride = GBREG->m_nStride;
179 nStride2 = nStride << 1;
193 pLine2 = pLine - nStride;
    [all...]

Completed in 540 milliseconds