OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NESTEGG_SEEK_SET
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/test/
webm_video_source.h
40
case
NESTEGG_SEEK_SET
:
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
79
#define
NESTEGG_SEEK_SET
0 /**< Seek offset relative to beginning of stream. */
105
@param whence Seek direction. One of #
NESTEGG_SEEK_SET
,
/external/libvpx/libvpx/
webmdec.c
31
case
NESTEGG_SEEK_SET
:
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
851
r = ne_io_seek(ctx->io, s->stream_offset,
NESTEGG_SEEK_SET
);
[
all
...]
Completed in 825 milliseconds