Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp219 m_pFBSSize = WelsFopen (chFileNameSize, "wb"); in CWelsDecoder()
243 if (m_pFBSSize) { in ~CWelsDecoder()
244 WelsFclose (m_pFBSSize); in ~CWelsDecoder()
245 m_pFBSSize = NULL; in ~CWelsDecoder()
758 if (m_pFBSSize) { in DecodeFrame2WithCtx()
759 WelsFwrite (&kiSrcLen, sizeof (int), 1, m_pFBSSize); in DecodeFrame2WithCtx()
760 WelsFflush (m_pFBSSize); in DecodeFrame2WithCtx()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h162 WelsFileHandle* m_pFBSSize; variable