Home
last modified time | relevance | path

Searched refs:SWelsDecoderThreadCTX (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp118 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()
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h115 DECODING_STATE ParseAccessUnit (SWelsDecoderThreadCTX& sThreadCtx);
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h544 } SWelsDecoderThreadCTX, *PWelsDecoderThreadCTX; typedef