Home
last modified time | relevance | path

Searched defs:depthDataOutput (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp56 sptr<DepthDataOutput> depthDataOutput) in DepthDataListener()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp497 sptr<IStreamDepthData> depthDataOutput = nullptr; in HandleCreateDepthDataOutput() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp426 sptr<IStreamDepthData>& depthDataOutput) in CreateDepthDataOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp722 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput() local
736 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp587 int32_t width, int32_t height, sptr<IStreamDepthData>& depthDataOutput) in CreateDepthDataOutput()