Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 97) sorted by relevance

1234

/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcirclesgrid.cpp106 clusters[i].push_back(i); in hierarchicalClustering()
138 patternPoints.push_back(points[*it]); in hierarchicalClustering()
204 angles.push_back(angle); in findCorners()
220 corners.push_back(hull2f[cornersIndices.at<int>(i, 0)]); in findCorners()
291 outsideCorners.push_back(corners[outsidersSegmentIdx % n]); in findOutsideCorners()
292 outsideCorners.push_back(corners[(outsidersSegmentIdx + 1) % n]); in findOutsideCorners()
322 centerToCorners.push_back(outsideCorners[i] - center); in getSortedCorners()
343 sortedCorners.push_back(*it); in getSortedCorners()
351 sortedCorners.push_back(*it); in getSortedCorners()
391 trueIndices.push_back(Point(0, 0)); in rectifyPatternPoints()
[all …]
/device/board/osware/imx8mm/drivers/camera/driver_adapter/test/main_test/
Dohos_camera_demo.cpp98 gps_.push_back(latitude); in CaptureON()
99 gps_.push_back(longitude); in CaptureON()
100 gps_.push_back(altitude); in CaptureON()
201 streamInfos.push_back(streamInfo); in CreateStream()
213 streamIds.push_back(streamId); in CreateStream()
414 streamInfos.push_back(previewStreamInfo); in CreateStreams()
432 streamInfos.push_back(secondStreamInfo); in CreateStreams()
663 results_list_.push_back(OHOS_CONTROL_EXPOSURE_MODE); in SetEnableResult()
664 results_list_.push_back(OHOS_CONTROL_FOCUS_MODE); in SetEnableResult()
732 meterPoint.push_back(METER_POINT_X); in SetMetadata()
[all …]
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_pagemanager.cpp39 mFreePageList.push_back(&mPages[i]); in load()
46 mPageList.push_back(&mPages[i]); in load()
107 mFreePageList.push_back(newPage); in load()
127 mFreePageList.push_back(p); in load()
198 mFreePageList.push_back(erasedPage); in requestNewPage()
216 mPageList.push_back(p); in activatePage()
Dnvs_partition_manager.cpp66 nvs_partition_list.push_back(p); in init_partition()
102 nvs_storage_list.push_back(new_storage); in init_custom()
145 nvs_partition_list.push_back(p); in secure_init_partition()
211 nvs_handles.push_back(*handle); in open_handle()
Dintrusive_list.h119 void push_back(T* node) in push_back() function
180 push_back(node); in insert()
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
Dhdi_device_interface.cpp34 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
45 devices.push_back(std::move(fbDevice)); in DiscoveryDevice()
/device/soc/nxp/hardware/display/src/display_device/core/
Dhdi_device_interface.cpp37 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
48 devices.push_back(std::move(fbDevice)); in DiscoveryDevice()
/device/board/unionman/unionpi_tiger/hardware/camera/driver_adapter/src/
Dv4l2_control.cpp195 control.push_back(ctrl); in V4L2SetValue()
241 ctrl.menu.push_back(menuTemp); in V4L2EnumExtControls()
245 control.push_back(ctrl); in V4L2EnumExtControls()
286 ctrl.menu.push_back(mTemp); in V4L2GetControl()
290 control.push_back(ctrl); in V4L2GetControl()
/device/soc/nxp/hardware/display/src/display_device/composer/
Dhdi_video_composition.cpp93 matchedLayers.push_back(layer); in SetLayers()
102 mCompLayers.push_back(layer); in SetLayers()
143 neededRemove.push_back(iter->first); in CLoseUnUsedLayer()
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Dhdi_video_composition.cpp90 matchedLayers.push_back(layer); in SetLayers()
99 mCompLayers.push_back(layer); in SetLayers()
140 neededRemove.push_back(iter->first); in CLoseUnUsedLayer()
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/
Dhdi_video_composition.cpp90 matchedLayers.push_back(layer); in SetLayers()
99 mCompLayers.push_back(layer); in SetLayers()
140 neededRemove.push_back(iter->first); in CLoseUnUsedLayer()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
Dcodec_jpeg_helper.cpp436 decInfo.compInfo.push_back(std::move(comInfo)); in DessambleSof()
523 table.quantVal.push_back(static_cast<int16_t>(GetInt16(buffer))); in DessambleDqt()
526 decInfo.quantTbl.push_back(std::move(table)); in DessambleDqt()
549 table.bits.push_back(data); in DessambleDht()
557 table.huffVal.push_back(*buffer++); in DessambleDht()
560 decInfo.acHuffTbl.push_back(std::move(table)); in DessambleDht()
562 decInfo.dcHuffTbl.push_back(std::move(table)); in DessambleDht()
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
Dcodec_jpeg_helper.cpp436 decInfo.compInfo.push_back(std::move(comInfo)); in DessambleSof()
523 table.quantVal.push_back(static_cast<int16_t>(GetInt16(buffer))); in DessambleDqt()
526 decInfo.quantTbl.push_back(std::move(table)); in DessambleDqt()
549 table.bits.push_back(data); in DessambleDht()
557 table.huffVal.push_back(*buffer++); in DessambleDht()
560 decInfo.acHuffTbl.push_back(std::move(table)); in DessambleDht()
562 decInfo.dcHuffTbl.push_back(std::move(table)); in DessambleDht()
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/
DOMXPlugin.cpp85 mCores.push_back(core); in AddCore()
128 mComponents.push_back(comp); in CreateComponentInstance()
209 roles->push_back(s); in GetRolesForComponent()
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_face_node.cpp148 vFaceIds.push_back(id_zero); in GetCameraFaceIds()
149 vFaceIds.push_back(id_one); in GetCameraFaceIds()
150 vFaceIds.push_back(id_two); in GetCameraFaceIds()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_face_node.cpp148 vFaceIds.push_back(id_zero); in GetCameraFaceIds()
149 vFaceIds.push_back(id_one); in GetCameraFaceIds()
150 vFaceIds.push_back(id_two); in GetCameraFaceIds()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
123 prop.enums.push_back(DrmPropertyEnum(&p->enums[i])); in GetProperty()
127 prop.blob_ids.push_back(p->blob_ids[i]); in GetProperty()
280 planes.push_back(plane); in GetDrmPlane()
Dhdi_device_interface.cpp36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
123 prop.enums.push_back(DrmPropertyEnum(&p->enums[i])); in GetProperty()
127 prop.blob_ids.push_back(p->blob_ids[i]); in GetProperty()
280 planes.push_back(plane); in GetDrmPlane()
Dhdi_device_interface.cpp36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
123 prop.enums.push_back(DrmPropertyEnum(&p->enums[i])); in GetProperty()
127 prop.blob_ids.push_back(p->blob_ids[i]); in GetProperty()
280 planes.push_back(plane); in GetDrmPlane()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
Ddrm_device.cpp120 prop.values.push_back(p->values[i]); in GetProperty()
123 prop.enums.push_back(DrmPropertyEnum(&p->enums[i])); in GetProperty()
127 prop.blob_ids.push_back(p->blob_ids[i]); in GetProperty()
282 planes.push_back(plane); in GetDrmPlane()
Dhdi_device_interface.cpp36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()
/device/soc/rockchip/common/hardware/display/src/display_device/
Ddrm_device.cpp123 prop.values.push_back(p->values[i]); in GetProperty()
126 prop.enums.push_back(DrmPropertyEnum(&p->enums[i])); in GetProperty()
130 prop.blob_ids.push_back(p->blob_ids[i]); in GetProperty()
285 planes.push_back(plane); in GetDrmPlane()
Dhdi_device_interface.cpp36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice()

1234