Home
last modified time | relevance | path

Searched refs:SPS_LISTING (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_app_def.h516 SPS_LISTING = 0x02, ///< using SPS in the existing list if possible enumerator
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1036 eNewStrategy = SPS_LISTING; in SetOption()
1051 … if (((eNewStrategy & SPS_LISTING) || (m_pEncContext->pSvcParam->eSpsPpsIdStrategy & SPS_LISTING)) in SetOption()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp265 pSvcParam.eSpsPpsIdStrategy = SPS_LISTING; in ParseConfig()
501 pSvcParam.eSpsPpsIdStrategy = SPS_LISTING; in ParseCommandLine()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h382 || (SPS_LISTING == pCodingParam.eSpsPpsIdStrategy) in ParamTranscode()
/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp51 case SPS_LISTING: in CreateParametersetStrategy()
Dencoder_ext.cpp468 && (SPS_LISTING & pCodingParam->eSpsPpsIdStrategy)) { in ParamValidationExt()
474 …if (pCodingParam->iUsageType == SCREEN_CONTENT_REAL_TIME && (SPS_LISTING & pCodingParam->eSpsPpsId… in ParamValidationExt()
481 if (pCodingParam->bSimulcastAVC && (SPS_LISTING & pCodingParam->eSpsPpsIdStrategy)) { in ParamValidationExt()
3417 if (! (SPS_LISTING & pCtx->pSvcParam->eSpsPpsIdStrategy)) { in PrepareEncodeFrame()
4334 if ((SPS_LISTING & iOldSpsPpsIdStrategy) in WelsEncoderParamAdjust()
4335 && (SPS_LISTING & pNewParam->eSpsPpsIdStrategy)) { in WelsEncoderParamAdjust()
/third_party/openh264/test/api/
Ddecode_api_test.cpp622 eCurStrategy = SPS_LISTING; in TEST_F()
Dencode_options_test.cpp66 param_.eSpsPpsIdStrategy = SPS_LISTING; in RandomParamExtCombination()