Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp372 int32_t bCurAuContainLtrMarkSeFlag; in H264DecodeInstance() local
373 pDecoder->GetOption (DECODER_OPTION_LTR_MARKING_FLAG, &bCurAuContainLtrMarkSeFlag); in H264DecodeInstance()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp48 m_pDecContext->bCurAuContainLtrMarkSeFlag = false; in DecodeFrame()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h427bCurAuContainLtrMarkSeFlag; //current AU has the LTR marking syntax element, mark the previous fra… member
/third_party/openh264/codec/decoder/core/src/
Dmanage_dec_ref.cpp715 pCtx->bCurAuContainLtrMarkSeFlag = true; in MMCOProcess()
744 pCtx->bCurAuContainLtrMarkSeFlag = true; in MMCOProcess()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp607 iVal = pDecContext->bCurAuContainLtrMarkSeFlag; in GetOption()
789 pDecContext->bCurAuContainLtrMarkSeFlag = false; in DecodeFrame2WithCtx()