Searched refs:xpp (Results 1 – 2 of 2) sorted by relevance
186 XmlPullParser xpp = factory.newPullParser(); in RcsConfig() local187 xpp.setInput(inputStream, null); in RcsConfig()188 int eventType = xpp.getEventType(); in RcsConfig()192 tag = xpp.getName().trim().toLowerCase(Locale.ROOT); in RcsConfig()194 int count = xpp.getAttributeCount(); in RcsConfig()198 String name = xpp.getAttributeName(i).trim() in RcsConfig()201 type = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()211 int count = xpp.getAttributeCount(); in RcsConfig()216 String name = xpp.getAttributeName(i).trim() in RcsConfig()219 key = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()[all …]
1064 double xpp = xp * kr + p1 * xy2 + p2 * (r2 + 2.0 * x2); in undistort() local1067 x = xpp * f + cx; in undistort()