HomeSort by relevance Sort by last modified time
    Searched refs:GetDuration (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/net/
url_info.cc 99 GetDuration(); // Set time_
106 queue_duration_ = GetDuration();
139 resolve_duration_ = GetDuration();
151 resolve_duration_ = GetDuration();
url_info.h 138 base::TimeDelta GetDuration() {
  /external/chromium_org/ash/wm/
session_state_animator.h 137 static base::TimeDelta GetDuration(AnimationSpeed speed);
session_state_controller_impl.cc 258 animator_->GetDuration(
312 duration += animator_->GetDuration(
lock_state_controller_impl2.cc 339 GetDuration(internal::SessionStateAnimator::ANIMATION_SPEED_SHUTDOWN),
359 duration += animator_->GetDuration(
  /external/chromium_org/chrome/browser/net/
url_info.cc 118 GetDuration(); // Set time_
125 queue_duration_ = GetDuration();
158 resolve_duration_ = GetDuration();
171 resolve_duration_ = GetDuration();
url_info.h 135 base::TimeDelta GetDuration() {
  /external/chromium_org/media/base/android/
media_player_android.h 82 virtual base::TimeDelta GetDuration() = 0;
media_player_bridge.h 65 virtual base::TimeDelta GetDuration() OVERRIDE;
media_source_player.h 151 virtual base::TimeDelta GetDuration() OVERRIDE;
media_player_bridge.cc 278 base::TimeDelta MediaPlayerBridge::GetDuration() {
338 duration_ = GetDuration();
  /frameworks/wilhelm/tests/listening/
seekTorture.c 87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
91 result = (*playerPlay)->GetDuration(playerPlay, &duration);
slesTest_playMuteSolo.cpp 270 result = (*playItf)->GetDuration(playItf, &duration);
272 printf("GetDuration after Realize but before pre-fetch: result=%u, duration=%u\n",
324 result = (*playItf)->GetDuration(playItf, &duration);
325 printf("GetDuration after Realize and after pre-fetch: result=%u, duration=%u\n",
  /frameworks/wilhelm/tests/sandbox/
urimime.c 124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
147 result = (*playerPlay)->GetDuration(playerPlay, &duration);
  /external/chromium_org/content/renderer/media/
webmediasourceclient_impl.cc 55 return demuxer_->GetDuration();
  /external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc 72 TEST_F(AudioTimestampHelperTest, GetDuration) {
  /external/chromium_org/content/browser/android/
content_video_view.cc 125 return player ? player->GetDuration().InMilliseconds() : -1;
167 player->GetDuration().InMilliseconds(), player->CanPause(),
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 222 res = (*playItf)->GetDuration(playItf, &durationInMsec);
252 res = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestPlayUri.cpp 229 res = (*playItf)->GetDuration(playItf, &durationInMsec);
267 res = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestSlowDownUri.cpp 273 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
354 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 187 res = (*playItf)->GetDuration(playItf, &durationInMsec);
216 res = (*playItf)->GetDuration(playItf, &durationInMsec);
219 fprintf(stderr, "Error: GetDuration returned SL_TIME_UNKNOWN (after prefetch completed)\n");
225 fprintf(stderr, "Error: GetDuration returned %d, more than 5percent off from expected %d\n",
  /external/libvpx/libwebm/
mkvparser.hpp 190 long long GetDuration() const;
508 long long GetDuration() const; //scaled
837 long long GetDuration() const;
  /external/chromium_org/media/filters/
chunk_demuxer.h 119 double GetDuration();
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 219 SLresult result = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &durationInMsec);
450 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestBassBoostPath.cpp 182 result = (*playItf)->GetDuration(playItf, &durationInMsec);

Completed in 597 milliseconds

1 2 3 4