Searched refs:FIXED (Results 1 – 7 of 7) sorted by relevance
66 #define FIXED(value) floatToFixed(value) macro290 result->normalArray[i] = FIXED(n.x); in createSuperShape()291 result->normalArray[i + 1] = FIXED(n.y); in createSuperShape()292 result->normalArray[i + 2] = FIXED(n.z); in createSuperShape()309 result->vertexArray[currentVertex * 3] = FIXED(pa.x); in createSuperShape()310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y); in createSuperShape()311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z); in createSuperShape()313 result->vertexArray[currentVertex * 3] = FIXED(pb.x); in createSuperShape()314 result->vertexArray[currentVertex * 3 + 1] = FIXED(pb.y); in createSuperShape()315 result->vertexArray[currentVertex * 3 + 2] = FIXED(pb.z); in createSuperShape()[all …]
73 template <int CHANNELS, int STRIDE, bool FIXED>93 if (!FIXED) { in ProcessNeonIntrinsic()112 if (!FIXED) { // interpolate in ProcessNeonIntrinsic()181 template <int CHANNELS, int STRIDE, bool FIXED>201 if (!FIXED) { in ProcessNeonIntrinsic()232 if (!FIXED) { // interpolate in ProcessNeonIntrinsic()356 template <int CHANNELS, int STRIDE, bool FIXED>376 if (!FIXED) { in ProcessNeonIntrinsic()407 if (!FIXED) { // interpolate in ProcessNeonIntrinsic()
97 FIXED, enumConstant710 if (supports(FocusMode.FIXED)) { in focusCheck()714 settings.setFocusMode(FocusMode.FIXED); in focusCheck()
176 return FocusMode.FIXED; in focusModeFromInt()
206 mSupportedFocusModes.add(FocusMode.FIXED); in buildFocusModes()
385 case FIXED: { in updateRequestFocusMode()
127 set.setFocusMode(FocusMode.FIXED); in camera2SettingsSetOptionsAndGetRequestSettings()202 assertEquals(intstr.focusModeFromInt(CONTROL_AF_MODE_OFF), FocusMode.FIXED); in camera2CapabilitiesFocusModeFromInt()