Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c168 static void FreeAttrs(ScreenSaverAttrPtr pAttr);
170 static void FreeScreenAttr(ScreenSaverAttrPtr pAttr);
289 FreeAttrs(ScreenSaverAttrPtr pAttr) in FreeAttrs() argument
294 if ((pPixmap = pAttr->pBackgroundPixmap) != 0) in FreeAttrs()
296 if ((pPixmap = pAttr->pBorderPixmap) != 0) in FreeAttrs()
298 if ((pCursor = pAttr->pCursor) != 0) in FreeAttrs()
303 FreeScreenAttr(ScreenSaverAttrPtr pAttr) in FreeScreenAttr() argument
305 FreeAttrs(pAttr); in FreeScreenAttr()
306 free(pAttr->values); in FreeScreenAttr()
307 free(pAttr); in FreeScreenAttr()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/
H A Drk_aiq_adpcc_algo.cpp2394 Adpcc_fast_mode_attr_t *pAttr) in Api_Fast_mode_select() argument
2412 if(pAttr == NULL) { in Api_Fast_mode_select()
2441 if(pAttr->fast_mode_single_en) in Api_Fast_mode_select()
2443 Fast_mode_Single_level_Setting(pSelect, pAttr->fast_mode_single_level); in Api_Fast_mode_select()
2446 if(pAttr->fast_mode_double_en) in Api_Fast_mode_select()
2448 Fast_mode_Double_level_Setting(pSelect, pAttr->fast_mode_double_level); in Api_Fast_mode_select()
2451 if(pAttr->fast_mode_triple_en) in Api_Fast_mode_select()
2453 Fast_mode_Triple_level_Setting(pSelect, pAttr->fast_mode_triple_level); in Api_Fast_mode_select()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog82016 Initialise the pAttr->values to values so if the values allocation