Home
last modified time | relevance | path

Searched refs:DPS_ERROR_SESSION_NOT_READY_TEMPORARILY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Dbasic_definitions.h144 DPS_ERROR_SESSION_NOT_READY_TEMPORARILY = 1, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp595 OnError(imageId, DpsError::DPS_ERROR_SESSION_NOT_READY_TEMPORARILY); in ProcessImage()
721 OnError(id, DpsError::DPS_ERROR_SESSION_NOT_READY_TEMPORARILY); in OnSessionDied()
H A Dvideo_post_processor.cpp168 OnError(videoId, DpsError::DPS_ERROR_SESSION_NOT_READY_TEMPORARILY); in ProcessRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp36 case DpsError::DPS_ERROR_SESSION_NOT_READY_TEMPORARILY: in MapDpsErrorCode()