HomeSort by relevance Sort by last modified time
    Searched refs:getCachedDuration_l (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 297 bool getCachedDuration_l(int64_t *durationUs, bool *eos);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 672 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) {
742 if (getCachedDuration_l(&cachedDurationUs, &eos2) && mDurationUs > 0) {
804 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
1066 (getCachedDuration_l(&cachedDurationUs, &eos) &&
    [all...]

Completed in 59 milliseconds