Home
last modified time | relevance | path

Searched refs:nXLength (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.h108 OMX_U32 nXLength; /*Sectional decoding: X lenght*/ member
DJPEGTest.c613 OMX_U32 nXLength = 0; /*Sectional decoding: X lenght*/ local
724 nXLength = atoi(argv[9]);
1199 if(nXOrg || nYOrg || nXLength || nYLength){
1214 pSubRegionDecode->nXLength = nXLength;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h382 OMX_U32 nXLength; /*Sectional decoding: X lenght*/ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h151 OMX_U32 nXLength; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_IVCommon.h154 OMX_U32 nXLength; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1772 ptJPGDecUALGInBufParam->ulXLength = (int)pComponentPrivate->pSubRegionDecode->nXLength; in HandleDataBuf_FromAppJpegDec()
DOMX_JpegDecoder.c716 pComponentPrivate->pSubRegionDecode->nXLength = 0; in OMX_ComponentInit()