Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c1685 gopOut = DRV_GOPOUT_YUV; in _SetGop0WinInfo()
1707 gopOut = DRV_GOPOUT_YUV; in _SetGop0WinInfo()
1884 gopOut = DRV_GOPOUT_YUV; in _SetGop1WinInfo()
1906 gopOut = DRV_GOPOUT_YUV; in _SetGop1WinInfo()
1917 MDrv_GOP_GWIN_OutputColor(g_pGOPCtxLocal,E_GOP1, DRV_GOPOUT_YUV); in _SetGop1WinInfo()
2074 gopOut = DRV_GOPOUT_YUV; in _SetGop23WinInfo()
2096 gopOut = DRV_GOPOUT_YUV; in _SetGop23WinInfo()
2107 MDrv_GOP_GWIN_OutputColor(g_pGOPCtxLocal,u8GOP, DRV_GOPOUT_YUV); in _SetGop23WinInfo()
7885 MDrv_GOP_GWIN_OutputColor(g_pGOPCtxLocal,u8GOP,DRV_GOPOUT_YUV); in Ioctl_GOP_SetDst()
8189 MDrv_GOP_GWIN_OutputColor(g_pGOPCtxLocal,u8GOP, DRV_GOPOUT_YUV); in Ioctl_GOP_SetDst()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.h658 DRV_GOPOUT_YUV, ///< 1: output color YUV enumerator
H A DdrvGOP.c2749 if(type == DRV_GOPOUT_YUV) in MDrv_GOP_GWIN_OutputColor()