Searched defs:depthDataOutput (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | depth_data_output.h | 102 explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDataOutput) {}
in DepthDataOutputCallbackImpl() argument
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 421 CreateDepthDataOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t format, int32_t width, int32_t height, sptr<IStreamDepthData>& depthDataOutput) CreateDepthDataOutput() argument
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | depth_data_output_napi.cpp | 55 DepthDataListener(napi_env env, const sptr<Surface> depthDataSurface, sptr<DepthDataOutput> depthDataOutput) DepthDataListener() argument
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hcamera_service_stub.cpp | 489 sptr<IStreamDepthData> depthDataOutput = nullptr; in HandleCreateDepthDataOutput() local
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 724 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput() local 738 sptr<DepthDataOutput> depthDataOutput = nullptr; in CreateDepthDataOutput() local
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 567 CreateDepthDataOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width, int32_t height, sptr<IStreamDepthData>& depthDataOutput) CreateDepthDataOutput() argument
|
Completed in 20 milliseconds