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
284 if (writeCount == NUM_STRESS_LOOP - 1) {
386 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
401 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
417 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
437 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
457 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
474 for (int i = 0; i < NUM_STRESS_LOOP; i++) {
489 for (int i = 0; i < NUM_STRESS_LOOP; i++) {

Completed in 104 milliseconds