Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp716 pCtx->iFrameNumOfAuMarkedLtr = iShortFrameNum; in MMCOProcess()
718 pCtx->iFrameNumOfAuMarkedLtr); in MMCOProcess()
745 pCtx->iFrameNumOfAuMarkedLtr = pCtx->iFrameNum; in MMCOProcess()
936 int32_t iCurrLTRFrameIdx = GetLTRFrameIndex (pRefPic, pCtx->iFrameNumOfAuMarkedLtr); in RemainOneBufferInDpbForEC()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp374 int32_t iFrameNumOfAuMarkedLtr; in H264DecodeInstance() local
375 pDecoder->GetOption (DECODER_OPTION_LTR_MARKED_FRAME_NUM, &iFrameNumOfAuMarkedLtr); in H264DecodeInstance()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp49 m_pDecContext->iFrameNumOfAuMarkedLtr = 0; in DecodeFrame()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h428 …int32_t iFrameNumOfAuMarkedLtr; //if bCurAuContainLtrMarkSeFlag==true, SHOUL… member
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp611 iVal = pDecContext->iFrameNumOfAuMarkedLtr; in GetOption()
790 pDecContext->iFrameNumOfAuMarkedLtr = 0; in DecodeFrame2WithCtx()