Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxenc.c111 } stats_io_t; typedef
113 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) in stats_open_file()
171 int stats_open_mem(stats_io_t *stats, int pass) in stats_open_mem()
189 void stats_close(stats_io_t *stats) in stats_close()
213 void stats_write(stats_io_t *stats, const void *pkt, size_t len) in stats_write()
240 vpx_fixed_buf_t stats_get(stats_io_t *stats) in stats_get()
1049 stats_io_t stats; in main()