OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NESTEGG_SEEK_END
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/nestegg/include/nestegg/
nestegg.h
73
#define
NESTEGG_SEEK_END
2 /**< Seek offset relative to end of stream. */
98
#NESTEGG_SEEK_CUR, or #
NESTEGG_SEEK_END
.
/external/libvpx/
vpxdec.c
497
case
NESTEGG_SEEK_END
: whence = SEEK_END; break;
[
all
...]
Completed in 17 milliseconds