Home
last modified time | relevance | path

Searched refs:JUDEG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/
H A Ddps.cpp45 JUDEG(DP_NULL_POINTER, g_dpsInfo.server != nullptr); in DPS_Initialize()
46 JUDEG(DP_NULL_POINTER, g_dpsInfo.session != nullptr); in DPS_Initialize()
47 JUDEG(DP_NULL_POINTER, g_dpsInfo.scheduler != nullptr); in DPS_Initialize()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_catch.h44 #define JUDEG(err, expr) \ macro