Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_options_test.cpp69 param_.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in RandomParamExtCombination()
529 sParam1.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
536 sParam2.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
543 sParam3.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
640 sParam1.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
645 sParam2.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
695 sParam1.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
721 sParam2.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
Ddecode_api_test.cpp625 eCurStrategy = SPS_LISTING_AND_PPS_INCREASING; in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h517 SPS_LISTING_AND_PPS_INCREASING = 0x03, enumerator
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp268 pSvcParam.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in ParseConfig()
504 pSvcParam.eSpsPpsIdStrategy = SPS_LISTING_AND_PPS_INCREASING; in ParseCommandLine()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h383 || (SPS_LISTING_AND_PPS_INCREASING == pCodingParam.eSpsPpsIdStrategy) in ParamTranscode()
/third_party/openh264/codec/encoder/core/src/
Dparaset_strategy.cpp56 case SPS_LISTING_AND_PPS_INCREASING: in CreateParametersetStrategy()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp1039 eNewStrategy = SPS_LISTING_AND_PPS_INCREASING; in SetOption()