Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp84 int32_t depthDataHeight = static_cast<int32_t>(depthProfile_->GetSize().height); in ExecuteDepthData() local
88 opts.size = { .width = depthDataWidth, .height = depthDataHeight }; in ExecuteDepthData()
90 depthDataWidth, depthDataHeight); in ExecuteDepthData()
93 depthDataWidth * depthDataHeight * formatSize, 0, depthDataWidth, opts, true); in ExecuteDepthData()