Lines Matching refs:screenshot
117 event.param.screenshot.display = ScreenshotParam::DISPLAY_0; in Initialize()
122 event.param.screenshot.hash[i] = correctHashDisplay0[i]; in Initialize()
126 event.param.screenshot.hash[i] = 0; in Initialize()
131 event.param.screenshot.display = ScreenshotParam::DISPLAY_1; in Initialize()
136 event.param.screenshot.hash[i] = correctHashDisplay1[i]; in Initialize()
140 event.param.screenshot.hash[i] = 0; in Initialize()
192 SendScreenshot(m_CurrentEvent->param.screenshot); in AdvanceFrame()
305 if (m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
306 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
307 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
308 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
309 m_CurrentEvent->param.screenshot.hash[0] ) in SendScreenshot()
312 const bool result = shotDisplay->Equal(m_CurrentEvent->param.screenshot.hash); in SendScreenshot()