Home | History | Annotate | Download | only in stagefright

Lines Matching refs:RAND_MAX

276                 shouldSeek = ((double)rand() / RAND_MAX) < 0.1;
286 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;