Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_ParameterSetStrategy.cpp147 EXPECT_EQ( FalseLocal, sParamExt.sSpatialLayers[i].bColorDescriptionPresent); in TEST_F()
159 sParamExt.sSpatialLayers[0].bColorDescriptionPresent = true; in TEST_F()
167 sParamExt.sSpatialLayers[1].bColorDescriptionPresent = true; in TEST_F()
183 …T_EQ( sParamExt.sSpatialLayers[i].bColorDescriptionPresent, sSvcCodingParam.sSpatialLayers[i].bCo… in TEST_F()
210 …CT_EQ( sSvcCodingParam.sSpatialLayers[0].bColorDescriptionPresent, m_pSpsArrayPointer->bColorDesc… in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp218 BsWriteOneBit (pLocalBitStringAux, pSps->bColorDescriptionPresent); in WelsWriteVUI()
220 if (pSps->bColorDescriptionPresent) { in WelsWriteVUI()
549 pSps->bColorDescriptionPresent = pLayerParam->bColorDescriptionPresent; in WelsInitSps()
/third_party/openh264/codec/encoder/core/inc/
Dparameter_sets.h87 bool bColorDescriptionPresent; // false => do not write any of the following three items to the hea… member
Dparam_svc.h207 …param.sSpatialLayers[iLayer].bColorDescriptionPresent = false; // do not write any of the followi… in FillDefault()
448 …pSpatialLayer->bColorDescriptionPresent = pCodingParam.sSpatialLayers[iIdxSpatial].bColorDescript… in ParamTranscode()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h472 …bool bColorDescriptionPresent; // false => do not write any of the following three items to t… member