Home
last modified time | relevance | path

Searched defs:pNew (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibApi.cpp688 Calibdb_Bayernr_2Dparams_V2_t* pNew = NULL; in CamCalibdbAddBayernrV2Setting2DProfile() local
766 CalibDb_Bayernr_3DParams_V2_t* pNew = NULL; in CamCalibdbAddBayernrV2Setting3DProfile() local
847 CalibDb_Bayernr_V2_t* pNew = NULL; in CamCalibdbAddBayernrV2Profile() local
955 Calibdb_Ynr_params_V2_t* pNew = NULL; in CamCalibdbAddYnrV2SettingProfile() local
1037 Calibdb_Ynr_V2_t* pNew = NULL; in CamCalibdbAddYnrV2Profile() local
1134 Calibdb_Cnr_params_V1_t* pNew = NULL; in CamCalibdbAddCnrV1SettingProfile() local
1215 Calibdb_Cnr_V1_t* pNew = NULL; in CamCalibdbAddCnrV1Profile() local
1312 Calibdb_Sharp_params_V3_t* pNew = NULL; in CamCalibdbAddSharpV3SettingProfile() local
1397 Calibdb_Sharp_V3_t* pNew = NULL; in CamCalibdbAddSharpV3Profile() local
/OK3568_Linux_fs/external/xserver/randr/
H A Drrinfo.c254 RRScreenSizePtr pNew; in RRRegisterSize() local
283 RRScreenRatePtr pNew, pRate; in RRRegisterRate() local
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c49 RegionPtr pNew = RegionCreate(RegionExtents(pRegion), in XFixesRegionCopy() local
321 RegionPtr pRegion, pNew; in ProcXFixesSetRegion() local
H A Dcursor.c593 CursorPtr pNew; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c472 xf86EdgePtr pEdge = edge, pPrev = NULL, pNew; in AddEdge() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c212 DisplayModePtr pNew; in xf86DuplicateMode() local
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c667 PixmapPtr pNew; in compReallocPixmap() local
/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c261 RegionPtr pNew; in RegionDuplicate() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp113 static bool pointDragged(const QPointF &pOld, const QPointF &pNew) in pointDragged()