Home
last modified time | relevance | path

Searched refs:xWidth (Results 1 – 14 of 14) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c1539 scale =(int)pScaleFactor->xWidth; in GetConfig_JPEGDec()
1544 pScaleFactor->xWidth = 100; in GetConfig_JPEGDec()
1548 pScaleFactor->xWidth = 50; in GetConfig_JPEGDec()
1552 pScaleFactor->xWidth = 25; in GetConfig_JPEGDec()
1556 pScaleFactor->xWidth = 12; in GetConfig_JPEGDec()
1560 pScaleFactor->xWidth = 200; in GetConfig_JPEGDec()
1564 pScaleFactor->xWidth = 400; in GetConfig_JPEGDec()
1568 pScaleFactor->xWidth = 800; in GetConfig_JPEGDec()
1572 pScaleFactor->xWidth = 100; in GetConfig_JPEGDec()
1636 scale =(int)pScaleFactor->xWidth; in SetConfig_JPEGDec()
[all …]
DOMX_JpegDec_Utils.c607 switch(pComponentPrivate->pScalePrivate->xWidth){ in Fill_LCMLInitParamsJpegDec()
1765 ptJPGDecUALGInBufParam->ulInResizeOption = (int)pComponentPrivate->pScalePrivate->xWidth; in HandleDataBuf_FromAppJpegDec()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXZoom.cpp111 zoomControl.xWidth = ZOOM_STEPS[index]; in doZoom()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXZoom.cpp116 zoomControl.xWidth = ZOOM_STEPS[index]; in doZoom()
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_IVCommon.h162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_IVCommon.h162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_IVCommon.h188 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_IVCommon.h162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_IVCommon.h175 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_IVCommon.h175 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_IVCommon.h175 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c1551 sScale->xWidth = ((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sScale.xWidth; in VPP_GetConfig()
1865 ((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sScale.xWidth = sScale->xWidth; in VPP_SetConfig()
DOMX_VPP_Utils.c3381 pComponentPrivate->sScale.xWidth = 0; in VPP_Initialize_PrivateStruct()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c848 pScaleFactor->xWidth = (int)nResizeMode;