Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxenc.c113 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) in stats_open_file() argument
121 stats->file = fopen(fpf, "wb"); in stats_open_file()
133 fd = open(fpf, O_RDONLY); in stats_open_file()
143 stats->file = fopen(fpf, "rb"); in stats_open_file()