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

1 2

  /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/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/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 116 OMX_U32 nWidth = 0;
151 nWidth = nValue;
172 sStructRCV.nHorizSize = nWidth;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 483 int nWidth = 0;
488 nWidth = va_arg(argList, int);
495 if (nWidth == 0) {
496 nWidth = FXSYS_atoi(lpsz);
500 if (nWidth < 0 || nWidth > 128 * 1024) {
610 if (nItemLen < nWidth) {
611 nItemLen = nWidth;
627 if (nItemLen < nWidth + nPrecision) {
628 nItemLen = nWidth + nPrecision
    [all...]
fx_basic_wstring.cpp 757 int nWidth = 0;
762 nWidth = va_arg(argList, int);
767 if (nWidth == 0) {
768 nWidth = FXSYS_wtoi(lpsz);
772 if (nWidth < 0 || nWidth > 128 * 1024) {
882 if (nItemLen < nWidth) {
883 nItemLen = nWidth;
899 if (nItemLen < nWidth + nPrecision) {
900 nItemLen = nWidth + nPrecision
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 627 int32_t nWidth =
629 return nWidth;
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 390 int nWidth;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_VideoExtensions.h 564 * nWidth : Specifies the horizontal aspect size of
573 OMX_U16 nWidth;
QOMX_AudioExtensions.h 388 OMX_U8 nWidth; /**< Width of expansion effect */
QOMX_IVCommonExtensions.h 406 OMX_U32 nWidth;
OMX_IVCommon.h 313 * nWidth : Frame width in pixels
320 OMX_U32 nWidth;
407 * nWidth : Width of the rectangle
416 OMX_U32 nWidth;
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_VideoExtensions.h 565 * nWidth : Specifies the horizontal aspect size of
574 OMX_U16 nWidth;
QOMX_IVCommonExtensions.h 406 OMX_U32 nWidth;
OMX_IVCommon.h 313 * nWidth : Frame width in pixels
320 OMX_U32 nWidth;
407 * nWidth : Width of the rectangle
416 OMX_U32 nWidth;
    [all...]
  /hardware/qcom/media/msmcobalt/mm-core/inc/
QOMX_VideoExtensions.h 565 * nWidth : Specifies the horizontal aspect size of
574 OMX_U16 nWidth;
QOMX_IVCommonExtensions.h 406 OMX_U32 nWidth;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 389 OMX_U32 nWidth;
  /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 302 int nWidth;
822 pAppData->pInPortDef->format.video.nFrameWidth = pAppData->nWidth;
893 pAppData->pOutPortDef->format.video.nFrameWidth = pAppData->nWidth;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Video.h 135 @param nWidth to specify the Aspect ratio: width of the pixel
143 OMX_U32 nWidth;
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 338 * nWidth : Frame width in pixels
345 OMX_U32 nWidth;
432 * nWidth : Width of the rectangle
441 OMX_U32 nWidth;
    [all...]
  /hardware/qcom/media/msm8974/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;

Completed in 1573 milliseconds

1 2