OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_track_seek
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/
webmdec.c
152
if (
nestegg_track_seek
(webm_ctx->nestegg_ctx, webm_ctx->video_track, 0)) {
178
if (
nestegg_track_seek
(webm_ctx->nestegg_ctx, webm_ctx->video_track, 0))
/external/libvpx/libvpx/third_party/nestegg/test/
test.c
154
r =
nestegg_track_seek
(ctx, 0, duration / 2);
178
r =
nestegg_track_seek
(ctx, 0, duration - (duration / 10));
202
r =
nestegg_track_seek
(ctx, 0, duration / 10);
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
219
int
nestegg_track_seek
(nestegg * context, unsigned int track, uint64_t tstamp);
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
1912
nestegg_track_seek
(nestegg * ctx, unsigned int track, uint64_t tstamp)
function
[
all
...]
Completed in 36 milliseconds