HomeSort by relevance Sort by last modified time
    Searched defs:nHeight (Results 1 - 25 of 32) sorted by null

1 2

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 49 int nHeight ;
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/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 70 int nHeight ;
115 OMX_U32 nHeight;
JPEGTest.c 102 int nWidth=imageinfo->nWidth, nHeight=imageinfo->nHeight;
108 /*round up if nHeight is not multiple of 16*/
109 ( (nHeight%16) !=0 ) ? nHeight=16 * ( ( nHeight/16 ) + 1 ) : nHeight;
110 PRINT("new nHeight %d \n", nHeight);
113 imageinfo->nHeight = nHeight
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 117 OMX_U32 nHeight = 0;
153 nHeight = nValue;
171 sStructRCV.nVertSize = nHeight;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 391 int nHeight;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_VideoExtensions.h 566 * nHeight : Specifies the vertical aspect size of the
574 OMX_U16 nHeight;
QOMX_IVCommonExtensions.h 407 OMX_U32 nHeight;
OMX_IVCommon.h 314 * nHeight : Frame height in pixels
321 OMX_U32 nHeight;
408 * nHeight : Height of the rectangle
417 OMX_U32 nHeight;
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_VideoExtensions.h 567 * nHeight : Specifies the vertical aspect size of the
575 OMX_U16 nHeight;
QOMX_IVCommonExtensions.h 407 OMX_U32 nHeight;
OMX_IVCommon.h 314 * nHeight : Frame height in pixels
321 OMX_U32 nHeight;
408 * nHeight : Height of the rectangle
417 OMX_U32 nHeight;
    [all...]
OMX_QCOMExtns.h     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 390 OMX_U32 nHeight;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 303 int nHeight;
823 pAppData->pInPortDef->format.video.nFrameHeight = pAppData->nHeight;
894 pAppData->pOutPortDef->format.video.nFrameHeight = pAppData->nHeight;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Video.h 136 @param nHeight to specify the Aspect ratio: height of the pixel
144 OMX_U32 nHeight;
OMX_IVCommon.h 301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight;
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 339 * nHeight : Frame height in pixels
346 OMX_U32 nHeight;
433 * nHeight : Height of the rectangle
442 OMX_U32 nHeight;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight;
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 301 * nHeight : Frame height in pixels
308 OMX_U32 nHeight;
395 * nHeight : Height of the rectangle
404 OMX_U32 nHeight;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 327 * nHeight : Frame height in pixels
334 OMX_U32 nHeight;
421 * nHeight : Height of the rectangle
430 OMX_U32 nHeight;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 650 OMX_S32 nHeight;
    [all...]

Completed in 697 milliseconds

1 2