Searched refs:ne_read_uint (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 621 ne_read_uint(nestegg_io * io, uint64_t * val, uint64_t length) in ne_read_uint() function 648 r = ne_read_uint(io, &uval, length); in ne_read_int() 682 r = ne_read_uint(io, &value.u, length); in ne_read_float() 969 r = ne_read_uint(ctx->io, &storage->v.u, length); in ne_read_simple() 1104 r = ne_read_uint(io, &lace, 1); in ne_read_xiph_lace_value() 1111 r = ne_read_uint(io, &lace, 1); in ne_read_xiph_lace_value() 1278 r = ne_read_uint(ctx->io, &flags, 1); in ne_read_block() 1297 r = ne_read_uint(ctx->io, &frames, 1); in ne_read_block()
|