Home
last modified time | relevance | path

Searched refs:nestegg_seek_cb (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h37 nestegg_seek_cb(int64_t offset, int whence, void *userdata) { in nestegg_seek_cb() function
109 nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb, in Begin()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c29 static int nestegg_seek_cb(int64_t offset, int whence, void *userdata) { in nestegg_seek_cb() function
64 nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb, 0}; in file_is_webm()