Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java44 @NonNull private final ResolvingAttributeSet mAttrib; field in BridgeXmlBlockParser
72 mAttrib = new BridgeXmlPullAttributes(parser, context, mFileResourceNamespace); in BridgeXmlBlockParser()
77 mAttrib = new NopAttributeSet(); in BridgeXmlBlockParser()
410 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue()
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue()
421 return mAttrib.getAttributeFloatValue(index, defaultValue); in getAttributeFloatValue()
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue()
431 return mAttrib.getAttributeIntValue(index, defaultValue); in getAttributeIntValue()
436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue); in getAttributeIntValue()
441 return mAttrib.getAttributeListValue(index, options, defaultValue); in getAttributeListValue()
[all …]
/frameworks/av/media/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
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp62 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib; member
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftAmrDec.cpp68 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftAmrWbEnc.cpp55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftFlacEnc.cpp54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h254 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftVpxDec.cpp63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftOpusEnc.cpp60 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp61 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp56 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp71 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftMpeg4Dec.cpp70 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp45 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp47 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp64 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
DC2SoftHevcEnc.cpp111 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp67 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()

12