Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp138 using C2ValueType=typename _c2_reduce_enum_to_underlying_type<C2Type>::type; in withC2Mappers() typedef
139 if (v.get((C2ValueType*)&c2Value) && C2Mapper::map(c2Value, &sdkValue)) { in withC2Mappers()
554 using C2ValueType=typename _c2_reduce_enum_to_underlying_type<decltype(value)>::type; in initializeStandardParams() typedef
555 if (v.get((C2ValueType *)&value)) { in initializeStandardParams()
724 using C2ValueType=typename _c2_reduce_enum_to_underlying_type<decltype(value)>::type; in initializeStandardParams() typedef
725 if (v.get((C2ValueType*)&value) && C2Mapper::map(value, &to)) { in initializeStandardParams()
768 using C2ValueType=typename _c2_reduce_enum_to_underlying_type<decltype(c2)>::type; in initializeStandardParams() typedef
769 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams()
787 using C2ValueType=typename _c2_reduce_enum_to_underlying_type<decltype(c2)>::type; in initializeStandardParams() typedef
788 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapLevel(c2, &sdk)) { in initializeStandardParams()
[all …]