Searched refs:zoomAndTimeArray (Results 1 – 2 of 2) sorted by relevance
1309 std::vector<uint32_t> zoomAndTimeArray {}; in SetSmoothZoom() local1311 zoomAndTimeArray.push_back(static_cast<uint32_t>(array[i])); in SetSmoothZoom()1312 zoomAndTimeArray.push_back(static_cast<uint32_t>(i * frameIntervalMs + waitTime)); in SetSmoothZoom()1318 ProcessMetaZoomArray(zoomAndTimeArray, cameraDevice); in SetSmoothZoom()1323 std::vector<uint32_t>& zoomAndTimeArray, sptr<HCameraDevice>& cameraDevice) in ProcessMetaZoomArray() argument1326 uint32_t zoomCount = static_cast<uint32_t>(zoomAndTimeArray.size()); in ProcessMetaZoomArray()1328 zoomAndTimeArray.size(), zoomCount); in ProcessMetaZoomArray()1329 metaZoomArray->addEntry(OHOS_CONTROL_SMOOTH_ZOOM_RATIOS, zoomAndTimeArray.data(), zoomCount); in ProcessMetaZoomArray()
331 …void ProcessMetaZoomArray(std::vector<uint32_t>& zoomAndTimeArray, sptr<HCameraDevice>& cameraDevi…