Searched refs:percent (Results 1 – 10 of 10) sorted by relevance
253 int percent = mVideoView.getBufferPercentage(); in testGetBufferPercentage() local254 assertTrue(percent >= 0 && percent <= 100); in testGetBufferPercentage()
336 double percent = 0; in toString() local338 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()345 percent, in toString()
313 double percent = 0; in toString() local315 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()322 percent, in toString()
499 double percent = 0; in toString() local501 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()508 percent, in toString()
855 double percent = 0; in toString() local857 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()864 percent, in toString()
844 double percent = 0; in toString() local846 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()853 percent, in toString()
289 public void onBufferingUpdate(MediaPlayer mp, int percent) { in localHttpAudioStreamTest()340 (mp, percent) -> mOnBufferingUpdateCalled.signal()); in localHttpsAudioStreamTest()
1025 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.333 percent frame d…1032 …specification: "MUST NOT drop more than 2 frames in 10 seconds (i.e less than 0.333 percent frame …1039 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.167 percent frame d…1046 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.167 percent frame d…
3574 public void onProgress(int percent) {}
3573 public void onProgress(int percent) {}