Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp218 m_pFBS = WelsFopen (chFileName, "wb"); in CWelsDecoder()
239 if (m_pFBS) { in ~CWelsDecoder()
240 WelsFclose (m_pFBS); in ~CWelsDecoder()
241 m_pFBS = NULL; in ~CWelsDecoder()
754 if (m_pFBS) { in DecodeFrame2WithCtx()
755 WelsFwrite (kpSrc, sizeof (unsigned char), kiSrcLen, m_pFBS); in DecodeFrame2WithCtx()
756 WelsFflush (m_pFBS); in DecodeFrame2WithCtx()
1238 if (m_pFBS) { in DecodeParser()
1239 WelsFwrite (kpSrc, sizeof (unsigned char), kiSrcLen, m_pFBS); in DecodeParser()
1240 WelsFflush (m_pFBS); in DecodeParser()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h161 WelsFileHandle* m_pFBS; variable