Home
last modified time | relevance | path

Searched refs:rectVec (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp106 std::vector<float> rectVec = {static_cast<float>(rect.topLeftX), static_cast<float>(rect.topLeftY), in SetSlowMotionDetectionArea() local
111 rectVec.data(), rectVec.size()); in SetSlowMotionDetectionArea()
113 status = changedMetadata_->addEntry(OHOS_CONTROL_MOTION_DETECTION_CHECK_AREA, rectVec.data(), rectVec.size()); in SetSlowMotionDetectionArea()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp71 std::vector<DMRect> rectVec; in SetCutoutSvgPath() local
72 rectVec.emplace_back(boundingRect); in SetCutoutSvgPath()
73 boundingRects_[displayId] = rectVec; in SetCutoutSvgPath()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h152 FilterNodeInfo(NodeId nodeId, Drawing::Matrix matrix, std::vector<Drawing::RectI> rectVec) in FilterNodeInfo()
153 : nodeId_(nodeId), matrix_(matrix), rectVec_(rectVec) {}; in FilterNodeInfo()

Completed in 2 milliseconds