Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 179) sorted by relevance

12345678

/external/webkit/WebCore/css/
DmediaControls.css91 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
92 -webkit-appearance: media-seek-back-button;
98 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
99 -webkit-appearance: media-seek-forward-button;
DmediaControlsChromium.css156 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
157 -webkit-appearance: media-seek-back-button;
161 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
162 -webkit-appearance: media-seek-forward-button;
DmediaControlsQT.css120 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
125 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_rwops.h46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
114 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py410 stream.seek(-2,1)
444 stream.seek(-2,1)
475 stream.seek(-2,1)
501 stream.seek(-2,1)
529 stream.seek(-2,1)
555 stream.seek(-1,1)
579 stream.seek(-1,1)
603 stream.seek(-2,1)
633 stream.seek(pos,0)
665 stream.seek(pos,0)
[all …]
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
Dpvmf_protocol_engine_progressive_download.h111 virtual void seek(const uint32 aSeekPosition) in seek() function
219 virtual void seek(const uint32 aSeekPosition) in seek() function
221 HttpBasedProtocol::seek(aSeekPosition); in seek()
/external/webkit/WebCore/css/qt/
DmediaControls-extras.css69 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
80 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
/external/bluetooth/glib/gio/
Dgfileinputstream.c101 iface->seek = g_file_input_stream_seekable_seek; in g_file_input_stream_seekable_iface_init()
304 if (class->seek) in g_file_input_stream_can_seek()
336 if (!class->seek) in g_file_input_stream_seek()
349 res = class->seek (stream, offset, type, cancellable, error); in g_file_input_stream_seek()
Dgfileoutputstream.c104 iface->seek = g_file_output_stream_seekable_seek; in g_file_output_stream_seekable_iface_init()
349 if (class->seek) in g_file_output_stream_can_seek()
381 if (!class->seek) in g_file_output_stream_seek()
394 res = class->seek (stream, offset, type, cancellable, error); in g_file_output_stream_seek()
Dgseekable.h66 gboolean (* seek) (GSeekable *seekable, member
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java432 raf.seek (FILE_HEADER_LENGTH); in mergeload()
475 raf.seek (position); in mergeload()
604 raf.seek (FILE_HEADER_LENGTH); in persist()
635 raf.seek (position); in persist()
668 if (truncate) raf.seek (0); in persist()
741 raf.seek (marker); in writeEntry()
/external/tesseract/liblept/
D_fopencookie.c178 c->seekfn = functions.seek; in fopencookie()
179 fp->_seek = functions.seek ? fcseek : NULL; in fopencookie()
D_stdio.h29 int (*seek)(void *, off_t *, int); member
/external/blktrace/btt/doc/
Dbtt.tex243 The first of the two sections displays values for Q2Q seek distances --
245 are to each other. The second section shows D2D seek distances --
467 \item[seek details] A set of data files containing all IO-to-IO
469 section~\ref{sec:seek}.
687 \newpage\section{\label{sec:seek}Seek Data Files}
690 deltas, providing seek information which can then be plotted. The
696 \item Read data -- just seek deltas for reads
698 \item Write data -- just seek deltas for writes
717 An example name would be after specifying \texttt{-s seek} would be:
718 \texttt{seek\_065,048\_q2q\_w.dat}.
[all …]
DMakefile5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
/external/opencore/baselibs/media_data_structures/src/
Daccess_unit.cpp161 bool AccessUnit::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() function in AccessUnit
164 return rep->seek(idx, offset, ptr, boundaryReached, delta_in_bytes); in seek()
Daccess_unit_impl.cpp125 bool AccessUnitImplementation::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() function in AccessUnitImplementation
283 this->seek(tmp_idx, tmp_offset, tmp_ptr, boundaryReached, 1); in match_bit_pattern_no_state()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.h32 virtual void seek(const uint32 aSeekPosition) = 0;
276 virtual void seek(const uint32 aSeekPosition) in seek() function
475 virtual void seek(const uint32 aSeekPosition) in seek() function
477 iCurrState->seek(aSeekPosition); in seek()
/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp80 virtual void seek(float) { } in seek() function in WebCore::NullMediaPlayerPrivate
311 void MediaPlayer::seek(float time) in seek() function in WebCore::MediaPlayer
313 m_private->seek(time); in seek()
/external/webkit/WebCore/html/
DHTMLMediaElement.cpp465 m_player->seek(0); in loadInternal()
780 m_player->seek(0); in setReadyState()
865 void HTMLMediaElement::seek(float time, ExceptionCode& ec) in seek() function in WebCore::HTMLMediaElement
908 m_player->seek(time); in seek()
939 seek(time, ec); in setCurrentTime()
1046 seek(0, unused); in playInternal()
1320 seek(0, ignoredException); in mediaPlayerTimeChanged()
/external/qemu/distrib/sdl-1.2.12/src/file/
DSDL_rwops.c442 rwops->seek = win32_file_seek; in SDL_RWFromFile()
477 rwops->seek = stdio_seek; in SDL_RWFromFP()
494 rwops->seek = mem_seek; in SDL_RWFromMem()
511 rwops->seek = mem_seek; in SDL_RWFromConstMem()
/external/zlib/contrib/iostream3/
DTODO5 - The ability to seek (zlib supports this, but could be slow/tricky)
/external/blktrace/btt/
DAndroid.mk7 latency.c misc.c output.c proc.c seek.c trace.c \
DMakefile17 misc.o output.o proc.o seek.o trace.o trace_complete.o trace_im.o \
/external/bluetooth/bluez/doc/
Dcontrol-api.txt51 "forward-seek", "reverse-seek" or "error". Elapsed is

12345678