Searched refs:nestegg_track_seek (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c152 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))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c154 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h219 int nestegg_track_seek(nestegg * context, unsigned int track, uint64_t tstamp);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1912 nestegg_track_seek(nestegg * ctx, unsigned int track, uint64_t tstamp) function

Completed in 11 milliseconds