Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
Dosd_img.c221 static HI_S32 OSD_RGNDetach(RGN_HANDLE RgnHdl, const HI_OSD_DISP_ATTR_S* pstDispAttr) in OSD_RGNDetach() argument
226 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() argument
690 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 …]