Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp74 streamDepthDataAccuracy_ = {accuracy}; in SetDataAccuracy()
93 …OHOS_CONTROL_DEPTH_DATA_ACCURACY, streamDepthDataAccuracy_.data(), streamDepthDataAccuracy_.size()… in SetDataAccuracy()
97 …OHOS_CONTROL_DEPTH_DATA_ACCURACY, streamDepthDataAccuracy_.data(), streamDepthDataAccuracy_.size()… in SetDataAccuracy()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_depth_data.h64 std::vector<int32_t> streamDepthDataAccuracy_ = {}; variable