Home
last modified time | relevance | path

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

/third_party/openh264/codec/api/wels/
Dcodec_app_def.h499 } EUsageType; typedef
526 EUsageType
541 EUsageType
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h499 } EUsageType; typedef
526 EUsageType
541 EUsageType
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h71 EUsageType usage_type;
/third_party/openh264/codec/encoder/core/inc/
Dref_list_mgr_svc.h105 …static IWelsReferenceStrategy* CreateReferenceStrategy (sWelsEncCtx* pCtx, const EUsageType keUsag…
Dwels_preprocess.h189 …SPicture* GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSliceType, int32_t…
/third_party/openh264/test/api/
Dencoder_test.cpp32 EUsageType eUsageType;
Dencode_options_test.cpp49 param_.iUsageType = static_cast<EUsageType> (rand() % 2); in RandomParamExtCombination()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp233 pSvcParam.iUsageType = (EUsageType)atoi (strTag[1].c_str()); in ParseConfig()
460 pSvcParam.iUsageType = (EUsageType)atoi (argv[n++]); in ParseCommandLine()
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp546 sEncParamBase.iUsageType = static_cast<EUsageType> (2); in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp1001 const EUsageType keUsageType, in CreateReferenceStrategy()
Dwels_preprocess.cpp251 SPicture* CWelsPreProcess::GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSl… in GetBestRefPic()