HomeSort by relevance Sort by last modified time
    Searched refs:nStride (Results 1 - 25 of 52) sorted by null

1 2 3

  /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 123 * nStride : Number of bytes per span of an image
148 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 105 * nStride : Number of bytes per span of an image
130 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/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...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 124 def->format.video.nStride = def->format.video.nFrameWidth;
130 def->format.video.nStride = def->format.video.nFrameWidth;
  /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...]
  /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,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 84 width = exynosOutputPort->portDefinition.format.video.nStride =
85 exynosInputPort->portDefinition.format.video.nStride;
243 pExynosInputPort->portDefinition.format.video.nStride = 0; /*DEFAULT_FRAME_WIDTH;*/
256 pExynosOutputPort->portDefinition.format.video.nStride = 0; /*DEFAULT_FRAME_WIDTH;*/
    [all...]
Exynos_OMX_VdecControl.c 624 pInputPort->portDefinition.format.video.nStride = pInputPort->newPortDefinition.format.video.nStride;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 261 def.format.video.nStride = mVideoWidth;
292 def.format.video.nStride = mVideoWidth;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 572 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
588 sPortDef.format.video.nStride = tParamStruct.nWidth;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 180 inputPort.format.video.nStride = inputPort.format.video.nFrameWidth;
196 (inputPort.format.video.nStride *
210 outputPort.format.video.nStride = outputPort.format.video.nFrameWidth;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 170 OMX_U32 nStride = 0;
173 nStride = priv_hnd->stride;
178 return nStride;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_Venc.c 71 width = exynosOutputPort->portDefinition.format.video.nStride =
72 exynosInputPort->portDefinition.format.video.nStride;
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 488 inputPort->format.image.nStride = encode_params->dimension->orig_picture_dx;
496 inputPort1->format.image.nStride =
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 399 def.format.video.nStride = mVideoWidth;
422 def.format.video.nStride = mVideoWidth;
    [all...]

Completed in 441 milliseconds

1 2 3