Home
last modified time | relevance | path

Searched refs:SPARKVD_GPP_SN_UALGInputParams (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_DSP.h384 typedef struct SPARKVD_GPP_SN_UALGInputParams struct
388 } SPARKVD_GPP_SN_UALGInputParams; argument
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c3811 …MX_MALLOC_STRUCT_SIZED(pUalgInpParams[0], SPARKVD_GPP_SN_UALGInputParams, sizeof(SPARKVD_GPP_SN_UA… in VIDDEC_Allocate_DSPResources()
3813 if ((SPARKVD_GPP_SN_UALGInputParams*)(!pUalgInpParams[0])) { in VIDDEC_Allocate_DSPResources()
3821 pBufferPrivate->pUalgParam = (SPARKVD_GPP_SN_UALGInputParams*)(pUalgInpParams[0]); in VIDDEC_Allocate_DSPResources()
3822 pBufferPrivate->nUalgParamSize = sizeof(SPARKVD_GPP_SN_UALGInputParams); in VIDDEC_Allocate_DSPResources()