HomeSort by relevance Sort by last modified time
    Searched refs:nestegg_track_seek (Results 1 - 4 of 4) sorted by null

  /external/libvpx/nestegg/include/nestegg/
nestegg.h 181 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
  /external/libvpx/nestegg/test/
test.c 152 r = nestegg_track_seek(ctx, 0, duration / 2);
176 r = nestegg_track_seek(ctx, 0, duration - (duration / 10));
200 r = nestegg_track_seek(ctx, 0, duration / 10);
  /external/libvpx/
vpxdec.c 552 if(nestegg_track_seek(input->nestegg_ctx, input->video_track, 0))
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 1533 nestegg_track_seek(nestegg * ctx, unsigned int track, uint64_t tstamp) function
    [all...]

Completed in 68 milliseconds