HomeSort by relevance Sort by last modified time
    Searched full:seek (Results 276 - 300 of 1297) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 63 void seek(float time);
  /external/webkit/Source/WebKit/win/
MemoryStream.h 63 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Seek(
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileReader.h 84 M4OSA_ERR (*seek) (M4OSA_Context context, member in struct:__anon18764
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 67 kWhatPerformSeek = 'seek',
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.h 78 // called with seek options. Note that timeUs within gap ranges, such as
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 59 private static final int SEEK = 101;
89 // The seek position.
273 public static void seek(int time, HTML5VideoViewProxy proxy) { method in class:HTML5VideoViewProxy.VideoPlayer
390 case SEEK: {
393 VideoPlayer.seek(mSeekPosition, this);
684 seek(position);
708 * Seek into the video stream.
711 public void seek(int time) { method in class:HTML5VideoViewProxy
712 Message message = obtainMessage(SEEK);
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
index.jd 32 seek out a nearby device running services with which it can communicate.
  /frameworks/base/drm/java/android/drm/
DrmOutputStream.java 64 mFile.seek(status.offset);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.h 44 /* for Check TimeStamp after Seek */
  /libcore/luni/src/main/java/libcore/io/
HeapBufferIterator.java 42 public void seek(int offset) { method in class:HeapBufferIterator
  /libcore/luni/src/test/java/libcore/java/io/
RandomAccessFileTest.java 41 raf.seek(Long.MAX_VALUE);
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 191 mIndexFile.seek(0);
192 mDataFile0.seek(0);
193 mDataFile1.seek(0);
287 mActiveDataFile.seek(mActiveBytes);
302 mIndexFile.seek(0);
318 mDataFile0.seek(0);
319 mDataFile1.seek(0);
482 file.seek(offset);
523 file.seek(oldPosition);
  /system/core/libdiskconfig/
diskutils.c 56 ALOGE("Could not seek to offset %lld in %s.", offset, dst);
  /external/flac/include/FLAC/
stream_decoder.h 64 * handling metadata and errors. If the client also supplies seek-related
149 * call this function to seek to an exact sample within the stream.
153 * If the client cannot seek via the callback interface provided, but still
163 * in the STREAMINFO block or when a seek is attempted.
322 /** Return values for the FLAC__StreamDecoder seek callback.
327 /**< The seek was OK and decoding can continue. */
518 /** Signature for the seek callback.
522 * called when the decoder needs to seek the input stream. The decoder
523 * will pass the absolute byte offset to seek to, 0 meaning the
526 * Here is an example of a seek callback for stdio streams
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 78 information exists in an Ogg bitstream to seek to
79 sample-granularity positions in the output. Or, one can seek by
115 /* The read/seek functions track absolute position within the stream */
346 codec_setup) structs. Call this to seek and fetch the info from
395 /* seek to the location of the initial header */
511 /* we can seek, so set out learning all about this file */
545 date (seek and read both use this. seek uses a special hack with
747 /* can we seek? Stevens suggests the seek test was portable *
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java 206 /*Variable to protect the FM APIS when Seek,Tune,CompleteScan is in progress*/
695 Log.e(TAG, "Seek is in progress.cannot call the API");
735 Log.e(TAG, "Seek is in progress.cannot call the API");
780 Log.e(TAG, "Seek is in progress.cannot call the API");
813 Log.e(TAG, "Seek is in progress.cannot call the API");
    [all...]
  /bionic/libc/stdio/
freopen.c 154 * we need to seek to the end so that ftell() gets the right
155 * answer. If the user then alters the seek pointer, or
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 59 mOutputFile.seek(HEADER_END); // Skip the header for now, as framecount is unknown
81 mOutputFile.seek(0);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 83 animView.seek(progress);
121 public void seek(long seekTime) { method in class:AnimationSeeking.MyAnimationView
  /external/chromium/net/base/
file_stream.h 60 // error code is returned. It is not valid to call Seek while a Read call
62 int64 Seek(Whence whence, int64 offset);
upload_data.cc 111 rv = file->Seek(FROM_BEGIN, file_range_offset_);
113 DLOG(WARNING) << "Failed to seek \"" << file_path_.value()
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 431 void WebMediaPlayerImpl::seek(float seconds) { function in class:webkit_glue::WebMediaPlayerImpl
434 // WebKit fires a seek(0) at the very start, however pipeline already does a
435 // seek(0) internally. Avoid doing seek(0) the second time because this will
455 // Kick off the asynchronous seek!
456 pipeline_->Seek(
609 // If we are performing streaming, we report that we cannot seek at all.
611 // or not. We should be able to seek even if we are performing streaming.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 70 actual.seek(0)
234 actual.seek(0)
  /external/freetype/include/freetype/
ftsystem.h 223 * A function used to seek and read data from a given input stream.
242 * This function might be called to perform a seek or skip operation
  /external/libvorbis/doc/vorbisfile/
seeking.html 28 seek to a position before the beginning of such a file will seek to

Completed in 6707 milliseconds

<<11121314151617181920>>