Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp99 static DECODING_STATE ConstructAccessUnit (CWelsDecoder* pWelsDecoder, PWelsDecoderThreadCTX pThrC… in ConstructAccessUnit()
124 CWelsDecoder* pWelsDecoder = (CWelsDecoder*)pThrCtx->threadCtxOwner; in DECLARE_PROCTHREAD()
133 CWelsDecoder::CWelsDecoder (void) in CWelsDecoder() function in WelsDec::CWelsDecoder
231 CWelsDecoder::~CWelsDecoder() { in ~CWelsDecoder()
259 long CWelsDecoder::Initialize (const SDecodingParam* pParam) { in Initialize()
278 long CWelsDecoder::Uninitialize() { in Uninitialize()
284 void CWelsDecoder::UninitDecoder (void) { in UninitDecoder()
295 void CWelsDecoder::OpenDecoderThreads() { in OpenDecoderThreads()
325 void CWelsDecoder::CloseDecoderThreads() { in CloseDecoderThreads()
345 void CWelsDecoder::UninitDecoderCtx (PWelsDecoderContext& pCtx) { in UninitDecoderCtx()
[all …]
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h57 class CWelsDecoder : public ISVCDecoder {
59 CWelsDecoder (void);
60 virtual ~CWelsDecoder();