Home
last modified time | relevance | path

Searched refs:ExecuteDepthData (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.h83 void ExecuteDepthData(sptr<SurfaceBuffer> surfaceBfuffer) const;
106 void ExecuteDepthData(sptr<SurfaceBuffer> surfaceBuffer) const;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp76 void DepthDataListener::ExecuteDepthData(sptr<SurfaceBuffer> surfaceBuffer) const in ExecuteDepthData() function in OHOS::CameraStandard::DepthDataListener
140 ExecuteDepthData(surfaceBuffer); in UpdateJSCallback()