Searched refs:SWelsDecoderThreadCTX (Results 1 – 3 of 3) sorted by relevance
118 SWelsDecoderThreadCTX* pThrCtx = (SWelsDecoderThreadCTX*)p; in DECLARE_PROCTHREAD()175 m_pDecThrCtx = new SWelsDecoderThreadCTX[m_iCtxCount]; in CWelsDecoder()176 memset (m_pDecThrCtx, 0, sizeof (SWelsDecoderThreadCTX)*m_iCtxCount); in CWelsDecoder()493 m_pDecThrCtx = new SWelsDecoderThreadCTX[m_iCtxCount]; in SetOption()494 memset (m_pDecThrCtx, 0, sizeof (SWelsDecoderThreadCTX)*m_iCtxCount); in SetOption()1335 DECODING_STATE CWelsDecoder::ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx) { in ParseAccessUnit()
115 DECODING_STATE ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx);
544 } SWelsDecoderThreadCTX, *PWelsDecoderThreadCTX; typedef