Home
last modified time | relevance | path

Searched refs:NESTEGG_SEEK_SET (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h79 #define NESTEGG_SEEK_SET 0 /**< Seek offset relative to beginning of stream. */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h40 case NESTEGG_SEEK_SET: in nestegg_seek_cb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c31 case NESTEGG_SEEK_SET: in nestegg_seek_cb()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c851 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET); in ne_ctx_restore()
1557 r = ne_io_seek(ctx->io, ctx->segment_offset + seek_pos, NESTEGG_SEEK_SET); in ne_init_cue_points()
1626 case NESTEGG_SEEK_SET: in ne_buffer_seek()
1897 r = ne_io_seek(ctx->io, offset, NESTEGG_SEEK_SET); in nestegg_offset_seek()