Home
last modified time | relevance | path

Searched refs:pLTRValue (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dextern.h114 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue);
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1000 SLTRConfig* pLTRValue = ((SLTRConfig*) (pOption)); in SetOption() local
1001 if (WelsEncoderApplyLTR (&m_pWelsTrace->m_sLogCtx, &m_pEncContext, pLTRValue)) { in SetOption()
1006pLTRValue->bEnableLongTermReference, pLTRValue->iLTRRefNum, m_pEncContext->pSvcParam->bEnableLongT… in SetOption()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp4455 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue) { in WelsEncoderApplyLTR() argument
4460 sConfig.bEnableLongTermReference = pLTRValue->bEnableLongTermReference; in WelsEncoderApplyLTR()
4461 sConfig.iLTRRefNum = pLTRValue->iLTRRefNum; in WelsEncoderApplyLTR()