Searched refs:VNDK_VERSION (Results 1 – 3 of 3) sorted by relevance
49 private static final String VNDK_VERSION = "ro.vndk.version"; field in PropertyUtil130 BOARD_API_LEVEL, BOARD_FIRST_API_LEVEL, VNDK_VERSION, in getVendorApiLevel()162 int vndkApiLevel = getPropertyInt(VNDK_VERSION); in isVndkApiLevelNewerThan()176 int vndkApiLevel = getPropertyInt(VNDK_VERSION); in isVndkApiLevelAtLeast()
57 static final int VNDK_VERSION; field in CodecPerformanceTestBase103 VNDK_VERSION = SystemProperties.getInt("ro.vndk.version",107 FPS_TOLERANCE_FACTOR = VNDK_VERSION <= Build.VERSION_CODES.R ? 0.67 : 0.95;109 IS_AT_LEAST_VNDK_S = VNDK_VERSION > Build.VERSION_CODES.R;
137 if (VNDK_VERSION <= Build.VERSION_CODES.TIRAMISU) { in testPerformanceOfHardwareVideoEncoders()