Home | History | Annotate | Download | only in nuplayer2

Lines Matching refs:diff

1497     int64_t diff = firstVideoTimeUs - firstAudioTimeUs;
1499 ALOGV("queueDiff = %.2f secs", diff / 1E6);
1501 if (diff > 100000ll) {