Home
last modified time | relevance | path

Searched refs:bEnableSSEI (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h151 param.bEnableSSEI = false; in FillDefault()
350 bEnableSSEI = pCodingParam.bEnableSSEI; in ParamTranscode()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h560 …bool bEnableSSEI; ///< false:not use SSEI; true: use SSEI -- TODO: planning to … member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1012 m_pEncContext->pSvcParam->bEnableSSEI = iValue; in SetOption()
1015 m_pEncContext->pSvcParam->bEnableSSEI); in SetOption()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp280 pSvcParam.bEnableSSEI = atoi (strTag[1].c_str()) ? true : false; in ParseConfig()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp4402 pOldParam->bEnableSSEI = pNewParam->bEnableSSEI; in WelsEncoderParamAdjust()
/third_party/openh264/test/api/
Dencode_options_test.cpp79 param_.bEnableSSEI = (rand() % 2 == 0) ? false : true; in RandomParamExtCombination()