OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nestegg_io
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/nestegg/include/nestegg/
nestegg.h
112
}
nestegg_io
;
typedef in typeref:struct:__anon8410
144
int nestegg_init(nestegg ** context,
nestegg_io
io, nestegg_log callback);
/external/libvpx/nestegg/src/
nestegg.c
286
nestegg_io
* io;
497
ne_io_read(
nestegg_io
* io, void * buffer, size_t length)
503
ne_io_seek(
nestegg_io
* io, int64_t offset, int whence)
509
ne_io_read_skip(
nestegg_io
* io, size_t length)
527
ne_io_tell(
nestegg_io
* io)
533
ne_bare_read_vint(
nestegg_io
* io, uint64_t * value, uint64_t * length, enum vint_mask maskflag)
570
ne_read_id(
nestegg_io
* io, uint64_t * value, uint64_t * length)
576
ne_read_vint(
nestegg_io
* io, uint64_t * value, uint64_t * length)
582
ne_read_svint(
nestegg_io
* io, int64_t * value, uint64_t * length)
604
ne_read_uint(
nestegg_io
* io, uint64_t * val, uint64_t length
[
all
...]
/external/libvpx/nestegg/test/
test.c
88
nestegg_io
io = {
/external/libvpx/
vpxdec.c
578
nestegg_io
io = {nestegg_read_cb, nestegg_seek_cb, nestegg_tell_cb,
[
all
...]
Completed in 5097 milliseconds