Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pvr_iframelut/drv/pvr_iframelut/
H A DdrvPVR_IframeLUT.c171 MS_BOOL bLUTUsed[LUT_NUM]; member
183 .bLUTUsed = {[0 ... (LUT_NUM-1)] = FALSE},
408 if(_lut_res->bLUTUsed[pstPVR_IframeLUTCfg->u32PvrEng] == TRUE) in _MDrv_PVR_IframeLUT_Open()
419 _lut_res->bLUTUsed[pstPVR_IframeLUTCfg->u32PvrEng] = TRUE; in _MDrv_PVR_IframeLUT_Open()
461 if(_lut_res->bLUTUsed[u32PvrEng] == FALSE) in _MDrv_PVR_IframeLUT_GetWritePtr()
486 _lut_res->bLUTUsed[u32PvrEng] = FALSE; in _MDrv_PVR_IframeLUT_Close()
498 if(_lut_res->bLUTUsed[u8LUTIndex] == TRUE) in _MDrv_PVR_IframeLUT_Exit()
513 _lut_res->bLUTUsed[u8LUTIndex] = FALSE; in _MDrv_PVR_IframeLUT_Exit()
544 _lut_res->bLUTUsed[u8Index] = FALSE; in _MDrv_PVR_IframeLUT_InitResource()