Searched refs:pstDispAttr (Results 1 – 1 of 1) sorted by relevance
221 static HI_S32 OSD_RGNDetach(RGN_HANDLE RgnHdl, const HI_OSD_DISP_ATTR_S* pstDispAttr) in OSD_RGNDetach() argument226 stChn.s32DevId = pstDispAttr->ModHdl; in OSD_RGNDetach()227 stChn.s32ChnId = pstDispAttr->ChnHdl; in OSD_RGNDetach()228 switch (pstDispAttr->enBindedMod) { in OSD_RGNDetach()246 SAMPLE_PRT("RgnHdl[%d] invalide bind mode [%d]\n", RgnHdl, pstDispAttr->enBindedMod); in OSD_RGNDetach()684 static HI_S32 OSD_RGNAttach(RGN_HANDLE RgnHdl, const HI_OSD_DISP_ATTR_S* pstDispAttr) in OSD_RGNAttach() argument690 stChn.s32DevId = pstDispAttr->ModHdl; in OSD_RGNAttach()691 stChn.s32ChnId = pstDispAttr->ChnHdl; in OSD_RGNAttach()693 stRgnChnAttr.bShow = pstDispAttr->bShow; in OSD_RGNAttach()695 switch (pstDispAttr->enBindedMod) { in OSD_RGNAttach()[all …]