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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 72 #define NESTEGG_SEEK_SET 0 /**< Seek offset relative to beginning of stream. */
98 @param whence Seek direction. One of #NESTEGG_SEEK_SET,
  /external/libvpx/libvpx/test/
webm_video_source.h 40 case NESTEGG_SEEK_SET:
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 819 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET);
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 440 case NESTEGG_SEEK_SET:
    [all...]

Completed in 25 milliseconds