Home
last modified time | relevance | path

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

/external/libvpx/vp9/
Dsimple_encode.h366 int target_level, const char *infile_path,
Dsimple_encode.cc807 const char *infile_path, const char *outfile_path) { in SimpleEncode() argument
825 assert(infile_path != nullptr); in SimpleEncode()
826 in_file_ = fopen(infile_path, "r"); in SimpleEncode()