Searched refs:mChannelCount (Results 1 - 14 of 14) sorted by relevance

/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.cpp69 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
71 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
72 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
89 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftRawDec::IntfImpl
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp63 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
65 .withFields({C2F(mChannelCount, value).equalTo(1)})
66 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
91 uint32_t getChannelCount() const { return mChannelCount->value; }
100 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount; member in class:android::C2SoftAmrNbEnc::IntfImpl
H A DC2SoftAmrWbEnc.cpp65 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
67 .withFields({C2F(mChannelCount, value).equalTo(1)})
68 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
93 uint32_t getChannelCount() const { return mChannelCount->value; }
102 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount; member in class:android::C2SoftAmrWbEnc::IntfImpl
H A DC2SoftAmrDec.cpp88 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
90 .withFields({C2F(mChannelCount, value).equalTo(1)})
91 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
113 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftAmrDec::IntfImpl
/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.cpp77 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
79 .withFields({C2F(mChannelCount, value).equalTo(1)})
80 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
97 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftG711Dec::IntfImpl
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.cpp68 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
70 .withFields({C2F(mChannelCount, value).equalTo(1)})
71 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
88 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftGsmDec::IntfImpl
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.cpp71 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
73 .withFields({C2F(mChannelCount, value).inRange(1, 6)})
74 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
86 uint32_t getChannelCount() const { return mChannelCount->value; }
95 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount; member in class:android::C2SoftAacEnc::IntfImpl
H A DC2SoftAacDec.cpp92 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
94 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
95 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
123 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftAacDec::IntfImpl
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacEnc.cpp60 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
62 .withFields({C2F(mChannelCount, value).inRange(1, 2)})
63 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
78 uint32_t getChannelCount() const { return mChannelCount->value; }
87 std::shared_ptr<C2StreamChannelCountInfo::input> mChannelCount; member in class:android::C2SoftFlacEnc::IntfImpl
H A DC2SoftFlacDec.cpp69 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
71 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
72 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
89 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftFlacDec::IntfImpl
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.cpp73 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
75 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
76 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
93 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftOpusDec::IntfImpl
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.cpp77 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
79 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
80 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
97 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftVorbisDec::IntfImpl
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.cpp73 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
75 .withFields({C2F(mChannelCount, value).inRange(1, 2)})
76 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
93 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftMP3::IntfImpl
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp95 DefineParam(mChannelCount, C2_NAME_STREAM_CHANNEL_COUNT_SETTING)
97 .withFields({C2F(mChannelCount, value).inRange(1, 8)})
98 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
127 std::shared_ptr<C2StreamChannelCountInfo::output> mChannelCount; member in class:android::C2SoftXaacDec::IntfImpl

Completed in 112 milliseconds