Home
last modified time | relevance | path

Searched defs:depthProfile_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h80 std::shared_ptr<DepthProfile> depthProfile_; variable
159 static thread_local std::shared_ptr<DepthProfile> depthProfile_; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcapture_output.h175 std::shared_ptr<DepthProfile> depthProfile_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp51 thread_local std::shared_ptr<DepthProfile> DepthDataOutputNapi::depthProfile_ = nullptr; member in OHOS::CameraStandard::DepthDataOutputNapi