Searched refs:cachedDurationUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaah_rtp/
H A Daah_tx_player.cpp929 int64_t cachedDurationUs = cachedSize * 8000000ll / bitrate; local
931 int percentage = (100.0 * (double) cachedDurationUs)
968 int64_t cachedDurationUs; local
970 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
971 ALOGV("cachedDurationUs = %.2f secs, eos=%d",
972 cachedDurationUs / 1E6, eos);
976 (cachedDurationUs < kLowWaterMarkUs)) {
978 cachedDurationUs / 1E6);
983 } else if (eos || cachedDurationUs > kHighWaterMarkUs) {
986 cachedDurationUs /
[all...]
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp686 int64_t cachedDurationUs = cachedSize * 8000000ll / bitrate; local
688 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs;
725 int64_t cachedDurationUs local
739 int percentage = 100.0 * (double)cachedDurationUs / mDurationUs;
748 int64_t cachedDurationUs; local
750 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
751 ALOGV("cachedDurationUs = %.2f secs, eos=%d",
752 cachedDurationUs / 1E6, eos);
755 && (cachedDurationUs < kLowWaterMarkUs)) {
759 cachedDurationUs /
887 int64_t cachedDurationUs; local
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp637 int64_t cachedDurationUs; local
639 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {
643 return cachedDurationUs;
655 int64_t cachedDurationUs; local
657 if (!extractor->getCachedDuration(&cachedDurationUs, &eos)) {

Completed in 69 milliseconds