Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pvr_iframelut/drv/pvr_iframelut/
H A DmdrvPVR_IframeLUT.c177 MS_U32 u32ResSize = 0; in PVR_IFRAMELUTRegisterToUtopia() local
178 _MDrv_PVR_IframeLUT_GetCap(PVR_IFRAMELUT_CAP_RESOURCE_SIZE, (void*)(&u32ResSize)); in PVR_IFRAMELUTRegisterToUtopia()
182 UtopiaResourceCreate("pvr_iframelut", u32ResSize, &psResource); in PVR_IFRAMELUTRegisterToUtopia()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DmapiDMX.c443 MS_U32 u32ResSize = 0; in DMXRegisterToUtopia() local
460 _MApi_DMX_GetCap(DMX_CAP_RESOURCE_SIZE, (void*)(&u32ResSize)); in DMXRegisterToUtopia()
461 UtopiaResourceCreate("DMX", u32ResSize, &psResource); in DMXRegisterToUtopia()