Searched refs:meta_file_path (Results 1 – 1 of 1) sorted by relevance
210 std::string meta_file_path; in GetVideoDeviceName() local213 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/name"; in GetVideoDeviceName()215 LOG(LS_INFO) << "Trying " + meta_file_path; in GetVideoDeviceName()216 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()219 meta_file_path = kVideoMetaPathK2_6 + device_file_name + "/model"; in GetVideoDeviceName()221 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()222 device_name = GetVideoDeviceNameK2_6(meta_file_path); in GetVideoDeviceName()225 meta_file_path = kVideoMetaPathK2_4 + device_file_name; in GetVideoDeviceName()226 LOG(LS_INFO) << "Trying " << meta_file_path; in GetVideoDeviceName()227 device_name = GetVideoDeviceNameK2_4(meta_file_path); in GetVideoDeviceName()