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

  /frameworks/av/media/libaah_rtp/
aah_tx_player.cpp 867 bool AAH_TXPlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) {
970 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 615 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) {
750 if (getCachedDuration_l(&cachedDurationUs, &eos)) {
891 (getCachedDuration_l(&cachedDurationUs, &eos) &&
    [all...]

Completed in 47 milliseconds