Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp111 … |= pWelsDecoder->DecodeFrame2WithCtx (pThrCtx->pCtx, NULL, 0, pThrCtx->ppDst, &pThrCtx->sDstInfo); in ConstructAccessUnit()
1360 &sThreadCtx.sDstInfo); in ParseAccessUnit()
1362 int32_t iErr = InitConstructAccessUnit (sThreadCtx.pCtx, &sThreadCtx.sDstInfo); in ParseAccessUnit()
1416 memcpy (&m_pDecThrCtx[signal].sDstInfo, pDstInfo, sizeof (SBufferInfo)); in ThreadDecodeFrameInternal()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h538 SBufferInfo sDstInfo; member