Home
last modified time | relevance | path

Searched refs:C2_PARAMKEY_PROFILE_LEVEL (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp122 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
138 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
H A DC2SoftMpeg4Dec.cpp88 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
110 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp80 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
151 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
H A DC2SoftVpxEnc.h329 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp90 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
H A DC2SoftAacDec.cpp129 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp698 add(ConfigMapper(KEY_PROFILE, C2_PARAMKEY_PROFILE_LEVEL, "profile") in initializeStandardParams()
717 add(ConfigMapper(KEY_LEVEL, C2_PARAMKEY_PROFILE_LEVEL, "level") in initializeStandardParams()
736 add(ConfigMapper(KEY_AAC_PROFILE, C2_PARAMKEY_PROFILE_LEVEL, "profile") in initializeStandardParams()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp65 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp65 addParameter(DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp96 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
H A DC2SoftAvcEnc.cpp174 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp78 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
H A DC2SoftHevcEnc.cpp180 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp75 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp125 DefineParam(mProfileLevel, C2_PARAMKEY_PROFILE_LEVEL) in IntfImpl()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Config.h745 constexpr char C2_PARAMKEY_PROFILE_LEVEL[] = "coded.pl"; variable