Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxstats.h34 int stats_open_mem(stats_io_t *stats, int pass);
Dvpxstats.c64 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem() function
Dvpxenc.c1204 if (!stats_open_mem(&stream->stats, pass)) in setup_pass()