Home
last modified time | relevance | path

Searched defs:channels (Results 51 – 75 of 198) sorted by relevance

12345678

/aosp12/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp59 static const int channels = 1; // not permitted to be stereo now in main() local
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio_sbc.h40 uint32_t channels; member
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_sbc.h28 uint32_t channels; member
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_audiorecord.cpp77 int32_t channels = -1; in statsd_audiorecord() local
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DOpusHeader.h61 int channels; member
/aosp12/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp56 void resample(int channels, void *output, in resample()
89 void testBufferIncrement(size_t channels, bool useFloat, in testBufferIncrement()
180 void testStopbandDownconversion(size_t channels, in testStopbandDownconversion()
249 size_t channels, unsigned inputFreq, unsigned outputFreq, in testFilterResponse()
/aosp12/packages/apps/TV/src/com/android/tv/recommendation/
H A DRecommender.java191 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordLoaded() local
208 List<ChannelRecord> channels = new ArrayList<>(mDataManager.getChannelRecords()); in onChannelRecordChanged() local
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCustomizeChannelListFragment.java189 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupBySource() local
212 ArrayList<Channel> channels = new ArrayList<>(mChannels); in addItemForGroupByHdSd() local
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscancommand.h39 wifi_channel channels[]; member
58 wifi_channel *channels; member
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java244 final ArraySet<String> channels = mUijNotificationChannels.get(userId, packageName); in isNotificationChannelAssociatedWithAnyUserInitiatedJobs() local
312 ArraySet<String> channels = mUijNotificationChannels.get(userId, packageName); in maybeDeleteNotificationChannelAssociation() local
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioProfile.h54 bool supportsChannels(audio_channel_mask_t channels) const in supportsChannels()
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
H A DEpgContract.java64 public static String toChannelString(List<String> channels) { in toChannelString()
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c436 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_buffer() local
474 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_transfer() local
496 int channels = (pcm->flags & PCM_MONO) ? 1 : 2; in mmap_transfer_capture() local
575 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); in pcm_write_nmmap() local
H A Daplay.c91 int channels = (pcm->flags & PCM_MONO) ? 1 : ((pcm->flags & PCM_5POINT1)? 6 : 2 ); in set_params() local
164 static int play_file(unsigned rate, unsigned channels, int fd, in play_file()
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DResizeImageOps.cpp73 const int channels = getSizeOfDimension(inputShape, 3); in resizeNearestNeighbor() local
244 uint32_t channels = getSizeOfDimension(input, useNchw ? 1 : 3); in prepare() local
/aosp12/frameworks/base/services/core/java/com/android/server/powerstats/
H A DStatsPullAtomCallbackImpl.java66 Channel[] channels = mPowerStatsInternal.getEnergyMeterInfo(); in initPullOnDevicePowerMeasurement() local
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DStatsPullAtomCallbackImpl.java66 Channel[] channels = mPowerStatsInternal.getEnergyMeterInfo(); in initPullOnDevicePowerMeasurement() local
/aosp12/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp155 uint32_t *channels, in openOutputStreamWithFlags()
H A DA2dpAudioInterface.cpp65 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) in openOutputStream()
108 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status, in openInputStream()
H A DAudioHardwareGeneric.cpp68 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) in openOutputStream()
102 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, in openInputStream()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java324 @Nullable String passphrase, boolean hiddenSsid, @NonNull SparseIntArray channels, in SoftApConfiguration()
1116 SparseIntArray channels = new SparseIntArray(bands.length); in setBands() local
1215 public Builder setChannels(@NonNull SparseIntArray channels) { in setChannels()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcherImpl.java177 HashSet<Channel> channels = new HashSet<>(); in getExistingChannelsForMyPackage() local
567 Set<Channel> channels = getExistingChannelsFor(epgInput.getInputId()); in doInBackground() local
666 final Set<EpgReader.EpgChannel> channels = in fetchEpgFor() local
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamOutALSA.cpp65 uint32_t AudioStreamOutALSA::channels() const in channels() function in android_audio_legacy::AudioStreamOutALSA
H A DAudioUtil.cpp125 unsigned char channels[16]; in getHDMIAudioSinkCaps() local
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
H A DEpgFetcherImplTest.java291 protected void insertTestChannels(String inputId, Channel... channels) { in insertTestChannels()

12345678