Home
last modified time | relevance | path

Searched defs:streamType (Results 1 – 25 of 166) sorted by relevance

1234567

/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_dma_base.c16 int32_t AudioDmaBufAlloc(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaBufAlloc()
24 int32_t AudioDmaBufFree(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaBufFree()
32 int32_t AudioDmaRequestChannel(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaRequestChannel()
40 int32_t AudioDmaConfigChannel(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaConfigChannel()
48 int32_t AudioDmaPrep(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPrep()
56 int32_t AudioDmaSubmit(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaSubmit()
64 int32_t AudioDmaPending(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPending()
72 int32_t AudioDmaPause(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaPause()
80 int32_t AudioDmaResume(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaResume()
88 int32_t AudioDmaPointer(struct PlatformData *data, enum AudioStreamType streamType, uint32_t *point… in AudioDmaPointer()
[all …]
H A Daudio_platform_base.c243 static int32_t AudioDmaBuffStatus(const struct AudioCard *card, enum AudioStreamType streamType) in AudioDmaBuffStatus()
902 static int32_t AudioPcmPending(struct AudioCard *card, enum AudioStreamType streamType) in AudioPcmPending()
931 static int32_t AudioPcmPause(struct AudioCard *card, enum AudioStreamType streamType) in AudioPcmPause()
951 static int32_t AudioPcmResume(struct AudioCard *card, enum AudioStreamType streamType) in AudioPcmResume()
1069 static int32_t AudioDmaConfig(struct PlatformData *data, enum AudioStreamType streamType) in AudioDmaConfig()
1096 static int32_t AudioPcmTransferBytes(struct PlatformData *data, enum AudioStreamType streamType) in AudioPcmTransferBytes()
1302 …t AudioPcmPointer(const struct AudioCard *card, uint32_t *pointer, enum AudioStreamType streamType) in AudioPcmPointer()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DAudioManagerWrapper.java39 void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume()
45 void setStreamVolume(int streamType, int index, @AudioManager.PublicVolumeFlags int flags); in setStreamVolume()
50 int getStreamVolume(int streamType); in getStreamVolume()
55 int getStreamMinVolume(int streamType); in getStreamMinVolume()
60 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
65 boolean isStreamMute(int streamType); in isStreamMute()
70 void setStreamMute(int streamType, boolean state); in setStreamMute()
H A DDefaultAudioManagerWrapper.java45 public void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume()
51 public void setStreamVolume(int streamType, int index, in setStreamVolume()
57 public int getStreamVolume(int streamType) { in getStreamVolume()
62 public int getStreamMinVolume(int streamType) { in getStreamMinVolume()
67 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
72 public boolean isStreamMute(int streamType) { in isStreamMute()
77 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dmuxer_filter_unit_test.cpp122 StreamType streamType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
137 StreamType streamType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
162 StreamType streamType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
186 StreamType streamType = StreamType::STREAMTYPE_ENCODED_AUDIO; variable
214 StreamType streamType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
235 StreamType streamType = StreamType::STREAMTYPE_ENCODED_VIDEO; variable
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeAudioFramework.java79 public void adjustStreamVolume(int streamType, int direction, in adjustStreamVolume()
94 public void setStreamVolume(int streamType, int index, in setStreamVolume()
100 public int getStreamVolume(int streamType) { in getStreamVolume()
105 public int getStreamMinVolume(int streamType) { in getStreamMinVolume()
110 public int getStreamMaxVolume(int streamType) { in getStreamMaxVolume()
115 public boolean isStreamMute(int streamType) { in isStreamMute()
120 public void setStreamMute(int streamType, boolean state) { in setStreamMute()
217 public void setStreamMaxVolume(int streamType, int maxVolume) { in setStreamMaxVolume()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dvolume_data_maintainer.cpp147 bool VolumeDataMaintainer::GetVolume(DeviceType deviceType, AudioStreamType streamType) in GetVolume()
153 bool VolumeDataMaintainer::GetVolumeInternal(DeviceType deviceType, AudioStreamType streamType) in GetVolumeInternal()
181 void VolumeDataMaintainer::SetStreamVolume(AudioStreamType streamType, int32_t volumeLevel) in SetStreamVolume()
187 void VolumeDataMaintainer::SetStreamVolumeInternal(AudioStreamType streamType, int32_t volumeLevel) in SetStreamVolumeInternal()
193 int32_t VolumeDataMaintainer::GetStreamVolume(AudioStreamType streamType) in GetStreamVolume()
199 int32_t VolumeDataMaintainer::GetStreamVolumeInternal(AudioStreamType streamType) in GetStreamVolumeInternal()
211 bool VolumeDataMaintainer::SaveMuteStatus(DeviceType deviceType, AudioStreamType streamType, in SaveMuteStatus()
252 bool VolumeDataMaintainer::SetStreamMuteStatus(AudioStreamType streamType, bool muteStatus) in SetStreamMuteStatus()
260 bool VolumeDataMaintainer::GetMuteStatus(DeviceType deviceType, AudioStreamType streamType) in GetMuteStatus()
289 bool VolumeDataMaintainer::GetStreamMute(AudioStreamType streamType) in GetStreamMute()
[all …]
H A Daudio_adapter_manager.cpp560 bool AudioAdapterManager::GetStreamMute(AudioStreamType streamType) in GetStreamMute()
1209 for (auto &streamType: VOLUME_TYPE_LIST) { in InitVolumeMap() local
1223 for (auto &streamType: VOLUME_TYPE_LIST) { in ResetRemoteCastDeviceVolume() local
1268 for (auto &streamType : VOLUME_TYPE_LIST) { in CloneVolumeMap() local
1294 for (auto &streamType: VOLUME_TYPE_LIST) { in LoadVolumeMap() local
1326 for (auto &streamType : VOLUME_TYPE_LIST) { in InitMuteStatusMap() local
1360 for (auto &streamType : VOLUME_TYPE_LIST) { in SetVolumeCallbackAfterClone() local
1379 for (auto &streamType : VOLUME_TYPE_LIST) { in CloneMuteStatusMap() local
1408 for (auto &streamType: VOLUME_TYPE_LIST) { in LoadMuteStatusMap() local
1786 for (auto streamType : VOLUME_TYPE_LIST) { in InitVolumeMapIndex() local
[all …]
H A Daudio_adapter_manager_handler.cpp54 const AudioStreamType &streamType, const int32_t &volumeLevel) in SendSaveVolume()
64 bool AudioAdapterManagerHandler::SendStreamMuteStatusUpdate(const AudioStreamType &streamType, cons… in SendStreamMuteStatusUpdate()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_dma_ops.c144 int32_t AudioUsbDmaBufAlloc(struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaBufAlloc()
187 int32_t AudioUsbDmaBufFree(struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaBufFree()
254 … struct usb_host_interface *alts, uint32_t epNum, const enum AudioStreamType streamType, int type) in AudioUsbAddEndpoint()
519 struct PcmInfo *pcmInfo, int usbPcmFormat, const enum AudioStreamType streamType) in SeekAudioUsbListFindFormat()
568 int usbPcmFormat, const enum AudioStreamType streamType) in AudioUsbFindFormat()
824 struct AudioUsbFormat *audioUsbFormat, const enum AudioStreamType streamType, uint32_t rate) in AudioUsbSetupEp()
863 int32_t AudioUsbDmaPrep(const struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaPrep()
1033 int32_t AudioUsbDmaSubmit(const struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaSubmit()
1081 int32_t AudioUsbDmaPending(struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaPending()
1108 int32_t AudioUsbDmaPause(struct PlatformData *data, const enum AudioStreamType streamType) in AudioUsbDmaPause()
[all …]
/aosp14/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioProductStrategy.java124 int streamType) { in getAudioAttributesForStrategyWithLegacyStreamType()
147 int streamType = productStrategy.getLegacyStreamTypeForAudioAttributes( in getLegacyStreamTypeForStrategyWithAudioAttributes() local
267 public @Nullable AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType()
317 public int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType()
450 AudioAttributesGroup(int volumeGroupId, int streamType, in AudioAttributesGroup()
503 public boolean supportsStreamType(int streamType) { in supportsStreamType()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/
H A Daudio_volume_change_unit_test.cpp102 AudioStreamType streamType = AudioStreamType::STREAM_MUSIC; variable
138 AudioStreamType streamType = AudioStreamType::STREAM_RING; variable
174 AudioStreamType streamType = AudioStreamType::STREAM_VOICE_CALL; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp290 void DCameraSourceInput::OnSessionState(DCStreamType streamType, int32_t state) in OnSessionState()
318 void DCameraSourceInput::FinshFrameAsyncTrace(DCStreamType streamType) in FinshFrameAsyncTrace()
327 void DCameraSourceInput::OnSessionError(DCStreamType streamType, int32_t eventType, int32_t eventRe… in OnSessionError()
336 void DCameraSourceInput::OnDataReceived(DCStreamType streamType, std::vector<std::shared_ptr<DataBu… in OnDataReceived()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dstream_parser_manager.cpp49 bool StreamParserManager::Init(StreamType streamType) in Init()
75 std::shared_ptr<StreamParserManager> StreamParserManager::Create(StreamType streamType) in Create()
198 bool StreamParserManager::CheckSymbol(void *handler, StreamType streamType) in CheckSymbol()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarVolumizer.java161 public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) { in SeekBarVolumizer()
168 int streamType, in SeekBarVolumizer()
228 private int getVolumeGroupIdForLegacyStreamType(int streamType) { in getVolumeGroupIdForLegacyStreamType()
245 private @NonNull AudioAttributes getAudioAttributesForLegacyStreamType(int streamType) { in getAudioAttributesForLegacyStreamType()
629 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
642 int streamType = intent.getIntExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, -1); in onReceive() local
678 private void updateVolumeSlider(int streamType, int streamValue) { in updateVolumeSlider()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_sasdk.cpp43 bool AudioSaSdk::IsStreamActive(SaSdkAudioVolumeType streamType) in IsStreamActive()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider.h96 static bool GetVolumeIndex(AudioVolumeType streamType, DeviceGroup deviceGroup, size_t &index) in GetVolumeIndex()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packetizer.h29 StreamPacketizer(int streamType, std::unique_ptr<IStream> data) in StreamPacketizer()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_channel_info_cmd.h31 DCameraChannelDetail(std::string dataSessionFlag, DCStreamType streamType) in DCameraChannelDetail()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/
H A Dstream_manager_test.cpp84 int streamType = 12; variable
118 int streamType = 12; variable
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp25 bool AudioPlayer::InitRenderer(const wav_hdr &wavHeader, AudioStandard::AudioStreamType streamType) in InitRenderer()
119 int32_t AudioPlayer::Play(const std::string &path, AudioStandard::AudioStreamType streamType, Playe… in Play()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_source_data_process.h30 DCEncodeType encodeType, DCStreamType streamType) in DCameraStreamConfig()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/
H A Dvtpstreamsocket_fuzzer.cpp34 int streamType = *(reinterpret_cast<const int*>(data)); in VtpCreateClientTest() local
48 int streamType = *(reinterpret_cast<const int*>(data)); in VtpCreateServerTest() local
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl107 void setStreamVolumeWithAttribution(int streamType, int index, int flags, in setStreamVolumeWithAttribution()
121 boolean isStreamMute(int streamType); in isStreamMute()
132 int getStreamVolume(int streamType); in getStreamVolume()
134 int getStreamMinVolume(int streamType); in getStreamMinVolume()
137 int getStreamMaxVolume(int streamType); in getStreamMaxVolume()
163 int getLastAudibleStreamVolume(int streamType); in getLastAudibleStreamVolume()
261 void forceVolumeControlStream(int streamType, IBinder cb); in forceVolumeControlStream()
271 int getStreamTypeAlias(int streamType); in getStreamTypeAlias()
296 boolean isStreamAffectedByRingerMode(int streamType); in isStreamAffectedByRingerMode()
298 boolean isStreamAffectedByMute(int streamType); in isStreamAffectedByMute()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h41 AudioStreamType streamType = STREAM_MEDIA; member

1234567