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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 113 } nestegg_io; typedef in typeref:struct:__anon23864
145 int nestegg_init(nestegg ** context, nestegg_io io, nestegg_log callback);
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 287 nestegg_io * io;
498 ne_io_read(nestegg_io * io, void * buffer, size_t length)
504 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
510 ne_io_read_skip(nestegg_io * io, size_t length)
528 ne_io_tell(nestegg_io * io)
534 ne_bare_read_vint(nestegg_io * io, uint64_t * value, uint64_t * length, enum vint_mask maskflag)
571 ne_read_id(nestegg_io * io, uint64_t * value, uint64_t * length)
577 ne_read_vint(nestegg_io * io, uint64_t * value, uint64_t * length)
583 ne_read_svint(nestegg_io * io, int64_t * value, uint64_t * length)
605 ne_read_uint(nestegg_io * io, uint64_t * val, uint64_t length
    [all...]
  /external/libvpx/libvpx/test/
webm_video_source.h 105 nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb,
  /external/libvpx/libvpx/nestegg/test/
test.c 88 nestegg_io io = {
  /external/libvpx/libvpx/
vpxdec.c 532 nestegg_io io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb, 0};
    [all...]

Completed in 111 milliseconds