Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h97 class DepthDataOutputCallbackImpl : public HStreamDepthDataCallbackStub {
100 DepthDataOutputCallbackImpl() : depthDataOutput_(nullptr) {} in DepthDataOutputCallbackImpl() function
102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp40 int32_t DepthDataOutputCallbackImpl::OnDepthDataError(int32_t errorCode) in OnDepthDataError()
179 svcCallback_ = new (std::nothrow) DepthDataOutputCallbackImpl(this); in SetCallback()