Home
last modified time | relevance | path

Searched refs:mAacFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp120 DefineParam(mAacFormat, C2_PARAMKEY_AAC_PACKAGING) in IntfImpl()
122 .withFields({C2F(mAacFormat, value).oneOf({ in IntfImpl()
125 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps) in IntfImpl()
226 bool isAdts() const { return mAacFormat->value == C2Config::AAC_PACKAGING_ADTS; } in isAdts()
247 std::shared_ptr<C2StreamAacFormatInfo::input> mAacFormat; member in android::C2SoftAacDec::IntfImpl
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp116 DefineParam(mAacFormat, C2_PARAMKEY_AAC_PACKAGING) in IntfImpl()
118 .withFields({C2F(mAacFormat, value).oneOf({ in IntfImpl()
121 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps) in IntfImpl()
203 bool isAdts() const { return mAacFormat->value == C2Config::AAC_PACKAGING_ADTS; } in isAdts()
222 std::shared_ptr<C2StreamAacFormatInfo::input> mAacFormat; member in android::C2SoftXaacDec::IntfImpl