Home
last modified time | relevance | path

Searched refs:PWelsDecoderThreadCTX (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h128 PWelsDecoderThreadCTX m_pDecThrCtx;
129 PWelsDecoderThreadCTX m_pLastDecThrCtx;
137 PWelsDecoderThreadCTX m_pDecThrCtxActive[WELS_DEC_MAX_NUM_CPU];
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h544 } SWelsDecoderThreadCTX, *PWelsDecoderThreadCTX; typedef
556 PWelsDecoderThreadCTX pThreadCtx = (PWelsDecoderThreadCTX)pCtx->pThreadCtx; in GetThreadCount()
564 PWelsDecoderThreadCTX pThreadCtx = (PWelsDecoderThreadCTX)pCtx->pThreadCtx; in GetPrevFrameNum()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp99 static DECODING_STATE ConstructAccessUnit (CWelsDecoder* pWelsDecoder, PWelsDecoderThreadCTX pThrC… in ConstructAccessUnit()
103 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pThrCtx->pCtx->pLastThreadCtx); in ConstructAccessUnit()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp242 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeFrameConstruction()
2490 PWelsDecoderThreadCTX pThreadCtx = NULL; in DecodeCurrentAccessUnit()
2492 pThreadCtx = (PWelsDecoderThreadCTX)pCtx->pThreadCtx; in DecodeCurrentAccessUnit()
2495 PWelsDecoderThreadCTX pLastThreadCtx = NULL; in DecodeCurrentAccessUnit()
2497 pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeCurrentAccessUnit()
Ddecoder.cpp568 PWelsDecoderThreadCTX pThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pThreadCtx); in WelsFreeDynamicMemory()