Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestMeta.cpp39 uint32_t channels = 64; variable
76 int32_t channels = 64; variable
85 uint32_t channels = 64; variable
99 uint32_t channels = 64; variable
119 int32_t channels = 64; variable
169 auto channels = Plugin::AnyCast<uint32_t>(cap->keys[CapabilityID::AUDIO_CHANNELS]); variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp83 std::vector<int> channels = m_apConfigUse->GetChannelFromDrvOrXmlByBand(BandType::BAND_2GHZ); variable
133 std::vector<int> channels = {36, 40, 44, 48, 52, 56}; variable
143 std::vector<int> channels = {36, 165}; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp76 std::vector<int> channels = GetChannelFromDrvOrXmlByBand(BandType::BAND_2GHZ); in GetBestChannelFor2G() local
88 std::vector<int> channels = GetChannelFromDrvOrXmlByBand(BandType::BAND_5GHZ); in GetBestChannelFor5G() local
131 std::vector<int> channels; in GetChannelFromDrvOrXmlByBand() local
300 std::set<int> channels; in ParseCountryPolicyList() local
375 std::vector<int> channels; in ParsePreferredChannelsList() local
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
H A DLineup.java56 public static Lineup createLineup(String id, int type, String name, List<String> channels) { in createLineup()
65 String channels = contentValues.getAsString(EpgContract.Lineups.COLUMN_CHANNELS); in createLineup() local
/aosp12/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp60 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) in openOutputStream()
126 …dioStreamIn* AudioDumpInterface::openInputStream(uint32_t devices, int *format, uint32_t *channels, in openInputStream()
263 uint32_t channels, in AudioStreamOutDump()
324 uint32_t AudioStreamOutDump::channels() const in channels() function in android::AudioStreamOutDump
424 uint32_t channels, in AudioStreamInDump()
527 uint32_t AudioStreamInDump::channels() const in channels() function in android::AudioStreamInDump
H A DAudioHardwareStub.h35 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } in channels() function
52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } in channels() function
H A DAudioHardwareGeneric.h52 virtual uint32_t channels() const { return AudioSystem::CHANNEL_OUT_STEREO; } in channels() function
86 virtual uint32_t channels() const { return AudioSystem::CHANNEL_IN_MONO; } in channels() function
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h139 std::vector<ChannelInfo<FileHandleType>> channels; variable
155 std::vector<ChannelInfo<FileHandleType>> channels; variable
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DLineup.java60 private final List<String> channels; field in Lineup
103 public Lineup(String id, int type, String name, String location, List<String> channels) { in Lineup()
H A DChannelLogoFetcher.java60 public static void startFetchingChannelLogos(Context context, List<Channel> channels) { in startFetchingChannelLogos()
83 private FetchLogoTask(Context context, List<Channel> channels) { in FetchLogoTask()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DIInputFlingerQuery.aidl25 void getInputChannels(out InputChannel[] channels); in getInputChannels()
H A DInputFlingerService_test.cpp106 binder::Status TestInputQuery::getInputChannels(std::vector<::android::InputChannel>* channels) { in getInputChannels()
152 binder::Status TestInputManager::getInputChannels(std::vector<::android::InputChannel>* channels) { in getInputChannels()
209 std::vector<::android::InputChannel> channels; in TEST_F() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/
H A Daudio_ffmpeg_flac_decoder_plugin.h47 int32_t channels; variable
H A Daudio_ffmpeg_mp3_decoder_plugin.h48 int channels; variable
H A Daudio_ffmpeg_amrnb_decoder_plugin.h49 int channels; variable
H A Daudio_ffmpeg_amrwb_decoder_plugin.h49 int channels; variable
/aosp12/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Process.cpp75 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process_CS() local
169 LVM_INT32 channels = pInstance->Params.NrChannels; in LVCS_Process() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.h51 int32_t channels; variable
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DDisambigDialog.java62 @VisibleForTesting public List<Channel> channels; field in DisambigDialog
82 insertOptions(container.findViewById(R.id.communication_avenue_container), channels); in onCreateDialog() local
113 private void insertOptions(LinearLayout container, List<Channel> channels) { in insertOptions()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java61 public static WifiScanner.ScanSettings createRequest(WifiScanner.ChannelSpec[] channels, in createRequest()
175 int period, int reportEvents, WifiScanner.ChannelSpec... channels) { in addBucketWithChannels()
184 int period, int reportEvents, int... channels) { in addBucketWithChannels()
268 int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
277 int nativeScanType, int reportEvents, WifiScanner.ChannelSpec... channels) { in createSingleScanNativeSettingsForChannels()
429 public static WifiScanner.ChannelSpec[] channelsToSpec(int... channels) { in channelsToSpec()
509 public static WifiNative.ChannelSettings[] channelsToNativeSettings(int... channels) { in channelsToNativeSettings()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp48 const auto& channels = profile->getChannels(); in generateOutputDeviceConfigParameters() local
111 const auto& channels = profile->getChannels(); in generateInputDeviceConfigParameters() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.h99 RowPointers(uint32_t width, uint32_t height, uint32_t channels, uint32_t channelSize) in RowPointers()
172 void VerticalFlipRowPointers(T **rowPointers, uint32_t height, uint32_t width, uint32_t channels) in VerticalFlipRowPointers()
189 void VerticalFlipRow(T *rowPointer, uint32_t width, uint32_t channels) in VerticalFlipRow()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Dvolume_tools_c.h27 uint32_t channels; // should be same with AudioStandard::AudioChannel in audio_stream_info.h member
/aosp12/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputSetupActivity.java56 List<ChannelInfo> channels = ChannelUtils.createChannelInfos(context, channelCount); in registerChannels() local
/aosp12/frameworks/base/core/proto/android/app/
H A Dnotification_channel_group.proto38 repeated NotificationChannelProto channels = 5; field

12345678910>>...13