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.h55 const std::string path_to_source = GetDataPath() + "/" + file_name; in OpenTestDataFile() local
56 return fopen(path_to_source.c_str(), "rb"); in OpenTestDataFile()
Ddecode_perf_test.cc156 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook() local
157 outfile_ = fopen(path_to_source.c_str(), "wb"); in BeginPassHook()