Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.h109 OMX_U32 nYLength; /*Sectional decoding: Y lenght*/ member
DJPEGTest.c614 OMX_U32 nYLength = 0; /*Sectional decoding: Y lenght*/ local
725 nYLength = atoi(argv[10]);
1199 if(nXOrg || nYOrg || nXLength || nYLength){
1215 pSubRegionDecode->nYLength = nYLength;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h383 OMX_U32 nYLength; /*Sectional decoding: Y lenght*/ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_IVCommon.h152 OMX_U32 nYLength; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c1773 ptJPGDecUALGInBufParam->ulYLength = (int)pComponentPrivate->pSubRegionDecode->nYLength; in HandleDataBuf_FromAppJpegDec()
DOMX_JpegDecoder.c717 pComponentPrivate->pSubRegionDecode->nYLength = 0; in OMX_ComponentInit()