Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxstats.h31 } stats_io_t; typedef
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);
Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file()
64 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem()
79 void stats_close(stats_io_t *stats, int last_pass) { in stats_close()
97 void stats_write(stats_io_t *stats, const void *pkt, size_t len) { in stats_write()
120 vpx_fixed_buf_t stats_get(stats_io_t *stats) { in stats_get()
Dvpxenc.c632 stats_io_t stats;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c106 stats_io_t rc_stats;