Home
last modified time | relevance | path

Searched refs:MEDIA_LOGE (Results 1 - 25 of 136) sorted by relevance

123456

/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_manager_impl.cpp66 MEDIA_LOGE("RegisterSourceWithEffectId failed. The effectId is empty!"); in RegisterSourceWithEffectId()
70 MEDIA_LOGE("RegisterSourceWithEffectId failed. curPlayerCount_: %{public}d", curPlayerCount_); in RegisterSourceWithEffectId()
92 MEDIA_LOGE("RegisterSource failed curPlayerCount_: %{public}d", curPlayerCount_); in RegisterSource()
114 MEDIA_LOGE("UnregisterSource failed sourceID: %{public}d", sourceID); in UnregisterSource()
127 MEDIA_LOGE("The AudioLatencyMode %{public}d is invalid!", latencyMode); in CheckAudioLatencyMode()
134 MEDIA_LOGE("The effectId source can only be used for low latency mode!"); in CheckAudioLatencyMode()
145 MEDIA_LOGE("SetAudioLatencyMode: failed for invalid sourceID: %{public}d", sourceId); in SetAudioLatencyMode()
149 MEDIA_LOGE("SetAudioLatencyMode: failed for invalid latencyMode: %{public}d", latencyMode); in SetAudioLatencyMode()
179 MEDIA_LOGE("CheckAudioStreamUsage: streamUsage %{public}d is invalid", streamUsage); in CheckAudioStreamUsage()
187 MEDIA_LOGE("SetStreamUsag in SetStreamUsage()
[all...]
H A Daudio_haptic_sound_low_latency_impl.cpp100 MEDIA_LOGE("Prepare: Failed to open the audio uri for sound pool."); in PrepareSound()
107 MEDIA_LOGE("Prepare: Failed to load soundPool uri."); in PrepareSound()
133 MEDIA_LOGE("SoundPoolPlayer not Prepared"); in StartSound()
198 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
239 MEDIA_LOGE("GetAudioCurrentTime is unsupported for sound pool."); in GetAudioCurrentTime()
247 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticSoundCallback()
277 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyErrorEvent()
288 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyFirstFrameEvent()
301 MEDIA_LOGE("NotifyEndOfStreamEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyEndOfStreamEvent()
315 MEDIA_LOGE("Th in OnLoadCompleted()
[all...]
H A Daudio_haptic_player_impl.cpp52 MEDIA_LOGE("Invalid param: the latency mode %{public}d is unsupported.", latencyMode); in CreateAudioHapticSound()
67 MEDIA_LOGE("Invalid param: the latency mode %{public}d is unsupported.", latencyMode); in CreateAudioHapticSound()
121 MEDIA_LOGE("IsMuted: invalid audioHapticType %{public}d", audioHapticType); in IsMuted()
240 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
270 MEDIA_LOGE("SetHapticIntensity: the intensity value is invalid."); in SetHapticIntensity()
308 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticPlayerCallback()
337 MEDIA_LOGE("StartVibrate: Failed to start vibrate (time out)."); in StartVibrate()
398 MEDIA_LOGE("NotifyInterruptEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyInterruptEvent()
411 MEDIA_LOGE("NotifyEndOfStreamEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyEndOfStreamEvent()
427 MEDIA_LOGE("Th in HandleEndOfStreamEvent()
[all...]
H A Daudio_haptic_sound_normal_impl.cpp138 MEDIA_LOGE("The avplayer has been running. Cannot start again"); in StartSound()
201 MEDIA_LOGE("SetVolume: the volume value is invalid."); in SetVolume()
240 MEDIA_LOGE("GetAudioCurrentTime: avPlayer_ is nullptr. This function is only usable for avPlayer."); in GetAudioCurrentTime()
252 MEDIA_LOGE("The audio haptic player callback is nullptr."); in SetAudioHapticSoundCallback()
288 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyErrorEvent()
299 MEDIA_LOGE("NotifyFirstFrameEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyFirstFrameEvent()
310 MEDIA_LOGE("NotifyInterruptEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyInterruptEvent()
323 MEDIA_LOGE("NotifyEndOfStreamEvent: audioHapticPlayerCallback_ is nullptr"); in NotifyEndOfStreamEvent()
333 MEDIA_LOGE("OnError reported from AVPlayer: %{public}d", errorCode); in OnError()
336 MEDIA_LOGE("Th in OnError()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dkv_operator.cpp46 MEDIA_LOGE("KvStore get failed! %{public}d.", status); in OpenKvStore()
67 MEDIA_LOGE("kvstore is nullptr."); in GetValues()
75 MEDIA_LOGE("get kvstore failed %{public}d.", status); in GetValues()
89 MEDIA_LOGE("kvstore is nullptr."); in PutValues()
97 MEDIA_LOGE("put kvstore failed %{public}d.", status); in PutValues()
108 MEDIA_LOGE("kvstore is nullptr."); in SyncKvStore()
117 MEDIA_LOGE("kvstore sync end, status %{public}d.", status); in SyncKvStore()
129 MEDIA_LOGE("parse json failed."); in StringToJson()
/foundation/multimedia/player_framework/frameworks/native/video_editor/
H A Dvideo_editor_impl.cpp40 MEDIA_LOGE("[%{public}s] stop composite engine failed.", logTag_.c_str()); in ~VideoEditorImpl()
62 MEDIA_LOGE("[%{public}s] create data center failed.", logTag_.c_str()); in Init()
67 MEDIA_LOGE("[%{public}s] create coomposite engine failed.", logTag_.c_str()); in Init()
82 MEDIA_LOGE("[%{public}s] append file failed, err: %{public}d.", logTag_.c_str(), err); in AppendVideoFile()
94 MEDIA_LOGE("[%{public}s] start composite failed, flow control not pass.", logTag_.c_str()); in StartComposite()
98 MEDIA_LOGE("[%{public}s] start composite failed, editor is busy, state: %{public}d.", logTag_.c_str(), state_); in StartComposite()
106 MEDIA_LOGE("[%{public}s] start composite engine failed, error: %{public}d.", logTag_.c_str(), err); in StartComposite()
126 MEDIA_LOGE("[%{public}s] cancel composite failed with error: %{public}d.", logTag_.c_str(), err); in CancelComposite()
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_haptics_attrs/
H A Dtone_haptics_settings_napi.cpp60 MEDIA_LOGE("Failure in ToneHapticsSettingsNapi::Init()"); in Init()
84 MEDIA_LOGE("Failed in ToneHapticsSettingsNapi::Construct()!"); in Construct()
128 MEDIA_LOGE("GetMode: failed for napi_get_cb_info"); in GetMode()
134 MEDIA_LOGE("GetMode: failed for napi_unwrap"); in GetMode()
141 MEDIA_LOGE("GetMode: failed for napi_create_int32"); in GetMode()
161 MEDIA_LOGE("SetMode: failed for napi_get_cb_info"); in SetMode()
167 MEDIA_LOGE("SetMode: failed for napi_unwrap"); in SetMode()
173 MEDIA_LOGE("SetMode: failed for wrong data type"); in SetMode()
179 MEDIA_LOGE("SetMode: failed for napi_get_value_int32"); in SetMode()
198 MEDIA_LOGE("GetHapticsUr in GetHapticsUri()
[all...]
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/
H A Dvideo_composite_engine.cpp48 MEDIA_LOGE("[%{public}s] check composite options failed, err: %{public}d.", logTag_.c_str(), err); in StartComposite()
55 MEDIA_LOGE("[%{public}s] orchestrate piplines failed, error: %{public}d.", logTag_.c_str(), err); in StartComposite()
60 MEDIA_LOGE("[%{public}s] start composite engine failed with error: %{public}d.", logTag_.c_str(), err); in StartComposite()
76 MEDIA_LOGE("[%{public}s] data center is null.", logTag_.c_str()); in Init()
122 MEDIA_LOGE("options for composition is nullptr."); in CheckCompositeOptions()
126 MEDIA_LOGE("callback for composition is nullptr."); in CheckCompositeOptions()
130 MEDIA_LOGE("target fd[%{public}d] for composition is invalid(<=0).", options->targetFileFd_); in CheckCompositeOptions()
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Daudio_renderer_info_napi.cpp72 MEDIA_LOGE("Failure in AudioRendererInfoNapi::Init()"); in Init()
97 MEDIA_LOGE("Failed in AudioRendererInfoNapi::Construct()!"); in Construct()
119 MEDIA_LOGE("Failed in CreateAudioRendererInfoWrapper, %{public}d", status); in CreateAudioRendererInfoWrapper()
138 MEDIA_LOGE("Get content type fail to napi_get_cb_info"); in GetContentType()
167 MEDIA_LOGE("SetContentType: napi_get_cb_info failed"); in SetContentType()
175 MEDIA_LOGE("SetContentType: wrong data type"); in SetContentType()
200 MEDIA_LOGE("Get stream usage fail to napi_get_cb_info"); in GetStreamUsage()
229 MEDIA_LOGE("SetStreamUsage: napi_get_cb_info failed"); in SetStreamUsage()
235 MEDIA_LOGE("SetStreamUsage: napi_unwrap failed"); in SetStreamUsage()
241 MEDIA_LOGE("SetStreamUsag in SetStreamUsage()
[all...]
H A Dringtone_options_napi.cpp74 MEDIA_LOGE("Failure in RingtoneOptionsNapi::Init()"); in Init()
101 MEDIA_LOGE("Failed in RingtoneOptionsNapi::Construct()!"); in Construct()
122 MEDIA_LOGE("Failed in CreateRingtoneOptionsWrapper, %{public}d", status); in CreateRingtoneOptionsWrapper()
140 MEDIA_LOGE("Get volume: failed for napi_get_cb_info"); in GetVolume()
168 MEDIA_LOGE("SetVolume: failed for napi_get_cb_info"); in SetVolume()
176 MEDIA_LOGE("Setvolume: failed for wrong data type"); in SetVolume()
200 MEDIA_LOGE("GetLoop: failed for napi_get_cb_info"); in GetLoop()
228 MEDIA_LOGE("SetLoop: failed for napi_get_cb_info"); in SetLoop()
236 MEDIA_LOGE("SetLoop: failed for wrong data type"); in SetLoop()
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/audio_haptic_player/
H A Daudio_haptic_player_napi.cpp88 MEDIA_LOGE("Failed to create sAudioHapticPlayer_ instance."); in Constructor()
106 MEDIA_LOGE("Failed to wrap the native audioHapticPlayer object with JS."); in Constructor()
136 MEDIA_LOGE("CreatePlayerInstance: New instance could not be obtained."); in CreatePlayerInstance()
156 MEDIA_LOGE("IsMuted: requires 1 parameters"); in IsMuted()
165 MEDIA_LOGE("IsMuted: unwrap failure!"); in IsMuted()
176 MEDIA_LOGE("IsMuted: the param type mismatch"); in IsMuted()
198 MEDIA_LOGE("IsLegalAudioHapticType: audioHapticType %{public}d is invalid", audioHapticType); in IsLegalAudioHapticType()
241 MEDIA_LOGE("Start: requires 0 parameters"); in Start()
258 MEDIA_LOGE("Start: Failed to get create async work"); in Start()
281 MEDIA_LOGE("Sto in Stop()
[all...]
H A Daudio_haptic_player_options_napi.cpp74 MEDIA_LOGE("Failure in AudioHapticPlayerOptionsNapi::Init()"); in Init()
101 MEDIA_LOGE("Failed in AudioHapticPlayerOptionsNapi::Construct()!"); in Construct()
123 MEDIA_LOGE("Failed in CreateAudioHapticPlayerOptionsWrapper, %{public}d", status); in CreateAudioHapticPlayerOptionsWrapper()
141 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute()
169 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute()
177 MEDIA_LOGE("SetAudioMute: failed for wrong data type"); in SetAudioMute()
201 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute()
229 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
237 MEDIA_LOGE("SetHapticsMute: failed for wrong data type"); in SetHapticsMute()
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/system_tone_player/
H A Dsystem_tone_options_napi.cpp73 MEDIA_LOGE("Failure in SystemToneOptionsNapi::Init()"); in Init()
100 MEDIA_LOGE("Failed in SystemToneOptionsNapi::Construct()!"); in Construct()
121 MEDIA_LOGE("Failed in CreateSystemToneOptionsWrapper, %{public}d", status); in CreateSystemToneOptionsWrapper()
139 MEDIA_LOGE("IsAudioMute: failed for napi_get_cb_info"); in IsAudioMute()
167 MEDIA_LOGE("SetAudioMute: failed for napi_get_cb_info"); in SetAudioMute()
175 MEDIA_LOGE("SetAudioMute: failed for wrong data type"); in SetAudioMute()
199 MEDIA_LOGE("IsHapticsMute: failed for napi_get_cb_info"); in IsHapticsMute()
227 MEDIA_LOGE("SetHapticsMute: failed for napi_get_cb_info"); in SetHapticsMute()
235 MEDIA_LOGE("SetHapticsMute: failed for wrong data type"); in SetHapticsMute()
/foundation/multimedia/player_framework/frameworks/js/audio_haptic/src/
H A Daudio_haptic_manager_napi.cpp76 MEDIA_LOGE("CreateAudioLatencyModeObject: Failed to add named prop!"); in CreateAudioLatencyModeObject()
103 MEDIA_LOGE("CreateAudioHapticTypeObject: Failed to add named prop!"); in CreateAudioHapticTypeObject()
171 MEDIA_LOGE("Failed to create audioHapticMgrClient_ instance."); in Construct()
181 MEDIA_LOGE("Failed to wrap the native AudioHapticManager object with JS."); in Construct()
209 MEDIA_LOGE("GetAudioHapticManager: new instance can not be obtained."); in GetAudioHapticManager()
231 MEDIA_LOGE("RegisterSource: requires 2 parameters"); in RegisterSource()
251 MEDIA_LOGE("RegisterSource: the param type mismatch"); in RegisterSource()
263 MEDIA_LOGE("Failed to get create async work"); in RegisterSource()
327 MEDIA_LOGE("UnregisterSource: requires 1 parameter"); in UnregisterSource()
340 MEDIA_LOGE("UnregisterSourc in UnregisterSource()
[all...]
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/encoder/
H A Dvideo_encoder_engine.cpp32 MEDIA_LOGE("create video encoder for video [%{public}d] failed, the parameter cb is nullptr.", fd); in Create()
37 MEDIA_LOGE("create video encoder for video [%{public}d] failed, the parameter videoFormat is nullptr.", fd); in Create()
44 MEDIA_LOGE("init video encoder[id = %{public}" PRIu64 "] failed, error: %{public}d.", engine->GetId(), error); in Create()
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/effect/
H A Deffect_image_effect.cpp37 MEDIA_LOGE("OH_ImageEffect_Restore failed."); in Init()
44 MEDIA_LOGE("OH_ImageEffect_Release failed, ret = %{public}d.", ret); in Init()
49 MEDIA_LOGE("image effect is not supported."); in Init()
H A Deffect_factory.cpp39 MEDIA_LOGE("init effect[%{public}" PRIu64 "] failed, error: %{public}d", effect->GetId(), err); in CreateEffect()
47 MEDIA_LOGE("unsupported effect type: %{public}u", type); in CreateEffect()
56 MEDIA_LOGE("effect desc is empty."); in ParseEffectType()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dui_extension_ability_connection.cpp45 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityConnectDone start "); in OnAbilityConnectDone()
47 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityConnectDone end "); in OnAbilityConnectDone()
53 MEDIA_LOGE("UIExtensionAbilityConnection::OnAbilityDisconnectDone start "); in OnAbilityDisconnectDone()
H A Dscreen_capture_server.cpp194 MEDIA_LOGE("Create failed, uid(%{public}d) has created too many ScreenCaptureServer instances", in Create()
208 MEDIA_LOGE("Create failed for uid(%{public}d), there are too many ScreenCaptureServer instances", in Create()
256 MEDIA_LOGE("Error parsing the string"); in GetChoiceFromJson()
436 MEDIA_LOGE("invalid fileFormat type"); in SetRecorderInfo()
460 MEDIA_LOGE("Fail to get File Status Flags"); in SetOutputFile()
466 MEDIA_LOGE("File descriptor is not in read-write mode or write-only mode"); in SetOutputFile()
529 MEDIA_LOGE("user do not have the right to access capture screen!"); in CheckScreenCapturePermission()
550 MEDIA_LOGE("invalid captureMode:%{public}d", captureMode); in CheckCaptureMode()
561 MEDIA_LOGE("invalid dataType:%{public}d", dataType); in CheckDataType()
565 MEDIA_LOGE("no in CheckDataType()
[all...]
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/impl/
H A Ddata_center_impl.cpp40 MEDIA_LOGE("create asset for video[%{public}d] failed", fileFd); in AppendVideo()
45 MEDIA_LOGE("create asset for video[%{public}d] failed", fileFd); in AppendVideo()
50 MEDIA_LOGE("create effect[%{public}s] failed.", effectDescription.c_str()); in AppendVideo()
54 MEDIA_LOGE("asset[id = %{public}" PRIu64 "] is not video asset.", asset->GetId()); in AppendVideo()
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_log.h74 #define MEDIA_LOGE(fmt, ...) \ macro
84 #define MEDIA_LOGE(fmt, ...) MEDIA_LOG(HILOG_ERROR, fmt, ##__VA_ARGS__)
117 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
125 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
133 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
160 MEDIA_LOGE(fmt, ##__VA_ARGS__); \
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp129 MEDIA_LOGE("user do not have the right to access INTERNET"); in SetSource()
219 MEDIA_LOGE("current state is: %{public}s, not support SetSource", in InitPlayEngine()
265 MEDIA_LOGE("Can not add sub source, subtitle track num is %{public}u, exceed the max num.", subtitleTrackNum_); in AddSubSource()
282 MEDIA_LOGE("Can not add sub source, subtitle track num is %{public}u, exceed the max num", subtitleTrackNum_); in AddSubSource()
300 MEDIA_LOGE("Can not Prepare, now in releasing"); in Prepare()
309 MEDIA_LOGE("Can not Prepare, currentState is %{public}s", GetStatusDescription(lastOpStatus_).c_str()); in Prepare()
317 MEDIA_LOGE("Can not SetRenderFirstFrame, currentState is not PLAYER_INITIALIZED"); in SetRenderFirstFrame()
323 MEDIA_LOGE("Can not SetRenderFirstFrame, it is live-stream"); in SetRenderFirstFrame()
340 MEDIA_LOGE("Can not SetPlayRange, currentState is %{public}s", in SetPlayRange()
346 MEDIA_LOGE("Ca in SetPlayRange()
[all...]
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/asset/
H A Dasset_factory.cpp34 MEDIA_LOGE("create asset failed, fd[%{public}d] is invalid.", fd); in CreateAsset()
41 MEDIA_LOGE("invalid asset type: %{public}u", type); in CreateAsset()
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/
H A Dsystem_sound_manager_impl.cpp119 MEDIA_LOGE("Get system ability manager failed."); in CreateDataShareHelper()
124 MEDIA_LOGE("Get system ability:[%{public}d] failed.", systemAbilityId); in CreateDataShareHelper()
192 MEDIA_LOGE("InitRingerMode: audioGroupManager_ is nullptr"); in InitRingerMode()
208 MEDIA_LOGE("IsRingtoneTypeValid: ringtongType %{public}d is unavailable", ringtongType); in IsRingtoneTypeValid()
221 MEDIA_LOGE("IsSystemToneTypeValid: systemToneType %{public}d is unavailable", systemToneType); in IsSystemToneTypeValid()
245 MEDIA_LOGE("IsToneHapticsTypeValid: toneHapticsType %{public}d is unavailable", toneHapticsType); in IsToneHapticsTypeValid()
268 MEDIA_LOGE("ringtoneJson parsing is false !"); in InitDefaultRingtoneUriMap()
295 MEDIA_LOGE("Failed to GetDefaultRingtoneUri: invalid ringtone type %{public}d", ringtoneType); in GetDefaultRingtoneUri()
305 MEDIA_LOGE("Failed to GetDefaultRingtoneUri: invalid system tone type %{public}d", systemToneType); in GetDefaultSystemToneUri()
318 MEDIA_LOGE("systemToneJso in InitDefaultSystemToneUriMap()
[all...]
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp96 MEDIA_LOGE("no %{public}s property", type.c_str()); in GetPropertyInt64()
101 MEDIA_LOGE("get %{public}s property fail", type.c_str()); in GetPropertyInt64()
106 MEDIA_LOGE("get %{public}s property value fail", type.c_str()); in GetPropertyInt64()
118 MEDIA_LOGE("no %{public}s property", type.c_str()); in GetPropertyDouble()
123 MEDIA_LOGE("get %{public}s property fail", type.c_str()); in GetPropertyDouble()
128 MEDIA_LOGE("get %{public}s property value fail", type.c_str()); in GetPropertyDouble()
140 MEDIA_LOGE("no %{public}s property", type.c_str()); in GetPropertyString()
146 MEDIA_LOGE("get %{public}s property fail", type.c_str()); in GetPropertyString()
160 MEDIA_LOGE("no %{public}s property", type.c_str()); in GetPropertyRecord()
164 MEDIA_LOGE("ge in GetPropertyRecord()
[all...]

Completed in 17 milliseconds

123456