Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Config.h281 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_level_t>, kParamIndexApiLevel>
297 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_feature_t>, kParamIndexApiFeatur…
313 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexName> C2ComponentNameSetting;
323 typedef C2GlobalParam<C2Setting, C2StringValue, kParamIndexAliases> C2ComponentAliasesSetting;
330 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::kind_t>, kParamIndexKind>
338 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::domain_t>, kParamIndexDomain>
358 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::attrib_t>, kParamIndexAttributes>
748 typedef C2PortParam<C2Setting, C2StringValue, kParamIndexMediaType> C2PortMediaTypeSetting;
755 typedef C2StreamParam<C2Setting, C2StringValue, kParamIndexMediaType> C2StreamMediaTypeSetting;
834 typedef C2PortParam<C2Setting, C2SimpleValueStruct<C2Config::ordinal_key_t>, kParamIndexReorderKey>
[all …]
DC2Param.h259 friend struct C2Setting; // for KIND_SETTING
575 struct C2Setting : public C2Param { struct
578 inline C2Setting(const Args(&... args)) : C2Param(args...) { } in C2Setting() function
586 struct C2Tuning : public C2Setting { argument
589 inline C2Tuning(const Args(&... args)) : C2Setting(args...) { } in C2Tuning()
/hardware/google/av/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()