Home
last modified time | relevance | path

Searched defs:sourceId (Results 1 - 25 of 56) sorted by relevance

123

/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h261 SetAudioDataSource(const std::shared_ptr<IAudioDataSource>& audioSource, int32_t& sourceId) SetAudioDataSource() argument
[all...]
H A Di_recorder_profiles_service.h39 int32_t sourceId = 0; member
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_recorder_engine.h110 SetAudioDataSource(const std::shared_ptr<IAudioDataSource>& audioSource, int32_t& sourceId) SetAudioDataSource() argument
[all...]
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.h85 int32_t sourceId = 0; member
/foundation/multimedia/player_framework/services/services/recorder_profiles/client/
H A Drecorder_profiles_client.cpp65 bool RecorderProfilesClient::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
72 RecorderProfilesData RecorderProfilesClient::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h32 uint64_t sourceId = 0u; member
H A Dframe_header.h34 uint64_t sourceId = 0; // Indicate where this packet from member
H A Dframe_combiner.cpp64 uint64_t sourceId = inPacketInfo.GetSourceId(); in AssembleFrameFragment() local
128 uint64_t sourceId = inPacketInfo.GetSourceId(); ContinueExistCombineWork() local
[all...]
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp190 bool CastRecorderParam(int32_t sourceId, const RecorderParam& param, HstRecParam& out) in CastRecorderParam() argument
H A Dhirecorder_impl.cpp81 int32_t HiRecorderImpl::SetAudioSource(AudioSourceType source, int32_t& sourceId) in SetAudioSource() argument
161 int32_t HiRecorderImpl::Configure(int32_t sourceId, cons argument
272 SetParameter(int32_t sourceId, const RecorderParam &recParam) SetParameter() argument
460 SetAudioSourceInternal(AudioSourceType source, int32_t sourceId) SetAudioSourceInternal() argument
487 SetVideoSourceInternal(VideoSourceType source, int32_t sourceId) SetVideoSourceInternal() argument
644 CheckParamType(int32_t sourceId, const RecorderParam& recParam) const CheckParamType() argument
[all...]
/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.cpp61 bool RecorderProfilesServer::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
77 RecorderProfilesData RecorderProfilesServer::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
/foundation/multimedia/media_lite/test/unittest/recorder_lite/
H A Drecorder_lite_test.cpp74 int32_t sourceId = 0; in HWTEST_F() local
103 int32_t sourceId = 0; in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
111 std::shared_ptr<VideoRecorderProfile> RecorderProfilesImpl::GetVideoRecorderProfile(int32_t sourceId, in GetVideoRecorderProfile() argument
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/unittest/ringtone_player_test/src/
H A Dringtone_player_unit_test.cpp311 int32_t sourceId = 1; in HWTEST() local
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp79 int32_t sourceId = 0; in HWTEST_F() local
92 int32_t sourceId = -1; in HWTEST_F() local
184 int32_t sourceId = 0; in HWTEST_F() local
211 int32_t sourceId = -1; in HWTEST_F() local
[all...]
/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/
H A Drecorder_profiles_service_proxy.cpp55 bool RecorderProfilesServiceProxy::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
72 RecorderProfilesData RecorderProfilesServiceProxy::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
H A Drecorder_profiles_service_stub.cpp109 bool RecorderProfilesServiceStub::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() argument
115 RecorderProfilesData RecorderProfilesServiceStub::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t qualityLevel) in GetVideoRecorderProfileInfo() argument
146 int32_t sourceId = data.ReadInt32(); in HasVideoRecorderProfile() local
154 int32_t sourceId = data.ReadInt32(); in GetVideoRecorderProfileInfo() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DDependencyGraph.java37 void addAlias(String sourceId, String targetId) { in addAlias() argument
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp77 int32_t sourceId = curPlayerIndex_; in RegisterSourceWithEffectId() local
99 int32_t sourceId = curPlayerIndex_; in RegisterSource() local
124 CheckAudioLatencyMode(const int32_t &sourceId, const AudioLatencyMode &latencyMode) CheckAudioLatencyMode() argument
141 SetAudioLatencyMode(const int32_t &sourceId, const AudioLatencyMode &latencyMode) SetAudioLatencyMode() argument
[all...]
/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/
H A Daudio_haptic_unit_test.cpp114 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); in HWTEST_F() local
131 int32_t sourceId = g_audioHapticManager->RegisterSourceWithEffectId(audioUri, effectId); in HWTEST_F() local
148 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); in HWTEST_F() local
164 int32_t sourceId in HWTEST_F() local
180 int32_t sourceId = g_audioHapticManager->RegisterSourceWithEffectId(audioUri, effectId); HWTEST_F() local
198 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
219 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
236 int32_t sourceId = -1; HWTEST_F() local
253 int32_t sourceId = g_audioHapticManager->RegisterSourceWithEffectId(audioUri, effectId); HWTEST_F() local
274 int32_t sourceId = g_audioHapticManager->RegisterSourceWithEffectId(audioUri, effectId); HWTEST_F() local
295 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
321 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
347 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
373 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
399 int32_t sourceId = -1; HWTEST_F() local
418 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
451 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
484 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
517 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, hapticUri); HWTEST_F() local
571 int32_t sourceId = g_audioHapticManager->RegisterSource(audioUri, newHapticUri); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Droute_head_handler_impl.h42 char sourceId[MAX_DEVICE_ID]; member
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
H A DActsMediaRecorderTest.cpp71 int32_t sourceId = 0; in HWTEST_F() local
100 int32_t sourceId = 0; in HWTEST_F() local
127 int32_t sourceId = 0; in HWTEST_F() local
158 int32_t sourceId = 0; in HWTEST_F() local
191 int32_t sourceId = 0; in HWTEST_F() local
225 int32_t sourceId = 0; HWTEST_F() local
261 int32_t sourceId = 0; HWTEST_F() local
292 int32_t sourceId = 0; HWTEST_F() local
325 int32_t sourceId = 0; HWTEST_F() local
356 int32_t sourceId = 0; HWTEST_F() local
389 int32_t sourceId = 0; HWTEST_F() local
419 int32_t sourceId = 0; HWTEST_F() local
451 int32_t sourceId = 0; HWTEST_F() local
485 int32_t sourceId = 0; HWTEST_F() local
519 int32_t sourceId = 0; HWTEST_F() local
553 int32_t sourceId = 0; HWTEST_F() local
590 int32_t sourceId = 0; HWTEST_F() local
607 int32_t sourceId = 0; HWTEST_F() local
624 int32_t sourceId = 0; HWTEST_F() local
641 int32_t sourceId = 0; HWTEST_F() local
677 int32_t sourceId = 0; HWTEST_F() local
694 int32_t sourceId = 10000; HWTEST_F() local
709 int32_t sourceId = 0; HWTEST_F() local
726 int32_t sourceId = 0; HWTEST_F() local
743 int32_t sourceId = 0; HWTEST_F() local
760 int32_t sourceId = 0; HWTEST_F() local
779 int32_t sourceId = 0; HWTEST_F() local
798 int32_t sourceId = 10000; HWTEST_F() local
815 int32_t sourceId = 0; HWTEST_F() local
832 int32_t sourceId = 0; HWTEST_F() local
849 int32_t sourceId = 0; HWTEST_F() local
867 int32_t sourceId = 0; HWTEST_F() local
885 int32_t sourceId = 10000; HWTEST_F() local
901 int32_t sourceId = 0; HWTEST_F() local
919 int32_t sourceId = 0; HWTEST_F() local
937 int32_t sourceId = 10000; HWTEST_F() local
953 int32_t sourceId = 0; HWTEST_F() local
971 int32_t sourceId = 10000; HWTEST_F() local
987 int32_t sourceId = 0; HWTEST_F() local
1034 int32_t sourceId; HWTEST_F() local
1635 int32_t sourceId = 0; HWTEST_F() local
1655 int32_t sourceId = 0; HWTEST_F() local
1673 int32_t sourceId = 10000; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/
H A Daudio_encoder_filter.cpp58 ErrorCode AudioEncoderFilter::SetAudioEncoder(int32_t sourceId, std::shared_ptr<Plugin::Meta> encoderMeta) in SetAudioEncoder() argument
/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Di_standard_recorder_service.h41 SetCaptureRate(int32_t sourceId, double fps) SetCaptureRate() argument
[all...]
/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp28 int32_t Recorder::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() argument
37 int32_t Recorder::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() argument
46 int32_t Recorder::SetVideoSize(int32_t sourceId, int32_t width, int32_t height) in SetVideoSize() argument
54 int32_t Recorder::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() argument
63 int32_t Recorder::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() argument
72 SetCaptureRate(int32_t sourceId, double fps) SetCaptureRate() argument
81 GetSurface(int32_t sourceId) GetSurface() argument
90 SetAudioSource(AudioSourceType source, int32_t &sourceId) SetAudioSource() argument
99 SetAudioEncoder(int32_t sourceId, AudioCodecFormat encoder) SetAudioEncoder() argument
108 SetAudioSampleRate(int32_t sourceId, int32_t rate) SetAudioSampleRate() argument
113 SetAudioChannels(int32_t sourceId, int32_t num) SetAudioChannels() argument
122 SetAudioEncodingBitRate(int32_t sourceId, int32_t bitRate) SetAudioEncodingBitRate() argument
131 SetDataSource(DataSourceType dataType, int32_t &sourceId) SetDataSource() argument
283 SetParameter(int32_t sourceId, const Format &format) SetParameter() argument
[all...]

Completed in 12 milliseconds

123