/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 44 @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/ |
D | C2InterfaceHelper.cpp | 80 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/ |
D | C2SoftRawDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 62 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Interface.h | 136 std::shared_ptr<C2ComponentAttributesSetting> mAttrib; member
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftAmrDec.cpp | 68 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftAmrWbEnc.cpp | 55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 53 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftFlacEnc.cpp | 54 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.h | 254 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftVpxDec.cpp | 63 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 57 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftOpusEnc.cpp | 60 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 61 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 56 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacEnc.cpp | 55 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 71 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftMpeg4Dec.cpp | 70 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 45 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 47 addParameter(DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 64 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
D | C2SoftHevcEnc.cpp | 111 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 67 DefineParam(mAttrib, C2_PARAMKEY_COMPONENT_ATTRIBUTES) in IntfImpl()
|