Searched defs:stats_io_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxstats.h31 } stats_io_t; typedef in typeref:struct:__anon13230
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
35 void stats_close(stats_io_t *stats, int last_pass);
36 void stats_write(stats_io_t *stats, const void *pkt, size_t len);
37 vpx_fixed_buf_t stats_get(stats_io_t *stats);
/external/libvpx/libvpx/
H A Dvpxstats.h31 } stats_io_t; typedef in typeref:struct:__anon24999
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
35 void stats_close(stats_io_t *stats, int last_pass);
36 void stats_write(stats_io_t *stats, const void *pkt, size_t len);
37 vpx_fixed_buf_t stats_get(stats_io_t *stats);

Completed in 739 milliseconds