Searched defs:fpf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { argument
24 stats->file = fopen(fpf, "wb");
33 fd = open(fpf, O_RDONLY);
42 stats->file = fopen(fpf, "rb");
/external/libvpx/libvpx/
H A Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { argument
24 stats->file = fopen(fpf, "wb");
33 fd = open(fpf, O_RDONLY);
42 stats->file = fopen(fpf, "rb");

Completed in 122 milliseconds