Home | History | Annotate | Download | only in media

Lines Matching refs:percent

321      * or played. For example a buffering update of 80 percent when half the content
322 * has already been played indicates that the next 30 percent of the
329 // Use cached buffered percent for now.
1670 public void onBufferingUpdate(MediaPlayer mp, final int percent) {
1671 if (percent >= 100) {
1675 src.mBufferedPercentage.set(percent);
1680 MEDIA_INFO_BUFFERING_UPDATE, percent);