Searched refs:m_pFBS (Results 1 – 2 of 2) sorted by relevance
218 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()
161 WelsFileHandle* m_pFBS; variable