Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.h107 OMX_U32 nYOrg; /*Sectional decoding: Y origin*/ member
DJPEGTest.c612 OMX_U32 nYOrg = 0; /*Sectional decoding: Y origin*/ local
723 nYOrg = atoi(argv[8]);
1199 if(nXOrg || nYOrg || nXLength || nYLength){
1213 pSubRegionDecode->nYOrg = nYOrg;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h381 OMX_U32 nYOrg; /*Sectional decoding: Y origin*/ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h150 OMX_U32 nYOrg; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1771 ptJPGDecUALGInBufParam->ulYOrg = (int)pComponentPrivate->pSubRegionDecode->nYOrg; in HandleDataBuf_FromAppJpegDec()
DOMX_JpegDecoder.c715 pComponentPrivate->pSubRegionDecode->nYOrg = 0; in OMX_ComponentInit()