Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_DSP.h176 } WMV9DEC_UALGInputParam; typedef
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c3854 …OMX_MALLOC_STRUCT_SIZED(pUalgInpParams[0], WMV9DEC_UALGInputParam, sizeof(WMV9DEC_UALGInputParam) … in VIDDEC_Allocate_DSPResources()
3856 if ((WMV9DEC_UALGInputParam*)(!pUalgInpParams[0])) { in VIDDEC_Allocate_DSPResources()
3864 pBufferPrivate->pUalgParam = (WMV9DEC_UALGInputParam*)(pUalgInpParams[0]); in VIDDEC_Allocate_DSPResources()
3865 pBufferPrivate->nUalgParamSize = sizeof(WMV9DEC_UALGInputParam); in VIDDEC_Allocate_DSPResources()