Home
last modified time | relevance | path

Searched defs:maxChannels (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java196 public WifiNative.BucketSettings createBucketSettings(int bucketId, int maxChannels) { in createBucketSettings()
341 public void setMaxChannelsPerBucket(int maxChannels) { in setMaxChannelsPerBucket()
DChannelHelper.java257 public abstract void fillBucketSettings(WifiNative.BucketSettings bucket, int maxChannels); in fillBucketSettings()
DKnownBandsChannelHelper.java450 public void fillBucketSettings(WifiNative.BucketSettings bucketSettings, int maxChannels) { in fillBucketSettings()
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dalloc.c31 uint8_t maxChannels, uint8_t pcmStride) { in OI_CODEC_SBC_Alloc()
Ddecoder-private.c45 uint32_t decoderDataBytes, OI_BYTE maxChannels, in internal_DecoderReset()
Ddecoder-sbc.c235 uint32_t decoderDataBytes, uint8_t maxChannels, in OI_CODEC_SBC_DecoderReset()
/aosp_15_r20/frameworks/av/media/libaudioprocessing/tests/fuzzer/
H A Dlibaudioprocessing_record_buffer_converter_fuzzer.cpp133 const int maxChannels = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/aac/libAACenc/src/
H A Dmetadata_main.cpp208 UINT maxChannels; /* Maximum number of audio channels to be supported. */ member
386 const UINT maxChannels) { in FDK_MetadataEnc_Open()
H A DaacEnc_ram.h162 INT maxChannels; /* used while allocation */ member
/aosp_15_r20/external/openscreen/cast/protocol/castv2/streaming_examples/
H A Danswer.json13 "maxChannels": 5, number
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/1.0/xml/media_profiles_V1_0.dtd/android_arm64_armv8-2a_cortex-a55/
Dmedia_profiles_V1_0.dtd50 <!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED> attribute
/aosp_15_r20/out/target/product/shiba/system/etc/
Dmedia_profiles_V1_0.dtd50 <!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED> attribute
/aosp_15_r20/out/target/product/shiba/obj/ETC/media_profiles_V1_0.dtd_intermediates/
Dmedia_profiles_V1_0.dtd50 <!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED> attribute
/aosp_15_r20/hardware/interfaces/media/1.0/xml/
H A Dmedia_profiles.dtd50 <!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED> attribute
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DEncoderCapabilities.java103 int minChannels, int maxChannels) { in AudioEncoderCap()
/aosp_15_r20/external/aac/libPCMutils/include/
H A Dlimiter.h121 unsigned int channels, maxChannels; member
/aosp_15_r20/external/aac/libPCMutils/src/
H A Dlimiter.cpp113 FIXP_DBL threshold, unsigned int maxChannels, in pcmLimiter_Create()
/aosp_15_r20/frameworks/av/media/libmedia/
H A DAudioCapabilities.cpp154 int32_t maxChannels = MAX_INPUT_CHANNEL_COUNT; in applyLevelLimits() local
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dsbr.h189 INT maxChannels; member
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libmedia/xsd/media_profiles/gen/cpp/
Dmedia_profiles.cpp629 …optional<int> maxSampleRate, std::optional<int> minChannels, std::optional<int> maxChannels) : nam… in AudioEncoderCap()
749 std::optional<int> maxChannels = std::nullopt; in read() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DChannelPool.java264 int maxChannels = in resize() local
/aosp_15_r20/device/generic/goldfish/wifi/wifi_hal/
Dinterface.cpp171 int maxChannels, in getValidChannels()
/aosp_15_r20/frameworks/av/media/libaudioprocessing/
H A DAudioResampler.cpp271 const int maxChannels = quality < DYN_LOW_QUALITY ? FCC_2 : FCC_LIMIT; in AudioResampler() local
/aosp_15_r20/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc.h212 uint8_t maxChannels; member
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp144 int maxChannels = sProfiles->getAudioEncoderParamByName("enc.aud.ch.max", encoder); in android_media_MediaProfiles_native_get_audio_encoder_cap() local

12345