Searched refs:DP_CHECK_ERROR_PRINT_LOG (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | reader.cpp | 136 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MEDIA_DURATION); in GetSourceMediaInfo() 140 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MEDIA_LATITUDE); in GetSourceMediaInfo() 142 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MEDIA_LONGITUDE); in GetSourceMediaInfo() 151 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MIME_TYPE); in GetTrackMediaInfo() 170 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::VIDEO_COLOR_TRC); in GetTrackMediaInfo() 177 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MEDIA_PROFILE); in GetTrackMediaInfo() 179 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::MEDIA_LEVEL); in GetTrackMediaInfo() 181 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::VIDEO_WIDTH); in GetTrackMediaInfo() 183 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::VIDEO_HEIGHT); in GetTrackMediaInfo() 185 DP_CHECK_ERROR_PRINT_LOG(!ret, "cannot get %{public}s", Tag::VIDEO_ROTATION); in GetTrackMediaInfo() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/video_session/ |
H A D | deferred_video_processing_session.cpp | 73 …DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "add videoId: %{public}s failed. ret: %{public}d", videoId.… in AddVideo() 83 …DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "remove videoId: %{public}s failed. ret: %{public}d", video… in RemoveVideo() 94 …DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "restore videoId: %{public}s failed. ret: %{public}u", vide… in RestoreVideo()
|
H A D | video_session_info.cpp | 113 DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "DeleteVideoSession failed."); in OnCallbackDied() 121 DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "set DeathRecipient failed."); in SetCallback()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_callback_proxy.cpp | 43 DP_CHECK_ERROR_PRINT_LOG(error != ERR_NONE, in OnProcessImageDone() 109 DP_CHECK_ERROR_PRINT_LOG(error != ERR_NONE, in OnError() 126 DP_CHECK_ERROR_PRINT_LOG(error != ERR_NONE, in OnStateChanged()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/ |
H A D | shared_buffer.cpp | 67 …DP_CHECK_ERROR_PRINT_LOG(offset != DP_OK, "failed to reset, error = %{public}s.", std::strerror(er… in Reset()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/ |
H A D | dp_log.h | 77 #define DP_CHECK_ERROR_PRINT_LOG(cond, fmt, ...) \ macro
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 191 …DP_CHECK_ERROR_PRINT_LOG(remove(path.c_str()) != 0, "Failed to remove file at path: %{public}s", p… in RemoveRequest() 350 DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "failed. ret: %{public}d", ret); in OnSessionDied()
|
H A D | photo_post_processor.cpp | 785 DP_CHECK_ERROR_PRINT_LOG(!remote->RemoveDeathRecipient(sessionDeathRecipient_), in DisconnectServiceIfNecessary()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/ |
H A D | events_monitor.cpp | 192 DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "send command fail, ret: %{public}d", ret); in NotifyObserversUnlocked()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 333 …DP_CHECK_ERROR_PRINT_LOG(scheduleState == nullptr, "ScheduleState get by EventType: %{public}d is … in GetScheduleState()
|