Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.h83 inline SBackgroundOU* AllocateOUArrayMemory (int32_t iWidth, int32_t iHeight);
DBackgroundDetection.cpp84 m_BgdParam.pOU_array = AllocateOUArrayMemory (m_BgdParam.iBgdWidth, m_BgdParam.iBgdHeight); in Process()
109 inline SBackgroundOU* CBackgroundDetection::AllocateOUArrayMemory (int32_t iWidth, int32_t iHeight)… in AllocateOUArrayMemory() function in CBackgroundDetection