Home
last modified time | relevance | path

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

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