Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp101 DefineParam(mMaxChannelCount, C2_PARAMKEY_MAX_CHANNEL_COUNT) in IntfImpl()
103 .withFields({C2F(mMaxChannelCount, value).inRange(1, MAX_CHANNEL_COUNT)}) in IntfImpl()
104 .withSetter(Setter<decltype(*mMaxChannelCount)>::StrictValueWithNoDeps) in IntfImpl()
260 u_int32_t getMaxChannelCount() const { return mMaxChannelCount->value; } in getMaxChannelCount()
277 std::shared_ptr<C2StreamMaxChannelCountInfo::input> mMaxChannelCount; member in android::C2SoftAacDec::IntfImpl