Searched refs:sample_frames_path (Results 1 – 1 of 1) sorted by relevance
315 const std::string& sample_frames_path = samples_.at(sample_name).frame_info_filepath; in GetExpectedNumFrames() local316 if (!std::filesystem::exists(sample_frames_path)) { in GetExpectedNumFrames()318 err_stream << "Offline files directory '" << sample_frames_path << "' does not exist."; in GetExpectedNumFrames()323 std::ifstream in(sample_frames_path); in GetExpectedNumFrames()