HomeSort by relevance Sort by last modified time
    Searched full:seeked (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/ManualTests/
video-waiting-seeking.html 21 function seeked()
57 waitForEvent('seeked', seeked);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.py 14 - wait_for_seeked: If true forces the action to wait for seeked event to fire.
16 - wait_timeout: Timeout to wait for seeked event. Only valid with
41 # Check if we need to wait for 'seeked' event to fire.
43 self.WaitForEvent(tab, selector, 'seeked', timeout)
loop.js 30 element.removeEventListener('seeked', onLoop);
39 element.addEventListener('seeked', onLoop);
seek.js 38 window.__registerHTML5EventCompleted(element, 'seeked');
seek_unittest.py 10 AUDIO_1_SEEKED_CHECK = 'window.__hasEventCompleted("#audio_1", "seeked");'
11 VIDEO_1_SEEKED_CHECK = 'window.__hasEventCompleted("#video_1", "seeked");'
  /external/chromium_org/content/test/data/media/
encrypted_frame_size_change.html 34 video.addEventListener('seeked', function() {
36 console.log('One video seeked.');
media_source_player.html 29 video.addEventListener('seeked', onSeeked);
  /frameworks/base/include/androidfw/
ZipUtils.h 56 * Pass in a seeked file pointer for the gzip file. If this is a gzip
58 * the file seeked to the start of the compressed data.
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTypeNames.in 163 seeked
  /external/chromium_org/content/common/media/
media_player_messages_android.h 96 // browser must ensure the renderer demuxer is appropriately seeked between
111 // seeked-to, and is only meaningful for these hack browser seeks.
255 // Sent after the renderer demuxer has seeked.
  /external/chromium_org/media/base/android/
demuxer_android.h 53 // |time_to_seek|, and reflects the actual time seeked to by the demuxer.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h 88 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(seeked);
  /external/libvorbis/doc/vorbisfile/
ov_pcm_seek.html 23 the newly seeked to position.
ov_raw_seek.html 23 the newly seeked to position.
ov_time_seek.html 24 the newly seeked to position. This function does not work for unseekable streams.
ov_pcm_seek_lap.html 29 get data from the newly seeked to position.
ov_pcm_seek_page.html 24 the newly seeked to position.
ov_pcm_seek_page_lap.html 36 href="ov_read.html">ov_read()</a> and get data from the newly seeked
ov_raw_seek_lap.html 33 get data from the newly seeked to position.
ov_time_seek_lap.html 30 get data from the newly seeked to position.
ov_time_seek_page.html 24 the newly seeked to position.
  /frameworks/base/media/java/android/media/
MediaTimeProvider.java 61 * consequences if the media is seeked between calls.
  /system/core/libcutils/
open_memstream.c 34 * even if you just seeked backwards. The example on the opengroup.org
119 * If we previously seeked beyond EOF, zero-fill the gap.
130 /* seeked past EOF earlier? */
196 * We're seeked backward into the stream. Preserve the character
  /external/chromium_org/tools/perf/metrics/
media.js 85 e.target.removeEventListener('seeked', onSeeked);
88 this.element.addEventListener('seeked', onSeeked);
  /frameworks/base/tools/aapt/
ZipFile.cpp 457 // currently seeked to end of file
493 endPosn = ftell(mZipFp); // seeked to end of compressed data
643 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
644 * will be seeked immediately past the data.
674 * On exit, "dstFp" will be seeked immediately past the data.
698 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
699 * will be seeked immediately past the data just written.
740 * On exit, "srcFp" will be seeked to the end of the file, and "dstFp"
741 * will be seeked immediately past the compressed data.
    [all...]

Completed in 3182 milliseconds

1 2 3