Home
last modified time | relevance | path

Searched defs:pLastThreadCtx (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp242 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pCtx->pLastThreadCtx); in DecodeFrameConstruction() local
2495 PWelsDecoderThreadCTX pLastThreadCtx = NULL; in DecodeCurrentAccessUnit() local
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp103 PWelsDecoderThreadCTX pLastThreadCtx = (PWelsDecoderThreadCTX) (pThrCtx->pCtx->pLastThreadCtx); in ConstructAccessUnit() local
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h512 void* pLastThreadCtx; member