Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Config.h271 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_level_t>, kParamIndexApiLevel>
287 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_feature_t>, kParamIndexApiFeatur…
303 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexName> C2ComponentNameSetting;
313 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting;
320 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::kind_t>, kParamIndexKind>
328 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::domain_t>, kParamIndexDomain>
342 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::attrib_t>, kParamIndexAttributes>
761 typedef C2PortParam<C2Setting, C2StringValue, kParamIndexMediaType> C2PortMediaTypeSetting;
765 typedef C2StreamParam<C2Setting, C2StringValue, kParamIndexMediaType> C2StreamMediaTypeSetting;
844 typedef C2PortParam<C2Setting, C2SimpleValueStruct<C2Config::ordinal_key_t>, kParamIndexReorderKey>
[all …]
DC2Param.h260 friend struct C2Setting; // for KIND_SETTING
589 struct C2Setting : public C2Param { struct
592 inline C2Setting(const Args(&... args)) : C2Param(args...) { } in C2Setting() function
600 struct C2Tuning : public C2Setting { argument
603 inline C2Tuning(const Args(&... args)) : C2Setting(args...) { } in C2Tuning()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp932 typedef C2GlobalParam<C2Setting, C2MyStruct, kParamIndexMy> C2MySetting; in StaticFromBaseTest()
933 typedef C2PortParam<C2Setting, C2MyStruct, kParamIndexMy> C2MyPortSetting; in StaticFromBaseTest()
934 typedef C2StreamParam<C2Setting, C2MyStruct, kParamIndexMy> C2MyStreamSetting; in StaticFromBaseTest()
2326 typedef C2GlobalParam<C2Setting, C2BlobValue, 0> BlobSetting; in TEST_F()
2344 typedef C2GlobalParam<C2Setting, C2StringValue, 0> StringSetting; in TEST_F()