/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/ |
H A D | audio_dma_base.c | 16 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 D | audio_platform_base.c | 243 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()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | muxer_filter_unit_test.cpp | 122 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
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | volume_data_maintainer.cpp | 147 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 D | audio_adapter_manager.cpp | 560 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 D | audio_adapter_manager_handler.cpp | 54 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 D | audio_usb_dma_ops.c | 144 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 …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/ |
H A D | audio_volume_change_unit_test.cpp | 102 AudioStreamType streamType = AudioStreamType::STREAM_MUSIC; variable 138 AudioStreamType streamType = AudioStreamType::STREAM_RING; variable 174 AudioStreamType streamType = AudioStreamType::STREAM_VOICE_CALL; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | stream_parser_manager.cpp | 49 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()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input.cpp | 290 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()
|
H A D | dcamera_source_input_channel_listener.cpp | 26 DCStreamType streamType) : input_(input), streamType_(streamType) in DCameraSourceInputChannelListener()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_sasdk.cpp | 43 bool AudioSaSdk::IsStreamActive(SaSdkAudioVolumeType streamType) in IsStreamActive()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | i_policy_provider.h | 96 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 D | stream_packetizer.h | 29 StreamPacketizer(int streamType, std::unique_ptr<IStream> data) in StreamPacketizer()
|
H A D | stream_manager.cpp | 45 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamClientChannel() 76 int streamType, std::pair<uint8_t*, uint32_t> sessionKey) in CreateStreamServerChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | dcamera_channel_info_cmd.h | 31 DCameraChannelDetail(std::string dataSessionFlag, DCStreamType streamType) in DCameraChannelDetail()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/ |
H A D | icamera_source_data_process.h | 30 DCEncodeType encodeType, DCStreamType streamType) in DCameraStreamConfig()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_manager_test/ |
H A D | stream_manager_test.cpp | 84 int streamType = 12; variable 118 int streamType = 12; variable
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_player.cpp | 25 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/communication/dsoftbus/tests/sdk/transmission/fuzztest/vtpstreamsocket_fuzzer/ |
H A D | vtpstreamsocket_fuzzer.cpp | 34 int streamType = *(reinterpret_cast<const int*>(data)); in VtpCreateClientTest() local 48 int streamType = *(reinterpret_cast<const int*>(data)); in VtpCreateServerTest() local
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/ |
H A D | audio_capturer.h | 41 AudioStreamType streamType = STREAM_MEDIA; member
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/ |
H A D | dcameraconfigurestreams_fuzzer.cpp | 33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/ |
H A D | dcamerastartcapture_fuzzer.cpp | 33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | module_split_stream_sink.c | 382 static int IsPeekCurrentSinkInput(char *streamType, const char *usageStr) in IsPeekCurrentSinkInput() 411 …SplitFillMixInfo(pa_sink *s, size_t *length, pa_mix_info *info, unsigned maxInfo, char *streamType) in SplitFillMixInfo() 496 static unsigned SplitPaSinkRender(pa_sink *s, size_t length, pa_memchunk *result, char *streamType) in SplitPaSinkRender() 592 static void SplitPaSinkRenderInto(pa_sink *s, pa_memchunk *target, char *streamType) in SplitPaSinkRenderInto() 628 static void SplitPaSinkRenderIntoFull(pa_sink *s, pa_memchunk *target, char *streamType) in SplitPaSinkRenderIntoFull() 663 …ic unsigned SplitPaSinkRenderFull(pa_sink *s, size_t length, pa_memchunk *result, char *streamType) in SplitPaSinkRenderFull() 793 static void ProcessSplitHdiRender(struct userdata *u, pa_memchunk *chunk, char *streamType) in ProcessSplitHdiRender() 852 …_t SplitRenderWrite(struct RendererSinkAdapter *sinkAdapter, pa_memchunk *pchunk, char *streamType) in SplitRenderWrite()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_volume_config.h | 37 AudioVolumeType streamType; member
|