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

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

Completed in 216 milliseconds