Home
last modified time | relevance | path

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 Dreader.cpp136 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 Ddeferred_video_processing_session.cpp73DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "add videoId: %{public}s failed. ret: %{public}d", videoId.… in AddVideo()
83DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "remove videoId: %{public}s failed. ret: %{public}d", video… in RemoveVideo()
94DP_CHECK_ERROR_PRINT_LOG(ret != DP_OK, "restore videoId: %{public}s failed. ret: %{public}u", vide… in RestoreVideo()
H A Dvideo_session_info.cpp113 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 Ddeferred_photo_processing_session_callback_proxy.cpp43 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 Dshared_buffer.cpp67DP_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 Ddp_log.h77 #define DP_CHECK_ERROR_PRINT_LOG(cond, fmt, ...) \ macro
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp191DP_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 Dphoto_post_processor.cpp785 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 Devents_monitor.cpp192 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 Dvideo_strategy_center.cpp333DP_CHECK_ERROR_PRINT_LOG(scheduleState == nullptr, "ScheduleState get by EventType: %{public}d is … in GetScheduleState()