Lines Matching refs:u8GOP

587 E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_8888_EX(MS_U8 u8GOP,MS_U32 clr, MS_U32 mask)  in MApi_GOP_GWIN_SetTransClr_8888_EX()  argument
601 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetTransClr_8888_EX()
617 MS_U8 u8GOP; in MApi_GOP_GWIN_SetTransClr_8888() local
620 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetTransClr_8888()
621 ret = MApi_GOP_GWIN_SetTransClr_8888_EX(u8GOP,clr,mask); in MApi_GOP_GWIN_SetTransClr_8888()
795 E_GOP_API_Result MApi_GOP_GWIN_OutputColor_EX(MS_U8 u8GOP,EN_GOP_OUTPUT_COLOR type) in MApi_GOP_GWIN_OutputColor_EX() argument
804 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_OutputColor_EX()
818 MS_U8 u8GOP; in MApi_GOP_GWIN_OutputColor() local
821 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_OutputColor()
822 ret = MApi_GOP_GWIN_OutputColor_EX(u8GOP,type); in MApi_GOP_GWIN_OutputColor()
955 E_GOP_API_Result MApi_GOP_GWIN_SetAlphaInverse_EX(MS_U8 u8GOP,MS_BOOL bEnable) in MApi_GOP_GWIN_SetAlphaInverse_EX() argument
967 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetAlphaInverse_EX()
984 MS_U8 u8GOP; in MApi_GOP_GWIN_SetAlphaInverse() local
987 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetAlphaInverse()
988 ret = MApi_GOP_GWIN_SetAlphaInverse_EX(u8GOP,bEnable); in MApi_GOP_GWIN_SetAlphaInverse()
997 E_GOP_API_Result MApi_GOP_GWIN_GetAlphaInverse_EX(MS_U8 u8GOP,MS_BOOL *bEnable) in MApi_GOP_GWIN_GetAlphaInverse_EX() argument
1007 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_GetAlphaInverse_EX()
1024 MS_U8 u8GOP; in MApi_GOP_GWIN_GetAlphaInverse() local
1027 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_GetAlphaInverse()
1028 ret = MApi_GOP_GWIN_GetAlphaInverse_EX(u8GOP,bEnable); in MApi_GOP_GWIN_GetAlphaInverse()
1038 E_GOP_API_Result MApi_GOP_GWIN_SetBnkForceWrite(MS_U8 u8GOP, MS_BOOL bEnable) in MApi_GOP_GWIN_SetBnkForceWrite() argument
1048 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetBnkForceWrite()
1101 E_GOP_API_Result MApi_GOP_GWIN_SetPaletteOpt_EX(MS_U8 u8GOP,GOP_PaletteEntry *pPalArray, MS_U16 u32… in MApi_GOP_GWIN_SetPaletteOpt_EX() argument
1111 palEntry.gop_idx = u8GOP; in MApi_GOP_GWIN_SetPaletteOpt_EX()
1133 MS_U8 u8GOP; in MApi_GOP_GWIN_SetPaletteOpt() local
1136 u8GOP = MApi_GOP_GWIN_GetCurrentGOP();//GOP0 support only(X) , STB is GOP2 support palette in MApi_GOP_GWIN_SetPaletteOpt()
1137 ret = MApi_GOP_GWIN_SetPaletteOpt_EX(u8GOP,pPalArray,u32PalStart,u32PalEnd,ePalType); in MApi_GOP_GWIN_SetPaletteOpt()
1146 E_GOP_API_Result MApi_GOP_GWIN_SetPaletteRead_EX(MS_U8 u8GOP,EN_GOP_PALETTE_READTYPE type) in MApi_GOP_GWIN_SetPaletteRead_EX() argument
1157 palOpt.gop_idx = u8GOP; in MApi_GOP_GWIN_SetPaletteRead_EX()
1176 MS_U8 u8GOP; in MApi_GOP_GWIN_SetPaletteRead() local
1179 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetPaletteRead()
1180 ret = MApi_GOP_GWIN_SetPaletteRead_EX(u8GOP,type); in MApi_GOP_GWIN_SetPaletteRead()
1189 E_GOP_API_Result MApi_GOP_GWIN_ReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr) in MApi_GOP_GWIN_ReadPalette_EX() argument
1199 palEntry.gop_idx = u8GOP; in MApi_GOP_GWIN_ReadPalette_EX()
1220 MS_U8 u8GOP; in MApi_GOP_GWIN_ReadPalette() local
1223 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_ReadPalette()
1224 ret = MApi_GOP_GWIN_ReadPalette_EX(u8GOP,idx,clr); in MApi_GOP_GWIN_ReadPalette()
1236 E_GOP_API_Result MApi_GOP_GWIN_2GSetPaletteOpt_EX(MS_U8 u8GOP,GOP_PaletteEntry *pPalArray, MS_U16 u… in MApi_GOP_GWIN_2GSetPaletteOpt_EX() argument
1250 palEntry.gop_idx = u8GOP; in MApi_GOP_GWIN_2GSetPaletteOpt_EX()
1271 MS_U8 u8GOP; in MApi_GOP_GWIN_2GSetPaletteOpt() local
1274 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_2GSetPaletteOpt()
1275 ret = MApi_GOP_GWIN_2GSetPaletteOpt_EX(u8GOP,pPalArray,u32PalStart,u32PalEnd); in MApi_GOP_GWIN_2GSetPaletteOpt()
1284 E_GOP_API_Result MApi_GOP_GWIN_2GSetPaletteRead_EX(MS_U8 u8GOP,EN_GOP_PALETTE_READTYPE type) in MApi_GOP_GWIN_2GSetPaletteRead_EX() argument
1298 palOpt.gop_idx = u8GOP; in MApi_GOP_GWIN_2GSetPaletteRead_EX()
1318 MS_U8 u8GOP; in MApi_GOP_GWIN_2GSetPaletteRead() local
1321 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_2GSetPaletteRead()
1322 ret = MApi_GOP_GWIN_2GSetPaletteRead_EX(u8GOP,type); in MApi_GOP_GWIN_2GSetPaletteRead()
1331 E_GOP_API_Result MApi_GOP_GWIN_2GReadPalette_EX(MS_U8 u8GOP,MS_U8 idx, MS_U32* clr) in MApi_GOP_GWIN_2GReadPalette_EX() argument
1345 palEntry.gop_idx = u8GOP; in MApi_GOP_GWIN_2GReadPalette_EX()
1366 MS_U8 u8GOP; in MApi_GOP_GWIN_2GReadPalette() local
1369 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_2GReadPalette()
1370 ret = MApi_GOP_GWIN_2GReadPalette_EX(u8GOP,idx,clr); in MApi_GOP_GWIN_2GReadPalette()
1386 E_GOP_API_Result MApi_GOP_GWIN_Set_HSCALE_EX(MS_U8 u8GOP,MS_BOOL bEnable, MS_U16 src, MS_U16 dst) in MApi_GOP_GWIN_Set_HSCALE_EX() argument
1404 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_Set_HSCALE_EX()
1420 MS_U8 u8GOP; in MApi_GOP_GWIN_Set_HSCALE() local
1423 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_Set_HSCALE()
1424 ret = MApi_GOP_GWIN_Set_HSCALE_EX(u8GOP,bEnable,src,dst); in MApi_GOP_GWIN_Set_HSCALE()
1440 E_GOP_API_Result MApi_GOP_GWIN_Set_VSCALE_EX(MS_U8 u8GOP,MS_BOOL bEnable, MS_U16 src, MS_U16 dst) in MApi_GOP_GWIN_Set_VSCALE_EX() argument
1458 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_Set_VSCALE_EX()
1473 MS_U8 u8GOP; in MApi_GOP_GWIN_Set_VSCALE() local
1476 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_Set_VSCALE()
1477 ret = MApi_GOP_GWIN_Set_VSCALE_EX(u8GOP,bEnable,src,dst); in MApi_GOP_GWIN_Set_VSCALE()
1487 E_GOP_API_Result MApi_GOP_GWIN_Set_HStretchMode_EX(MS_U8 u8GOP,EN_GOP_STRETCH_HMODE HStrchMode) in MApi_GOP_GWIN_Set_HStretchMode_EX() argument
1498 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_Set_HStretchMode_EX()
1513 MS_U8 u8GOP; in MApi_GOP_GWIN_Set_HStretchMode() local
1516 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_Set_HStretchMode()
1517 ret = MApi_GOP_GWIN_Set_HStretchMode_EX(u8GOP,HStrchMode); in MApi_GOP_GWIN_Set_HStretchMode()
1528 E_GOP_API_Result MApi_GOP_GWIN_Set_TranspColorStretchMode_EX(MS_U8 u8GOP,EN_GOP_STRCH_TRANSPCOLORMO… in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX() argument
1539 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_Set_TranspColorStretchMode_EX()
1555 MS_U8 u8GOP; in MApi_GOP_GWIN_Set_TranspColorStretchMode() local
1558 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_Set_TranspColorStretchMode()
1559 ret = MApi_GOP_GWIN_Set_TranspColorStretchMode_EX(u8GOP,TColorStrchMode); in MApi_GOP_GWIN_Set_TranspColorStretchMode()
1571 E_GOP_API_Result MApi_GOP_GWIN_Set_VStretchMode_EX(MS_U8 u8GOP,EN_GOP_STRETCH_VMODE VStrchMode) in MApi_GOP_GWIN_Set_VStretchMode_EX() argument
1581 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_Set_VStretchMode_EX()
1596 MS_U8 u8GOP; in MApi_GOP_GWIN_Set_VStretchMode() local
1599 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_Set_VStretchMode()
1600 ret = MApi_GOP_GWIN_Set_VStretchMode_EX(u8GOP,VStrchMode); in MApi_GOP_GWIN_Set_VStretchMode()
1643 E_GOP_API_Result MApi_GOP_GWIN_EnableProgressive_EX(MS_U8 u8GOP,MS_BOOL bEnable) in MApi_GOP_GWIN_EnableProgressive_EX() argument
1654 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_EnableProgressive_EX()
1669 MS_U8 u8GOP; in MApi_GOP_GWIN_EnableProgressive() local
1672 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_EnableProgressive()
1673 ret = MApi_GOP_GWIN_EnableProgressive_EX(u8GOP,bEnable); in MApi_GOP_GWIN_EnableProgressive()
1748 E_GOP_API_Result MApi_GOP_GWIN_UpdateRegOnceEx2(MS_U8 u8GOP,MS_BOOL bWriteRegOnce, MS_BOOL bSync) in MApi_GOP_GWIN_UpdateRegOnceEx2() argument
1757 update.gop_idx = u8GOP; in MApi_GOP_GWIN_UpdateRegOnceEx2()
1777 MS_U8 u8GOP; in MApi_GOP_GWIN_UpdateRegOnceEx() local
1780 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_UpdateRegOnceEx()
1781 ret = MApi_GOP_GWIN_UpdateRegOnceEx2(u8GOP,bWriteRegOnce,bSync); in MApi_GOP_GWIN_UpdateRegOnceEx()
2334 MS_U8 MApi_GOP_GWIN_CreateWin_Assign_FB(MS_U8 u8GOP, MS_U8 FBId, MS_U16 dispX, MS_U16 dispY) in MApi_GOP_GWIN_CreateWin_Assign_FB() argument
2336 return MApi_GOP_GWIN_CreateWin_Assign_32FB(u8GOP, (MS_U32)FBId, dispX, dispY); in MApi_GOP_GWIN_CreateWin_Assign_FB()
2339 MS_U8 MApi_GOP_GWIN_CreateWin_Assign_32FB(MS_U8 u8GOP, MS_U32 u32FBId, MS_U16 dispX, MS_U16 dispY) in MApi_GOP_GWIN_CreateWin_Assign_32FB() argument
2344 MApi_GOP_GWIN_SwitchGOP(u8GOP); in MApi_GOP_GWIN_CreateWin_Assign_32FB()
2407 MS_U8 MApi_GOP_GWIN_CreateStaticWin_Assign_FB(MS_U8 u8WinId, MS_U8 u8GOP, MS_U8 FBId, MS_U16 dispX,… in MApi_GOP_GWIN_CreateStaticWin_Assign_FB() argument
2409 return MApi_GOP_GWIN_CreateStaticWin_Assign_32FB(u8WinId, u8GOP, (MS_U32)FBId, dispX, dispY); in MApi_GOP_GWIN_CreateStaticWin_Assign_FB()
2412 MS_U8 MApi_GOP_GWIN_CreateStaticWin_Assign_32FB(MS_U8 u8WinId, MS_U8 u8GOP, MS_U32 u32FBId, MS_U16 … in MApi_GOP_GWIN_CreateStaticWin_Assign_32FB() argument
2791 E_GOP_API_Result MApi_GOP_GWIN_OutputLayerSwitch(MS_U8 u8GOP) in MApi_GOP_GWIN_OutputLayerSwitch() argument
2800 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_OutputLayerSwitch()
2989 E_GOP_API_Result MApi_GOP_GWIN_SwitchGOP(MS_U8 u8GOP) in MApi_GOP_GWIN_SwitchGOP() argument
2997 ioctl_info.id = u8GOP; in MApi_GOP_GWIN_SwitchGOP()
3019 E_GOP_API_Result MApi_GOP_GWIN_SetGOPDst(MS_U8 u8GOP, EN_GOP_DST_TYPE dsttype) in MApi_GOP_GWIN_SetGOPDst() argument
3028 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetGOPDst()
3275 E_GOP_API_Result MApi_GOP_GWIN_SetTransClr_EX(MS_U8 u8GOP,EN_GOP_TRANSCLR_FMT fmt, MS_U16 clr) in MApi_GOP_GWIN_SetTransClr_EX() argument
3288 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetTransClr_EX()
3306 MS_U8 u8GOP; in MApi_GOP_GWIN_SetTransClr() local
3309 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetTransClr()
3310 ret = MApi_GOP_GWIN_SetTransClr_EX(u8GOP,fmt,clr); in MApi_GOP_GWIN_SetTransClr()
3325 E_GOP_API_Result MApi_GOP_GWIN_SetTransparentClr(MS_U8 u8GOP, EN_GOP_TRANSCLR_FMT fmt, ST_Transpare… in MApi_GOP_GWIN_SetTransparentClr() argument
3340 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetTransparentClr()
3357 E_GOP_API_Result MApi_GOP_GWIN_SetFMT0TransClr_EX(MS_U8 u8GOP,MS_U16 clr) in MApi_GOP_GWIN_SetFMT0TransClr_EX() argument
3372 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetFMT0TransClr_EX()
3386 MS_U8 u8GOP; in MApi_GOP_GWIN_SetFMT0TransClr() local
3389 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetFMT0TransClr()
3390 ret = MApi_GOP_GWIN_SetFMT0TransClr_EX(u8GOP,clr); in MApi_GOP_GWIN_SetFMT0TransClr()
3578 E_GOP_API_Result MApi_GOP_GWIN_SetPreAlphaMode(MS_U8 u8GOP, MS_BOOL bEnble) in MApi_GOP_GWIN_SetPreAlphaMode() argument
3590 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetPreAlphaMode()
3864 MS_BOOL MApi_GOP_GWIN_CheckOpmodeIsOn_EX(MS_U8 u8GOP) in MApi_GOP_GWIN_CheckOpmodeIsOn_EX() argument
3872 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_CheckOpmodeIsOn_EX()
3894 MS_U8 u8GOP; in MApi_GOP_GWIN_CheckOpmodeIsOn() local
3897 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_CheckOpmodeIsOn()
3898 ret = MApi_GOP_GWIN_CheckOpmodeIsOn_EX(u8GOP); in MApi_GOP_GWIN_CheckOpmodeIsOn()
4069 E_GOP_API_Result MApi_GOP_GWIN_SetFieldInver_EX(MS_U8 u8GOP,MS_BOOL enable) in MApi_GOP_GWIN_SetFieldInver_EX() argument
4080 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetFieldInver_EX()
4095 MS_U8 u8GOP; in MApi_GOP_GWIN_SetFieldInver() local
4098 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetFieldInver()
4099 ret = MApi_GOP_GWIN_SetFieldInver_EX(u8GOP,enable); in MApi_GOP_GWIN_SetFieldInver()
4111 E_GOP_API_Result MApi_GOP_GWIN_EnableTransClr_EX(MS_U8 u8GOP,EN_GOP_TRANSCLR_FMT fmt, MS_BOOL bEnab… in MApi_GOP_GWIN_EnableTransClr_EX() argument
4123 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_EnableTransClr_EX()
4139 MS_U8 u8GOP; in MApi_GOP_GWIN_EnableTransClr() local
4142 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_EnableTransClr()
4143 ret = MApi_GOP_GWIN_EnableTransClr_EX(u8GOP,fmt,bEnable); in MApi_GOP_GWIN_EnableTransClr()
4322 E_GOP_API_Result MApi_GOP_GWIN_SetHMirror_EX(MS_U8 u8GOP,MS_BOOL bEnable) in MApi_GOP_GWIN_SetHMirror_EX() argument
4334 ioctl_info.gop_idx = (MS_U32)u8GOP; //get current gop for driver capability in MApi_GOP_GWIN_SetHMirror_EX()
4346 MS_U8 u8GOP; in MApi_GOP_GWIN_SetHMirror() local
4349 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetHMirror()
4350 ret = MApi_GOP_GWIN_SetHMirror_EX(u8GOP,bEnable); in MApi_GOP_GWIN_SetHMirror()
4359 E_GOP_API_Result MApi_GOP_GWIN_IsMirrorOn_EX(MS_U8 u8GOP,MS_BOOL *bHMirror, MS_BOOL *bVMirror) in MApi_GOP_GWIN_IsMirrorOn_EX() argument
4366 ioctl_info.gop_idx = (MS_U32)u8GOP; //get current gop for driver capability in MApi_GOP_GWIN_IsMirrorOn_EX()
4401 MS_U8 u8GOP; in MApi_GOP_GWIN_IsMirrorOn() local
4404 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_IsMirrorOn()
4405 ret = MApi_GOP_GWIN_IsMirrorOn_EX(u8GOP,bHMirror,bVMirror); in MApi_GOP_GWIN_IsMirrorOn()
4415 E_GOP_API_Result MApi_GOP_GWIN_SetVMirror_EX(MS_U8 u8GOP,MS_BOOL bEnable) in MApi_GOP_GWIN_SetVMirror_EX() argument
4426 ioctl_info.gop_idx = (MS_U32)u8GOP; //get current gop for driver capability in MApi_GOP_GWIN_SetVMirror_EX()
4439 MS_U8 u8GOP; in MApi_GOP_GWIN_SetVMirror() local
4441 u8GOP = MApi_GOP_GWIN_GetCurrentGOP(); in MApi_GOP_GWIN_SetVMirror()
4442 ret = MApi_GOP_GWIN_SetVMirror_EX(u8GOP,bEnable); in MApi_GOP_GWIN_SetVMirror()
4486 E_GOP_API_Result MApi_GOP_TLB_Enable(MS_U8 u8GOP,MS_BOOL bEnable, MS_PHY phytlbaddr) in MApi_GOP_TLB_Enable() argument
4492 tlb_enable.gop_idx = (MS_U32)u8GOP; in MApi_GOP_TLB_Enable()
4497 ioctl_info.gop_idx = u8GOP; in MApi_GOP_TLB_Enable()
4546 E_GOP_API_Result MApi_GOP_InitByGOP(GOP_InitInfo *pGopInit, MS_U8 u8GOP) in MApi_GOP_InitByGOP() argument
4555 ioctl_info.gop_idx = u8GOP; in MApi_GOP_InitByGOP()
5421 E_GOP_API_Result MApi_GOP_GWIN_SwapOverlapWin(MS_U8 u8GOP, MS_U8 u8win) in MApi_GOP_GWIN_SwapOverlapWin() argument
5431 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SwapOverlapWin()
5452 E_GOP_API_Result MApi_GOP_GWIN_SetRelativeWinPrio(MS_U8 u8GOP, GOP_GwinPri *pGwinPri) in MApi_GOP_GWIN_SetRelativeWinPrio() argument
5462 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GWIN_SetRelativeWinPrio()
5926 E_GOP_API_Result MApi_GOP_SetGOPBWStrength(EN_GOP_BW_STRENGTH eGOPBWStr, MS_U8 u8GOP) in MApi_GOP_SetGOPBWStrength() argument
5936 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetGOPBWStrength()
5954 E_GOP_API_Result MApi_GOP_GetGOPBWStrength(MS_U8 u8GOP, EN_GOP_BW_STRENGTH* curBW) in MApi_GOP_GetGOPBWStrength() argument
5964 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GetGOPBWStrength()
5983 E_GOP_API_Result MApi_GOP_SetGOPYUV(MS_U8 u8GOP) in MApi_GOP_SetGOPYUV() argument
5992 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetGOPYUV()
6013 E_GOP_API_Result MApi_GOP_SetGOPHStart(MS_U8 u8GOP,MS_U16 u16PanelHStr) in MApi_GOP_SetGOPHStart() argument
6023 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetGOPHStart()
6162 E_GOP_API_Result MApi_GOP_MIXER_SetMux(MS_U8 u8GOP,MS_U8 u8Mux, MS_BOOL bEn) //jasmine2 in MApi_GOP_MIXER_SetMux() argument
6180 E_GOP_API_Result MApi_GOP_MIXER_EnableOldBlendMode(MS_U8 u8GOP, MS_BOOL bEnable) in MApi_GOP_MIXER_EnableOldBlendMode() argument
6187 MixerOldBlendingMode.u8GOP = u8GOP; in MApi_GOP_MIXER_EnableOldBlendMode()
6225 E_GOP_API_Result MApi_GOP_SetGOPBrightness(MS_U8 u8GOP,MS_U16 u16BriVal,MS_BOOL bMSB) in MApi_GOP_SetGOPBrightness() argument
6236 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetGOPBrightness()
6258 E_GOP_API_Result MApi_GOP_EnableLBCouple(MS_U8 u8GOP, MS_BOOL bEnable) in MApi_GOP_EnableLBCouple() argument
6268 ioctl_info.gop_idx = u8GOP; in MApi_GOP_EnableLBCouple()
6289 E_GOP_API_Result MApi_GOP_GetGOPBrightness(MS_U8 u8GOP,MS_U16* u16BriVal,MS_BOOL* bMSB) in MApi_GOP_GetGOPBrightness() argument
6300 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GetGOPBrightness()
6344 E_GOP_API_Result MApi_GOP_MIUSel(MS_U8 u8GOP, EN_GOP_SEL_TYPE MiuSel ) in MApi_GOP_MIUSel() argument
6359 ioctl_info.gop_idx = u8GOP; in MApi_GOP_MIUSel()
6382 MS_U8 MApi_GOP_GetMIUSel(MS_U8 u8GOP) in MApi_GOP_GetMIUSel() argument
6388 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GetMIUSel()
6487 E_GOP_API_Result MApi_GOP_SetUVSwap(MS_U8 u8GOP, MS_BOOL bEn) in MApi_GOP_SetUVSwap() argument
6498 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetUVSwap()
6520 E_GOP_API_Result MApi_GOP_SetYCSwap(MS_U8 u8GOP, MS_BOOL bEn) in MApi_GOP_SetYCSwap() argument
6531 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetYCSwap()
6643 E_GOP_API_Result MApi_GOP_SetGOPContrast( MS_U8 u8GOP, MS_U16 u16YContrast in MApi_GOP_SetGOPContrast() argument
6656 ioctl_info.gop_idx = u8GOP; in MApi_GOP_SetGOPContrast()
6669 E_GOP_API_Result MApi_GOP_GetGOPContrast( MS_U8 u8GOP, MS_U16* u16YContrast in MApi_GOP_GetGOPContrast() argument
6679 ioctl_info.gop_idx = u8GOP; in MApi_GOP_GetGOPContrast()
6721 E_GOP_API_Result MApi_GOP_Enable_VEOSD(MS_U8 u8GOP, MS_BOOL bEn) in MApi_GOP_Enable_VEOSD() argument
6731 ioctl_info.gop_idx = u8GOP; in MApi_GOP_Enable_VEOSD()
7031 E_GOP_API_Result MApi_GOP_Set3D_LR_FrameExchange(MS_U8 u8GOP) in MApi_GOP_Set3D_LR_FrameExchange() argument
7040 ioctl_info.gop_idx = u8GOP; in MApi_GOP_Set3D_LR_FrameExchange()
7486 E_GOP_API_Result MApi_GOP_GWIN_DeleteWinHVSize(MS_U8 u8GOP, MS_U16 u16HSize, MS_U16 u16VSize) in MApi_GOP_GWIN_DeleteWinHVSize() argument
7495 GOP_VaildSize.u32GOP_idx = u8GOP; in MApi_GOP_GWIN_DeleteWinHVSize()