Home
last modified time | relevance | path

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

12345

/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()
/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
/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 …]
/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/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()
/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()
H A Ddcamera_source_input_channel_listener.cpp26 DCStreamType streamType) : input_(input), streamType_(streamType) in DCameraSourceInputChannelListener()
/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()
H A Dstream_manager.cpp45 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 Ddcamera_channel_info_cmd.h31 DCameraChannelDetail(std::string dataSessionFlag, DCStreamType streamType) in DCameraChannelDetail()
/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/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/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
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
H A Daudio_capturer.h41 AudioStreamType streamType = STREAM_MEDIA; member
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
H A Ddcameraconfigurestreams_fuzzer.cpp33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/
H A Ddcamerastartcapture_fuzzer.cpp33 const DCStreamType streamType[DC_STREAM_SIZE] = { variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_split_stream_sink.c382 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 Daudio_volume_config.h37 AudioVolumeType streamType; member

12345