Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h38 DEPTH_DATA_ERROR, enumerator
44 {DEPTH_DATA_ERROR, CONST_DEPTH_DATA_ERROR}
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp205 UpdateJSCallbackAsync(DepthDataOutputEventType::DEPTH_DATA_ERROR, errorCode); in OnDepthDataError()
258 if (eventType == DepthDataOutputEventType::DEPTH_DATA_ERROR) { in UpdateJSCallback()