Searched defs:pSectionDecode (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c650 OMX_MALLOC(pComponentPrivate->pSectionDecode, sizeof(OMX_CUSTOM_IMAGE_DECODE_SECTION));
707 OMX_CONF_INIT_STRUCT(pComponentPrivate->pSectionDecode, OMX_CUSTOM_IMAGE_DECODE_SECTION);
708 pComponentPrivate->pSectionDecode->nMCURow = 0;
709 pComponentPrivate->pSectionDecode->nAU = 0;
710 pComponentPrivate->pSectionDecode->bSectionsInput = 0;
711 pComponentPrivate->pSectionDecode->bSectionsOutput = 0;
1250 memcpy(ComponentParameterStructure, pComponentPrivate->pSectionDecode, sizeof(OMX_CUSTOM_IMAGE_DECODE_SECTION));
1468 OMX_CUSTOM_IMAGE_DECODE_SECTION* pSectionDecode = pCompParam; local
1469 OMX_MEMCPY_CHECK(pSectionDecode);
1470 OMX_MEMCPY_CHECK(pComponentPrivate->pSectionDecode);
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c624 OMX_CUSTOM_IMAGE_DECODE_SECTION* pSectionDecode = NULL; local
735 pSectionDecode = (OMX_CUSTOM_IMAGE_DECODE_SECTION*)malloc(sizeof(OMX_CUSTOM_IMAGE_DECODE_SECTION));
1184 eError = OMX_GetParameter(pHandle, nCustomIndex, pSectionDecode);
1189 pSectionDecode->nMCURow = nMCURow; /*number of slices*/
1190 pSectionDecode->bSectionsInput = OMX_FALSE; /*Should be false at input port. Unsupported slice dec at input port at the moment*/
1191 pSectionDecode->bSectionsOutput = OMX_TRUE; /*Should be true if slice at output port*/
1192 eError = OMX_SetParameter(pHandle, nCustomIndex, pSectionDecode);
1499 if(pSectionDecode){
1500 free(pSectionDecode);
1501 pSectionDecode
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h472 OMX_CUSTOM_IMAGE_DECODE_SECTION* pSectionDecode; member in struct:JPEGDEC_COMPONENT_PRIVATE

Completed in 72 milliseconds