Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1027 EParameterSetStrategy eNewStrategy = CONSTANT_ID; in SetOption() local
1030 eNewStrategy = CONSTANT_ID; in SetOption()
1033 eNewStrategy = INCREASING_ID; in SetOption()
1036 eNewStrategy = SPS_LISTING; in SetOption()
1039 eNewStrategy = SPS_LISTING_AND_PPS_INCREASING; in SetOption()
1042 eNewStrategy = SPS_PPS_LISTING; in SetOption()
1051 … if (((eNewStrategy & SPS_LISTING) || (m_pEncContext->pSvcParam->eSpsPpsIdStrategy & SPS_LISTING)) in SetOption()
1052 && m_pEncContext->pSvcParam->eSpsPpsIdStrategy != eNewStrategy) { in SetOption()
1060 sConfig.eSpsPpsIdStrategy = eNewStrategy; in SetOption()