Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp56 m_iLargestFrameSize = 0; in CBackgroundDetection()
82 if (m_BgdParam.pOU_array == NULL || iCurFrameSize > m_iLargestFrameSize) { in Process()
85 m_iLargestFrameSize = iCurFrameSize; in Process()
DBackgroundDetection.h80 int32_t m_iLargestFrameSize; variable