Searched refs:FLEX_SIZE (Results 1 – 3 of 3) sorted by relevance
/hardware/google/av/codec2/include/ |
D | C2ParamDef.h | 102 FLEX_SIZE = 0, enumerator 109 template<typename S, unsigned=S::FLEX_SIZE> 135 enum : uint32_t { FLEX_SIZE = 0 }; enumerator 143 enum : uint32_t { FLEX_SIZE = _C2FlexHelper<typename S::_FlexMemberType>::FLEX_SIZE }; 151 enum : uint32_t { FLEX_SIZE = sizeof(S) }; 186 FLEX_SIZE = _C2FlexHelper<S>::FLEX_SIZE, ///< size of flexible type 195 if (flexCount <= (MAX_SIZE - size) / S::FLEX_SIZE) { 196 return size + S::FLEX_SIZE * flexCount; 216 other, sizeof(_Type), _Type::PARAM_TYPE, _Type::FLEX_SIZE, \ 269 return (sz - sizeof(_Type)) / _Type::FLEX_SIZE; \ [all …]
|
/hardware/google/av/media/sfplugin/tests/ |
D | ReflectedParamUpdater_test.cpp | 70 static_assert(C2CompositeStruct::FLEX_SIZE == 1, ""); 71 static_assert(_C2FlexHelper<C2CompositeStruct>::FLEX_SIZE == 1, "");
|
/hardware/google/av/codec2/tests/ |
D | C2Param_test.cpp | 277 constexpr static size_t FLEX_SIZE = sizeof(T); member in C2ParamTest_FlexParamFieldList 289 EXPECT_EQ(C2FieldDescriptor(this->FlexType, 0, "flex", 4, this->FLEX_SIZE), in TYPED_TEST() 293 EXPECT_EQ(C2FieldDescriptor(this->FlexType, 0, "flex", 0, this->FLEX_SIZE), in TYPED_TEST()
|