Home
last modified time | relevance | path

Searched defs:mbc (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DDynamicsProcessingTest.java193 DynamicsProcessing.Mbc mbc = mDP.getMbcByChannelIndex(TEST_CHANNEL_INDEX); in test1_3ParametersMbc() local
263 Mbc mbc = mDP.getMbcByChannelIndex(TEST_CHANNEL_INDEX); in test1_6Channel_perStage() local
426 Mbc mbc = new Mbc(mDP.getMbcByChannelIndex(TEST_CHANNEL_INDEX)); in test1_8Channel_setAllChannelsTo() local
480 Mbc mbc = new Mbc(mDP.getMbcByChannelIndex(TEST_CHANNEL_INDEX)); in test1_9Channel_setChannelTo() local
586 Mbc mbc = channel.getMbc(); in test2_1ConfigChannel() local
675 Mbc mbc = config.getMbcByChannelIndex(TEST_CHANNEL_INDEX); in test2_2ConfigChannel_perStage() local
831 Mbc mbc = new Mbc(channel.getMbc()); in test2_4Channel_perStage() local
973 Mbc mbc = new Mbc(inUse, enabled, bandCount); in test2_7Mbc() local
1242 Mbc mbc = new Mbc(config.getMbcByChannelIndex(TEST_CHANNEL_INDEX)); in test3_0Builder_stagesAllChannels() local
1292 Mbc mbc = new Mbc(config.getMbcByChannelIndex(TEST_CHANNEL_INDEX)); in test3_1Builder_stagesByChannelIndex() local
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java1156 public void setMbc(Mbc mbc) { in setMbc()
1559 public void setMbcByChannelIndex(int channelIndex, Mbc mbc) { in setMbcByChannelIndex()
1563 public void setMbcAllChannelsTo(Mbc mbc) { in setMbcAllChannelsTo()
1725 public Builder setMbcByChannelIndex(int channelIndex, Mbc mbc) { in setMbcByChannelIndex()
1730 public Builder setMbcAllChannelsTo(Mbc mbc) { in setMbcAllChannelsTo()
1826 public void setMbcByChannelIndex(int channelIndex, Mbc mbc) { in setMbcByChannelIndex()
1829 public void setMbcAllChannelsTo(Mbc mbc) { in setMbcAllChannelsTo()
1985 Mbc mbc = new Mbc(values[0].intValue() > 0 /* in use */, in queryEngineMbcByChannelIndex() local
2047 private void updateEngineMbcByChannelIndex(int channelIndex, @NonNull Mbc mbc) { in updateEngineMbcByChannelIndex()
2105 Mbc mbc = queryEngineMbcByChannelIndex(channelIndex); in queryEngineByChannelIndex() local
[all …]
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp144 MultifileBlobCache* mbc = getMultifileBlobCacheLocked(); in setBlob() local
179 MultifileBlobCache* mbc = getMultifileBlobCacheLocked(); in getBlob() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DDynamicsProcessing.h55 mbc = 6, enumerator
496 static const inline Tag mbc = Tag::mbc; variable
/aosp_15_r20/external/trusty/musl/src/stdio/
Dungetwc.c10 unsigned char mbc[MB_LEN_MAX]; in ungetwc() local
Dfputwc.c9 char mbc[MB_LEN_MAX]; in __fputwc_unlocked() local
/aosp_15_r20/external/musl/src/stdio/
H A Dungetwc.c10 unsigned char mbc[MB_LEN_MAX]; in ungetwc() local
H A Dfputwc.c9 char mbc[MB_LEN_MAX]; in __fputwc_unlocked() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Diso2022_jp_2.py8 import _multibytecodec as mbc namespace
Dbig5hkscs.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Deuc_jp.py8 import _multibytecodec as mbc namespace
H A Diso2022_jp_3.py8 import _multibytecodec as mbc namespace
H A Dgb2312.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/external/python/cpython2/Lib/encodings/
Diso2022_jp_1.py8 import _multibytecodec as mbc namespace
Dgb2312.py8 import _multibytecodec as mbc namespace
Deuc_jisx0213.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Diso2022_jp_2004.py8 import _multibytecodec as mbc namespace
Diso2022_jp_2.py8 import _multibytecodec as mbc namespace
Dshift_jis.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dbig5hkscs.py8 import _multibytecodec as mbc namespace
Dcp949.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dhz.py8 import _multibytecodec as mbc namespace
Diso2022_jp.py8 import _multibytecodec as mbc namespace
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Diso2022_jp_1.py8 import _multibytecodec as mbc namespace
Diso2022_jp_2.py8 import _multibytecodec as mbc namespace

12345678910>>...13