Searched refs:attrib_t (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 350 typedef C2ParamDescriptor::attrib_t attrib_t; 351 attrib_t& attrib(); 453 attrib() = attrib_t::IS_PERSISTENT; 458 attrib() |= attrib_t::IS_REQUIRED; 464 attrib() &= ~attrib_t::IS_PERSISTENT; 470 attrib() |= attrib_t::IS_HIDDEN; 476 attrib() |= attrib_t::IS_INTERNAL; 511 attrib() |= attrib_t::IS_CONST; 543 attrib() |= attrib_t::IS_STRICT; 625 attrib() |= attrib_t::IS_READ_ONLY;
|
/hardware/google/av/codec2/vndk/internal/ |
D | C2ParamInternal.h | 107 typedef C2ParamDescriptor::attrib_t attrib_t; typedef
|
/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 79 C2InterfaceHelper::ParamHelper::attrib_t& attrib() { in attrib() 86 index(), (C2ParamDescriptor::attrib_t)mAttrib, in build() 178 } else if (mAttrib & attrib_t::IS_CONST) { in setFields() 213 mAttrib |= attrib_t::IS_CONST; in validate() 218 if (mAttrib & attrib_t::IS_CONST) { in validate() 240 typedef _C2ParamInspector::attrib_t attrib_t; typedef in C2InterfaceHelper::ParamHelper::Impl 245 attrib_t mAttrib; 268 C2InterfaceHelper::ParamHelper::attrib_t& C2InterfaceHelper::ParamHelper::attrib() { in attrib()
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 148 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY, 188 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY, 208 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY,
|
D | ReflectedParamUpdater.h | 95 void addStandardParam(const std::string &name, C2ParamDescriptor::attrib_t attrib =
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 400 enum attrib_t : uint64_t;
|
D | C2Param.h | 1225 enum attrib_t : uint32_t { 1238 C2Param::Index index, attrib_t attrib, C2StringLiteral name) 1244 C2Param::Index index, attrib_t attrib, C2String &&name, 1260 DEFINE_ENUM_OPERATORS(::C2ParamDescriptor::attrib_t)
|
D | C2Config.h | 334 C2ENUM(C2Component::attrib_t, uint64_t, 339 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Component::attrib_t>, kParamIndexAttributes>
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 502 static_cast<C2ParamDescriptor::attrib_t>(s.attrib), in objcpy()
|