/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/ |
H A D | recorder_client.cpp | 33 int32_t Recorder::RecorderClient::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 42 int32_t Recorder::RecorderClient::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() 60 int32_t Recorder::RecorderClient::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 69 int32_t Recorder::RecorderClient::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 78 int32_t Recorder::RecorderClient::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 87 std::shared_ptr<OHOS::Surface> Recorder::RecorderClient::GetSurface(int32_t sourceId) in GetSurface() 96 int32_t Recorder::RecorderClient::SetAudioSource(AudioSourceType source, int32_t &sourceId) in SetAudioSource() 114 int32_t Recorder::RecorderClient::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 123 int32_t Recorder::RecorderClient::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 141 int32_t Recorder::RecorderClient::SetDataSource(DataSourceType source, int32_t &sourceId) in SetDataSource() [all …]
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/ |
H A D | recorder.cpp | 28 int32_t Recorder::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 37 int32_t Recorder::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() 54 int32_t Recorder::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 63 int32_t Recorder::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 72 int32_t Recorder::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 81 std::shared_ptr<OHOS::Surface> Recorder::GetSurface(int32_t sourceId) in GetSurface() 90 int32_t Recorder::SetAudioSource(AudioSourceType source, int32_t &sourceId) in SetAudioSource() 108 int32_t Recorder::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 113 int32_t Recorder::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 131 int32_t Recorder::SetDataSource(DataSourceType dataType, int32_t &sourceId) in SetDataSource() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/ |
H A D | recorder_impl.cpp | 75 int32_t RecorderImpl::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 99 int32_t RecorderImpl::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 115 int32_t RecorderImpl::RecorderImpl::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() 131 int32_t RecorderImpl::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 139 sptr<OHOS::Surface> RecorderImpl::GetSurface(int32_t sourceId) in GetSurface() 148 sptr<OHOS::Surface> RecorderImpl::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 173 int32_t RecorderImpl::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 181 int32_t RecorderImpl::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 197 int32_t RecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 205 int32_t RecorderImpl::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/ |
H A D | recorder_client.cpp | 112 int32_t RecorderClient::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 121 int32_t RecorderClient::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 130 int32_t RecorderClient::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() 149 int32_t RecorderClient::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 159 int32_t RecorderClient::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() 198 int32_t RecorderClient::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 207 sptr<OHOS::Surface> RecorderClient::GetSurface(int32_t sourceId) in GetSurface() 216 sptr<OHOS::Surface> RecorderClient::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 243 int32_t RecorderClient::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 252 int32_t RecorderClient::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_mock.cpp | 103 int32_t RecorderMock::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 109 int32_t RecorderMock::SetAudioSource(AudioSourceType source, int32_t &sourceId) in SetAudioSource() 115 int32_t RecorderMock::SetDataSource(DataSourceType dataType, int32_t &sourceId) in SetDataSource() 139 int32_t RecorderMock::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 145 int32_t RecorderMock::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 151 int32_t RecorderMock::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 157 OHOS::sptr<OHOS::Surface> RecorderMock::GetSurface(int32_t sourceId) in GetSurface() 163 OHOS::sptr<OHOS::Surface> RecorderMock::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 175 int32_t RecorderMock::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 181 int32_t RecorderMock::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/ |
H A D | audio_haptic_unit_test.cpp | 101 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 135 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 151 int32_t sourceId = -1; variable 185 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 206 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 223 int32_t sourceId = -1; variable 282 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 308 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 334 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable 360 … int32_t sourceId = AudioHapticUnitTest::g_audioHapticManager->RegisterSource(audioUri, hapticUri); variable [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | recorder_service_stub.cpp | 528 int32_t sourceId = 0; in SetVideoSource() local 537 int32_t sourceId = data.ReadInt32(); in SetVideoEncoder() local 546 int32_t sourceId = data.ReadInt32(); in SetVideoSize() local 555 int32_t sourceId = data.ReadInt32(); in SetVideoFrameRate() local 563 int32_t sourceId = data.ReadInt32(); in SetVideoEncodingBitRate() local 571 int32_t sourceId = data.ReadInt32(); in SetVideoIsHdr() local 579 int32_t sourceId = data.ReadInt32(); in SetVideoEnableTemporalScale() local 587 int32_t sourceId = data.ReadInt32(); in SetMetaConfigs() local 597 int32_t sourceId = 0; in SetMetaSource() local 661 int32_t sourceId = 0; in SetAudioSource() local [all …]
|
H A D | recorder_service_proxy.cpp | 55 int32_t RecorderServiceProxy::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 110 int32_t RecorderServiceProxy::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 128 int32_t RecorderServiceProxy::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 146 int32_t RecorderServiceProxy::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() 182 int32_t RecorderServiceProxy::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() 199 int32_t RecorderServiceProxy::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 271 int32_t RecorderServiceProxy::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 289 sptr<OHOS::Surface> RecorderServiceProxy::GetSurface(int32_t sourceId) in GetSurface() 312 sptr<OHOS::Surface> RecorderServiceProxy::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 371 int32_t RecorderServiceProxy::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
H A D | recorder_profiles_unit_test.cpp | 79 int32_t sourceId = 0; variable 92 int32_t sourceId = -1; variable 184 int32_t sourceId = 0; variable 211 int32_t sourceId = -1; variable
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
H A D | recorder_service.cpp | 96 int32_t sourceId; in Dispatch() local 105 int32_t sourceId; in Dispatch() local 114 int32_t sourceId; in Dispatch() local 122 int32_t sourceId; in Dispatch() local 139 int32_t sourceId; in Dispatch() local 147 int32_t sourceId; in Dispatch() local 156 int32_t sourceId; in Dispatch() local 165 int32_t sourceId; in Dispatch() local
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_impl.cpp | 196 bool RecorderImpl::GetIndexBySourceID(int32_t sourceId, uint32_t &validIndex) in GetIndexBySourceID() 230 int32_t RecorderImpl::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 299 int32_t RecorderImpl::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 320 int32_t RecorderImpl::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 341 int32_t RecorderImpl::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 362 int32_t RecorderImpl::SetOrientationHint(int32_t sourceId, int32_t degree) in SetOrientationHint() 382 std::shared_ptr<OHOS::Surface> RecorderImpl::GetSurface(int32_t sourceId) in GetSurface() 481 int32_t RecorderImpl::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 502 int32_t RecorderImpl::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 544 int32_t RecorderImpl::SetDataSource(DataSourceType source, int32_t &sourceId) in SetDataSource() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 79 static inline MetaSourceType GetMetaSourceType(int32_t sourceId) in GetMetaSourceType() 107 int32_t HiRecorderImpl::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 157 int32_t HiRecorderImpl::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 187 int32_t HiRecorderImpl::SetAudioSource(AudioSourceType source, int32_t &sourceId) in SetAudioSource() 216 …erImpl::SetAudioDataSource(const std::shared_ptr<IAudioDataSource>& audioSource, int32_t& sourceId) in SetAudioDataSource() 253 int32_t HiRecorderImpl::Configure(int32_t sourceId, const RecorderParam &recParam) in Configure() 299 sptr<Surface> HiRecorderImpl::GetSurface(int32_t sourceId) in GetSurface() 311 sptr<Surface> HiRecorderImpl::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 486 int32_t HiRecorderImpl::SetParameter(int32_t sourceId, const RecorderParam &recParam) in SetParameter() 714 void HiRecorderImpl::ConfigureMeta(int32_t sourceId, const RecorderParam &recParam) in ConfigureMeta() [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 81 int32_t HiRecorderImpl::SetAudioSource(AudioSourceType source, int32_t& sourceId) in SetAudioSource() 102 int32_t HiRecorderImpl::SetVideoSource(VideoSourceType source, int32_t& sourceId) in SetVideoSource() 126 sptr<Surface> HiRecorderImpl::GetSurface(int32_t sourceId) in GetSurface() 161 int32_t HiRecorderImpl::Configure(int32_t sourceId, const RecorderParam& recParam) in Configure() 272 int32_t HiRecorderImpl::SetParameter(int32_t sourceId, const RecorderParam &recParam) in SetParameter() 460 ErrorCode HiRecorderImpl::SetAudioSourceInternal(AudioSourceType source, int32_t sourceId) in SetAudioSourceInternal() 487 ErrorCode HiRecorderImpl::SetVideoSourceInternal(VideoSourceType source, int32_t sourceId) in SetVideoSourceInternal() 644 bool HiRecorderImpl::CheckParamType(int32_t sourceId, const RecorderParam& recParam) const in CheckParamType()
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/ |
H A D | recorder_client.cpp | 171 int32_t Recorder::RecorderClient::SetVideoSource(VideoSourceType source, int32_t &sourceId) in SetVideoSource() 189 int32_t Recorder::RecorderClient::SetVideoEncoder(int32_t sourceId, VideoCodecFormat encoder) in SetVideoEncoder() 222 int32_t Recorder::RecorderClient::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 237 int32_t Recorder::RecorderClient::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 252 int32_t Recorder::RecorderClient::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 282 std::shared_ptr<OHOS::Surface> Recorder::RecorderClient::GetSurface(int32_t sourceId) in GetSurface() 297 int32_t Recorder::RecorderClient::SetAudioSource(AudioSourceType source, int32_t &sourceId) in SetAudioSource() 329 int32_t Recorder::RecorderClient::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 344 int32_t Recorder::RecorderClient::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 629 int32_t Recorder::RecorderClient::SetParameter(int32_t sourceId, const Format &format) in SetParameter() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.cpp | 222 int32_t RecorderServer::SetVideoFrameRate(int32_t sourceId, int32_t frameRate) in SetVideoFrameRate() 241 int32_t RecorderServer::SetVideoEncodingBitRate(int32_t sourceId, int32_t rate) in SetVideoEncodingBitRate() 260 int32_t RecorderServer::SetVideoIsHdr(int32_t sourceId, bool isHdr) in SetVideoIsHdr() 298 int32_t RecorderServer::SetMetaSource(MetaSourceType source, int32_t &sourceId) in SetMetaSource() 382 int32_t RecorderServer::SetCaptureRate(int32_t sourceId, double fps) in SetCaptureRate() 400 sptr<OHOS::Surface> RecorderServer::GetSurface(int32_t sourceId) in GetSurface() 418 sptr<OHOS::Surface> RecorderServer::GetMetaSurface(int32_t sourceId) in GetMetaSurface() 495 int32_t RecorderServer::SetAudioSampleRate(int32_t sourceId, int32_t rate) in SetAudioSampleRate() 515 int32_t RecorderServer::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() 556 int32_t RecorderServer::SetMetaConfigs(int32_t sourceId) in SetMetaConfigs() [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/ |
H A D | recorder_profiles_service_stub.cpp | 109 bool RecorderProfilesServiceStub::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() 115 RecorderProfilesData RecorderProfilesServiceStub::GetVideoRecorderProfileInfo(int32_t sourceId, int… in GetVideoRecorderProfileInfo() 146 int32_t sourceId = data.ReadInt32(); in HasVideoRecorderProfile() local 154 int32_t sourceId = data.ReadInt32(); in GetVideoRecorderProfileInfo() local
|
H A D | recorder_profiles_service_proxy.cpp | 55 bool RecorderProfilesServiceProxy::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() 72 RecorderProfilesData RecorderProfilesServiceProxy::GetVideoRecorderProfileInfo(int32_t sourceId, in… in GetVideoRecorderProfileInfo()
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_recorder_service.h | 261 …int32_t SetAudioDataSource(const std::shared_ptr<IAudioDataSource>& audioSource, int32_t& sourceId) in SetAudioDataSource()
|
H A D | i_recorder_profiles_service.h | 39 int32_t sourceId = 0; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_manager_impl.cpp | 133 int32_t sourceId = curPlayerIndex_; in RegisterSourceWithEffectId() local 158 int32_t sourceId = curPlayerIndex_; in RegisterSource() local 198 bool AudioHapticManagerImpl::CheckAudioLatencyMode(const int32_t &sourceId, const AudioLatencyMode … in CheckAudioLatencyMode() 215 int32_t AudioHapticManagerImpl::SetAudioLatencyMode(const int32_t &sourceId, const AudioLatencyMode… in SetAudioLatencyMode()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/client/ |
H A D | recorder_profiles_client.cpp | 65 bool RecorderProfilesClient::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() 72 RecorderProfilesData RecorderProfilesClient::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t … in GetVideoRecorderProfileInfo()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/ |
H A D | recorder_profiles_impl.cpp | 77 bool RecorderProfilesImpl::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() 111 …d::shared_ptr<VideoRecorderProfile> RecorderProfilesImpl::GetVideoRecorderProfile(int32_t sourceId, in GetVideoRecorderProfile()
|
/ohos5.0/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
H A D | recorder_lite_test.cpp | 74 int32_t sourceId = 0; in HWTEST_F() local 103 int32_t sourceId = 0; in HWTEST_F() local
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder_profiles/server/ |
H A D | recorder_profiles_server.cpp | 61 bool RecorderProfilesServer::HasVideoRecorderProfile(int32_t sourceId, int32_t qualityLevel) in HasVideoRecorderProfile() 77 RecorderProfilesData RecorderProfilesServer::GetVideoRecorderProfileInfo(int32_t sourceId, int32_t … in GetVideoRecorderProfileInfo()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_capability_napi.h | 85 int32_t sourceId = 0; member
|