Searched refs:C2Setting (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 321 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_level_t>, kParamIndexApiLevel> 340 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_feature_t>, kParamIndexApiFeatur… 356 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexName> C2ComponentNameSetting; 366 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting; 373 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::kind_t>, kParamIndexKind> 381 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::domain_t>, kParamIndexDomain> 395 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::attrib_t>, kParamIndexAttributes> 845 typedef C2PortParam<C2Setting, C2StringValue, kParamIndexMediaType> C2PortMediaTypeSetting; 849 typedef C2StreamParam<C2Setting, C2StringValue, kParamIndexMediaType> C2StreamMediaTypeSetting; 938 typedef C2PortParam<C2Setting, C2SimpleValueStruct<C2Config::ordinal_key_t>, kParamIndexReorderKey> [all …]
|
D | C2Param.h | 260 friend struct C2Setting; // for KIND_SETTING 600 struct C2Setting : public C2Param { struct 603 inline C2Setting(const Args(&... args)) : C2Param(args...) { } in C2Setting() function 611 struct C2Tuning : public C2Setting { argument 614 inline C2Tuning(const Args(&... args)) : C2Setting(args...) { } in C2Tuning()
|
/frameworks/av/media/codec2/tests/ |
D | C2Param_test.cpp | 940 typedef C2GlobalParam<C2Setting, C2MyStruct, kParamIndexMy> C2MySetting; in StaticFromBaseTest() 941 typedef C2PortParam<C2Setting, C2MyStruct, kParamIndexMy> C2MyPortSetting; in StaticFromBaseTest() 942 typedef C2StreamParam<C2Setting, C2MyStruct, kParamIndexMy> C2MyStreamSetting; in StaticFromBaseTest() 2334 typedef C2GlobalParam<C2Setting, C2BlobValue, 0> BlobSetting; in TEST_F() 2363 typedef C2GlobalParam<C2Setting, C2StringValue, 0> StringSetting; in TEST_F()
|