Home
last modified time | relevance | path

Searched refs:m_crcGoldenRefFileName (Results 1 – 3 of 3) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/shared/
Dmedia_debug_interface.h106 std::string m_crcGoldenRefFileName; variable
Dmedia_debug_interface.cpp62 m_crcGoldenRefFileName = m_outputFilePath + std::string("GoldenReference.txt"); in InitDumpLocation()
204 std::ofstream ofs(m_crcGoldenRefFileName, std::ios_base::out); in DumpToFile()
235 std::ifstream ifs(m_crcGoldenRefFileName, std::ios_base::in); in LoadGoldenReference()
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
Dcodechal_debug.cpp2479 std::ifstream crcGoldenRefStream(m_crcGoldenRefFileName); in CheckGoldenReferenceExist()