Home
last modified time | relevance | path

Searched refs:OMX_CUSTOM_IMAGE_DECODE_SUBREGION (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.h102 typedef struct OMX_CUSTOM_IMAGE_DECODE_SUBREGION struct
110 }OMX_CUSTOM_IMAGE_DECODE_SUBREGION; argument
DJPEGTest.c625 OMX_CUSTOM_IMAGE_DECODE_SUBREGION* pSubRegionDecode = NULL;
736 …pSubRegionDecode = (OMX_CUSTOM_IMAGE_DECODE_SUBREGION*)malloc(sizeof(OMX_CUSTOM_IMAGE_DECODE_SUBRE…
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h376 typedef struct OMX_CUSTOM_IMAGE_DECODE_SUBREGION struct
384 }OMX_CUSTOM_IMAGE_DECODE_SUBREGION; argument
473 OMX_CUSTOM_IMAGE_DECODE_SUBREGION* pSubRegionDecode;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c651 OMX_MALLOC(pComponentPrivate->pSubRegionDecode, sizeof(OMX_CUSTOM_IMAGE_DECODE_SUBREGION)); in OMX_ComponentInit()
713 OMX_CONF_INIT_STRUCT(pComponentPrivate->pSubRegionDecode, OMX_CUSTOM_IMAGE_DECODE_SUBREGION); in OMX_ComponentInit()
1257 …arameterStructure, pComponentPrivate->pSubRegionDecode, sizeof(OMX_CUSTOM_IMAGE_DECODE_SUBREGION)); in GetParameter_JPEGDec()
1477 OMX_CUSTOM_IMAGE_DECODE_SUBREGION* pSubRegionDecode = pCompParam; in SetParameter_JPEGDec()
1480 …(pComponentPrivate->pSubRegionDecode, pSubRegionDecode, sizeof(OMX_CUSTOM_IMAGE_DECODE_SUBREGION)); in SetParameter_JPEGDec()