Searched refs:u16VContrast (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiGOP.h | 1260 …Api_GOP_SetGOPContrast(MS_U8 u8GOP, MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast); 1271 …_GOP_GetGOPContrast(MS_U8 u8GOP, MS_U16* u16YContrast, MS_U16* u16UContrast, MS_U16* u16VContrast);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiGOP.h | 1356 …Api_GOP_SetGOPContrast(MS_U8 u8GOP, MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast); 1367 …_GOP_GetGOPContrast(MS_U8 u8GOP, MS_U16* u16YContrast, MS_U16* u16UContrast, MS_U16* u16VContrast);
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 6644 , MS_U16 u16UContrast, MS_U16 u16VContrast ) in MApi_GOP_SetGOPContrast() argument 6653 contrast.v = u16VContrast; in MApi_GOP_SetGOPContrast() 6670 , MS_U16* u16UContrast, MS_U16* u16VContrast ) in MApi_GOP_GetGOPContrast() argument 6691 *u16VContrast = contrast.v; in MApi_GOP_GetGOPContrast()
|
| H A D | mapiGOP.c | 4132 …ntrast(void* pInstance,MS_U8 u8GOP, MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast ) in GOP_SetContrast() argument 4141 …_Result)MDrv_GOP_SetGOPContrast( g_pGOPCtxLocal, u8GOP, u16YContrast, u16UContrast, u16VContrast ); in GOP_SetContrast()
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGOP.h | 1423 …OP_CTX_LOCAL* pGOPCtx, MS_U8 u8GOP, MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast);
|
| H A D | drvGOP.c | 6651 , MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast ) in MDrv_GOP_SetGOPContrast() argument 6659 …if ( ((u16YContrast) > 0x3F) | ((u16UContrast) > 0x3F) | ((u16VContrast) > 0x3F) ) // Y, U, V = 6,… in MDrv_GOP_SetGOPContrast() 6668 , (u16UContrast)|((u16VContrast) << 8), u16UMask|u16VMask); in MDrv_GOP_SetGOPContrast()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 11879 …Api_GOP_SetGOPContrast(MS_U8 u8GOP, MS_U16 u16YContrast, MS_U16 u16UContrast, MS_U16 u16VContrast); 11881 …_GOP_GetGOPContrast(MS_U8 u8GOP, MS_U16* u16YContrast, MS_U16* u16UContrast, MS_U16* u16VContrast);
|