Searched refs:C2Setting (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 271 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 …]
|
D | C2Param.h | 260 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/ |
D | C2Param_test.cpp | 932 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()
|