Home
last modified time | relevance | path

Searched refs:nXOrg (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.h106 OMX_U32 nXOrg; /*Sectional decoding: X origin*/ member
DJPEGTest.c611 OMX_U32 nXOrg = 0; /*Sectional decoding: X origin*/ local
722 nXOrg = atoi(argv[7]);
1199 if(nXOrg || nYOrg || nXLength || nYLength){
1212 pSubRegionDecode->nXOrg = nXOrg;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h380 OMX_U32 nXOrg; /*Sectional decoding: X origin*/ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h149 OMX_U32 nXOrg; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1770 ptJPGDecUALGInBufParam->ulXOrg = (int)pComponentPrivate->pSubRegionDecode->nXOrg; in HandleDataBuf_FromAppJpegDec()
DOMX_JpegDecoder.c714 pComponentPrivate->pSubRegionDecode->nXOrg = 0; in OMX_ComponentInit()