Home
last modified time | relevance | path

Searched refs:pOU_array (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp60 WelsFree (m_BgdParam.pOU_array); in ~CBackgroundDetection()
82 if (m_BgdParam.pOU_array == NULL || iCurFrameSize > m_iLargestFrameSize) { in Process()
83 WelsFree (m_BgdParam.pOU_array); in Process()
84 m_BgdParam.pOU_array = AllocateOUArrayMemory (m_BgdParam.iBgdWidth, m_BgdParam.iBgdHeight); in Process()
88 if (m_BgdParam.pOU_array == NULL) in Process()
162 SBackgroundOU* pBackgroundOU = pBgdParam->pOU_array; in ForegroundBackgroundDivision()
339 SBackgroundOU* pBackgroundOU = pBgdParam->pOU_array; in ForegroundDilationAndBackgroundErosion()
DBackgroundDetection.h75 SBackgroundOU* pOU_array; member