Home
last modified time | relevance | path

Searched refs:DepthDataBufferProcessor (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.h49 class DepthDataBufferProcessor {
51 …explicit DepthDataBufferProcessor(sptr<Surface> depthDataSurface) : depthDataSurface_(depthDataSur… in DepthDataBufferProcessor() function
52 ~DepthDataBufferProcessor() in ~DepthDataBufferProcessor()
79 std::shared_ptr<DepthDataBufferProcessor> bufferProcessor_;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp60 bufferProcessor_ = std::make_shared<DepthDataBufferProcessor>(depthDataSurface); in DepthDataListener()