Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 9 of 9) sorted by relevance

/cts/tests/mediapc/requirements/
Drequirements.txtpb24 mpc: MEDIA_PERFORMANCE_CLASS_11
31 mpc: MEDIA_PERFORMANCE_CLASS_12
38 mpc: MEDIA_PERFORMANCE_CLASS_13
45 mpc: MEDIA_PERFORMANCE_CLASS_14
52 mpc: MEDIA_PERFORMANCE_CLASS_15
63 mpc: MEDIA_PERFORMANCE_CLASS_11
70 mpc: MEDIA_PERFORMANCE_CLASS_12
77 mpc: MEDIA_PERFORMANCE_CLASS_13
84 mpc: MEDIA_PERFORMANCE_CLASS_14
91 mpc: MEDIA_PERFORMANCE_CLASS_15
[all …]
DAndroid.bp19 "mpc.proto",
26 " $(location mpc.proto)" +
55 // cts/tests/mediapc/requirements/mpc.proto \
77 "mpc.pb.go",
Drequirements.proto20 // cts/tests/mediapc/requirements/mpc.proto \
25 import "cts/tests/mediapc/requirements/mpc.proto";
65 optional android.media.performanceclass.MediaPerformanceClass mpc = field
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DRequirements.java.tmpl52 * VersionCode generates the android.Build VersionCode constant from an mpc value.
53 * It is an error if the mpc value listed here.
160 {{- range $mpc, $s := $r.GetSpecs }}
162 .addRequiredValue({{template "VersionCode" $mpc}}, {{template
190 {{- range $mpc, $s := $r.GetSpecs }}
194 .addRequiredValue({{template "VersionCode" $mpc}}, {{template
198 {{- end}}{{/* range $mpc, $s */}}
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioTap2ToneActivity.java186 int mpc = Build.VERSION.MEDIA_PERFORMANCE_CLASS; in onCreate() local
187 if (mpc >= Build.VERSION_CODES.TIRAMISU) { in onCreate()
189 } else if (mpc == Build.VERSION_CODES.S) { in onCreate()
191 } else if (mpc == Build.VERSION_CODES.R) { in onCreate()
194 mediaPerformanceClassString = "other [" + mpc + "]"; in onCreate()
195 Log.e(TAG, "Unexpected Media Performance Class: " + mpc); in onCreate()
207 if (mpc == Build.VERSION_CODES.R || mpc == Build.VERSION_CODES.S) { in onCreate()
210 if (mpc >= Build.VERSION_CODES.TIRAMISU) { in onCreate()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMidiSoloTest.java92 int mpc = Build.VERSION.MEDIA_PERFORMANCE_CLASS; in testMediaPerformanceClassSupportsMidi() local
93 if (mpc >= Build.VERSION_CODES.TIRAMISU) { in testMediaPerformanceClassSupportsMidi()
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java287 int mpc = 0; in setupTestEnv() local
289 mpc = Integer.parseInt("0" + pcAsString); in setupTestEnv()
294 mForceToRun || (mpc >= MEDIA_PERFORMANCE_CLASS_14)); in setupTestEnv()
/cts/tests/camera/src/android/hardware/camera2/cts/
DFeatureCombinationTest.java274 String combinationStr, boolean checkReadoutTimeStamp, boolean mpc, in verifyCombinationStreaming() argument
361 videoStabilizationMode, stabilizationMode, mpc); in verifyCombinationStreaming()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java169 public <T> boolean expectEquals(String msg, T expected, T actual, boolean mpc) { in expectEquals() argument
175 if (mpc) { in expectEquals()