Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() argument
24 stats->file = fopen(fpf, "wb"); in stats_open_file()
33 fd = open(fpf, O_RDONLY); in stats_open_file()
42 stats->file = fopen(fpf, "rb"); in stats_open_file()
Dvpxstats.h33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);