Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp80 return mAttrib; 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()
245 attrib_t mAttrib; member in C2InterfaceHelper::ParamHelper::Impl
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib; member
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp61 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp66 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()