Searched refs:mAacFormat (Results 1 – 2 of 2) sorted by relevance
120 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
116 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