HomeSort by relevance Sort by last modified time
    Searched full:timeupdate (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.h 41 void timeUpdate(uint32_t rtpTime, uint64_t ntpTime);
ARTPConnection.cpp 609 LOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u == ntpTime %.3f",
617 source->timeUpdate(rtpTime, ntpTime);
ARTPSource.cpp 91 void ARTPSource::timeUpdate(uint32_t rtpTime, uint64_t ntpTime) {
MyHandler.h 811 int32_t timeUpdate;
812 if (msg->findInt32("time-update", &timeUpdate) && timeUpdate) {
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 73 private static final int TIMEUPDATE = 100;
81 // See http://www.whatwg.org/specs/web-apps/current-work/#event-media-timeupdate
85 HTML5Audio.this.obtainMessage(TIMEUPDATE).sendToTarget();
121 case TIMEUPDATE: {
HTML5VideoViewProxy.java 71 private static final int TIMEUPDATE = 300;
301 sendMessage(obtainMessage(TIMEUPDATE));
355 case TIMEUPDATE: {
566 case TIMEUPDATE:
589 Message msg = Message.obtain(mWebCoreHandler, TIMEUPDATE);
HTML5VideoView.java 64 // See http://www.whatwg.org/specs/web-apps/current-work/#event-media-timeupdate
  /external/webkit/Source/WebCore/dom/
EventNames.h 142 macro(timeupdate) \
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 355 // the last time a timeupdate event was sent (wall clock)
358 // the last time a timeupdate event was sent in movie time
HTMLMediaElement.cpp     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 326 DEFINE_ATTRIBUTE_EVENT_LISTENER(timeupdate);
  /external/chromium/chrome/browser/resources/
mediaplayer.html 376 mediaElement.removeEventListener("timeupdate", onMediaProgress, true);
402 element.addEventListener("timeupdate", onMediaProgress, true);
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_failed.txt     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-01-29     [all...]

Completed in 1510 milliseconds