Searched refs:stats_open_file (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxstats.h | 33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
|
D | vpxstats.c | 19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() function
|
D | vpxenc.c | 1200 if (!stats_open_file(&stream->stats, stream->config.stats_fn, in setup_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp9_spatial_scalable_encoder.c | 229 if (!stats_open_file(&app_input->rc_stats, fpf_file_name, 0)) { in parse_command_line() 234 if (!stats_open_file(&app_input->rc_stats, fpf_file_name, 1)) { in parse_command_line()
|