Searched refs:path_to_source (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvideo_source.h57 const std::string path_to_source = GetDataPath() + "/" + file_name; local
58 return fopen(path_to_source.c_str(), "rb");
H A Ddecode_perf_test.cc149 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; local
150 outfile_ = fopen(path_to_source.c_str(), "wb");

Completed in 285 milliseconds