Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:percentage

584                 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs;
585 if (percentage > 100) {
586 percentage = 100;
589 notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage);