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

1 2

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 69 int nWidth;
114 OMX_U32 nWidth;
JPEGTest.c 102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight;
104 /*round up if nWidth is not multiple of 32*/
105 ( (nWidth%32 ) !=0 ) ? nWidth=32 * ( ( nWidth/32 ) + 1 ) : nWidth;
106 PRINT("411 file new nWidth %d \n", nWidth);
112 imageinfo->nWidth = nWidth
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 48 int nWidth;
JPEGTestEnc.c 656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) {
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h 577 OMX_U32 nWidth;
    [all...]
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
OMX_TI_Video.h 135 @param nWidth to specify the Aspect ratio: width of the pixel
143 OMX_U32 nWidth;
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 12 @r3 nWidth
13 @r4 pDstY2 = pDstY + nWidth
30 add r4, r0, r3 @r4: pDstY2 = pDstY + nWidth
32 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
354 sub r8, r3, #16 @r8: nWidthTmp = nWidth -16
355 add r0, r0, r3 @pDstY + nwidth
357 add r4, r4, r3 @pDstY2 + nwidth
  /hardware/qcom/media/mm-core/inc/
QOMX_VideoExtensions.h 563 * nWidth : Specifies the horizontal aspect size of
572 OMX_U16 nWidth;
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
QOMX_AudioExtensions.h 387 OMX_U8 nWidth; /**< Width of expansion effect */
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFocus.cpp 736 (size_t&)focusAreas[0]->tAlgoAreas[n].nWidth,
743 focusAreas[0]->tAlgoAreas[n].nWidth =
744 ( focusAreas[0]->tAlgoAreas[n].nWidth * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
751 (int)focusAreas[0]->tAlgoAreas[n].nWidth, (int)focusAreas[0]->tAlgoAreas[n].nHeight,
OMXFD.cpp 391 nLeft = faceData->tFacePosition[j].nLeft + faceData->tFacePosition[j].nWidth;
408 tmp = ( double ) faceData->tFacePosition[j].nWidth / ( double ) previewWidth;
OMX3A.cpp     [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 329 * nWidth : Frame width in pixels
336 OMX_U32 nWidth;
423 * nWidth : Width of the rectangle
432 OMX_U32 nWidth;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 300 * nWidth : Frame width in pixels
307 OMX_U32 nWidth;
394 * nWidth : Width of the rectangle
403 OMX_U32 nWidth;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 649 OMX_S32 nWidth;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 89 unsigned int nWidth;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 110 void *pDst[], int nWidth,
731 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
879 int nWidth, int nHeight, int nStride,
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 109 void *pDst[], int nWidth,
718 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev,(int) tParamRect.nWidth,(int) tParamRect.nHeight,
866 int nWidth, int nHeight, int nStride,
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 302 int nWidth;
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth;
893 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth;
    [all...]

Completed in 836 milliseconds

1 2