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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/manual-tests/
video-waiting-seeking.html 13 consoleWrite("Warining: Seeking into buffered region. May not generate waiting or seeking events.");
17 failTest("Cannot seek to " + seekTo + ". Does engine support seeking into unbuffered region?");
56 waitForEvent('seeking');
71 should cause a waiting and seeking event to be fired for each seek.
77 seconds in length, and served at 25kb/s. This should make seeking one
  /external/libvorbis/doc/vorbisfile/
seeking.html 4 <title>Vorbisfile - Seeking</title>
16 <h1>Seeking</h1>
17 <p>Seeking functions allow you to specify a specific point in the stream to begin or continue decoding.
19 All libvorbisfile seeking routines are declared in "vorbis/vorbisfile.h".
21 <p>Certain seeking functions are best suited to different situations.
23 page-level seeking should be used. Note also that Vorbis files do not
31 <p>As of vorbisfile version 1.68, seeking also optionally provides
33 artifacts at seeking boundaries. This fetaure is of particular
38 <p>Naturally, seeking is available only within a seekable file or
39 stream. Seeking functions will return <tt>OV_ENOSEEK</tt> on
    [all...]
seekexample.html 16 <h1>Example Code: seeking</h1>
19 The following is a run-through of the seeking example program supplied
21 This program tests the vorbisfile <a href="ov_time_seek.html">ov_time_seek</a> function by seeking to random points within the file.
101 printf("testing seeking to random places in %g seconds....\n",length);
119 When we're done seeking, we need to call <a href="ov_clear.html">ov_clear()</a> to release the bitstream.
ov_crosslap.html 23 transitions due to seeking within a single stream represented by a
26 href="seeking.html">vorbisfile seeking functions</a> instead.
overview.html 30 <li><p><a href="seeking.html">Seeking</a>
Makefile.am 19 overview.html reference.html return.html seekexample.html seeking.html\
exampleindex.html 22 <a href="seekexample.html">vorbisfile seeking</a><br>
  /external/libvpx/nestegg/
TODO 5 - Read past unknown elements rather than seeking.
13 - Support seeking without Cues.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 115 // prevent seeking on app creation
131 // prevent seeking on app creation
147 // prevent seeking on app creation
  /external/libvorbis/examples/
seeking_example.c 13 function: illustrate seeking, and test it too
134 fprintf(stderr,"\rtesting raw seeking to random places in %ld bytes....\n",
153 fprintf(stderr,"testing pcm page seeking to random places in %ld samples....\n",
172 fprintf(stderr,"testing pcm exact seeking to random places in %ld samples....\n",
196 fprintf(stderr,"testing time page seeking to random places in %f seconds....\n",
215 fprintf(stderr,"testing time exact seeking to random places in %f seconds....\n",
  /frameworks/base/include/androidfw/
StreamingZipInflater.h 45 // seeking backwards requires uncompressing fom the beginning, so is very
46 // expensive. seeking forwards only requires uncompressing from the current
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 96 * For char streams, seeking forward must update the stream state such
97 * as line number. For seeking backwards, you will be presumably
99 * so this method does not need to update state when seeking backwards.
105 * return the ith symbol. So, seeking to 0 means LA(1) will return the
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 124 * For char streams, seeking forward must update the stream state such
125 * as line number. For seeking backwards, you will be presumably
127 * so this method does not need to update state when seeking backwards.
133 * return the ith symbol. So, seeking to 0 means LA(1) will return the
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 97 * For char streams, seeking forward must update the stream state such
98 * as line number. For seeking backwards, you will be presumably
100 * so this method does not need to update state when seeking backwards.
106 * return the ith symbol. So, seeking to 0 means LA(1) will return the
  /frameworks/av/include/media/nbaio/
LibsndfileSource.h 30 // If 'loop' is true and it permits seeking, then we'll act as an infinite source
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 61 * seeking, determining duration and looping.
110 * seeking, looping and determining duration.
  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 125 bool seeking = false; local
129 seeking = true;
  /hardware/ti/wpan/tools/FM/FmRxApp/res/values/
strings.xml 89 <string name="seeking">Seeking ....</string>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 127 /// For char streams, seeking forward must update the stream state such
128 /// as line number. For seeking backwards, you will be presumably
132 /// update state when seeking backwards.
138 /// the ith symbol. So, seeking to 0 means LA(1) will return the first
  /external/dropbear/libtommath/etc/
drprime.c 18 printf("Seeking a %d-bit safe prime\n", sizes[x] * DIGIT_BIT);
  /external/libogg/doc/libogg/
ogg_page_granulepos.html 21 <p>This is useful for tracking location when seeking or decoding.
ogg_sync_reset.html 21 <p>It is a good idea to call this before seeking within a bitstream.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 69 SEEKING,
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 72 // For char streams, seeking forward must update the stream state such
73 // as line number. For seeking backwards, you will be presumably
75 // so this method does not need to update state when seeking backwards.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 72 // For char streams, seeking forward must update the stream state such
73 // as line number. For seeking backwards, you will be presumably
75 // so this method does not need to update state when seeking backwards.

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011