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

1 2

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 80 def.format.video.nStride = def.format.video.nFrameWidth;
105 def.format.video.nStride = def.format.video.nFrameWidth;
361 def->format.video.nStride = def->format.video.nFrameWidth;
367 def->format.video.nStride = def->format.video.nFrameWidth;
  /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 122 * nStride : Number of bytes per span of an image
147 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/codecs/m4v_h263/dec/
SoftMPEG4.cpp 122 def.format.video.nStride = def.format.video.nFrameWidth;
150 def.format.video.nStride = def.format.video.nFrameWidth;
574 def->format.video.nStride = def->format.video.nFrameWidth;
580 def->format.video.nStride = def->format.video.nFrameWidth;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 122 def.format.video.nStride = def.format.video.nFrameWidth;
147 def.format.video.nStride = def.format.video.nFrameWidth;
541 def->format.video.nStride = def->format.video.nFrameWidth;
547 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,
  /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;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 83 width = exynosOutputPort->portDefinition.format.video.nStride =
84 exynosInputPort->portDefinition.format.video.nStride;
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 399 def.format.video.nStride = mVideoWidth;
422 def.format.video.nStride = mVideoWidth;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 743 pExynosInputPort->portDefinition.format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
764 pExynosInputPort->portDefinition.format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
788 pExynosInputPort->portDefinition.format.video.nStride = ((pH264Dec->hMFCH264Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 797 portCheck.format.video.nStride = portParams.mStride;
854 portCheck.format.image.nStride = 0;
881 portParams.mStride = portCheck.format.image.nStride;
894 CAMHAL_LOGDB("\n ***IMG portCheck.format.image.nStride = %ld\n",
895 portCheck.format.image.nStride);
908 CAMHAL_LOGDB("\n ***PRV portCheck.format.video.nStride = %ld\n",
909 portCheck.format.video.nStride);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 841 pExynosInputPort->portDefinition.format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
862 pExynosInputPort->portDefinition.format.video.nStride = ((pMpeg4Dec->hMFCMpeg4Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 652 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
673 pExynosInputPort->portDefinition.format.video.nStride = ((pVp8Dec->hMFCVp8Handle.codecOutbufConf.nFrameWidth + 15) & (~15));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 817 pAppData->pInPortDef->format.video.nStride = -1;
895 pAppData->pOutPortDef->format.video.nStride = 0;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 888 pInPortDef->format.image.nStride = -1;
964 pOutPortDef->format.image.nStride = -1;
    [all...]

Completed in 814 milliseconds

1 2