Searched defs:NUM_STRESS_LOOP (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java62 private static final int NUM_STRESS_LOOP = 10; field in class:MediaPlayerPerformance
294 if (writeCount == NUM_STRESS_LOOP - 1) {
396 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
411 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
426 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
441 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
459 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
480 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
502 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
520 for (int i = 0; i < NUM_STRESS_LOOP;
[all...]

Completed in 36 milliseconds