| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | dem_data.cpp | 6 DEMData::DEMData(const PremultipliedImage& _image, Tileset::DEMEncoding encoding): in DEMData() argument 7 dim(_image.size.height), in DEMData() 8 border(std::max<int32_t>(std::ceil(_image.size.height / 2), 1)), in DEMData() 12 if (_image.size.height != _image.size.width){ 34 set(x, y, decodeRGB(_image.data[j], _image.data[j+1], _image.data[j+2]));
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | shaping.hpp | 20 : _image(std::move(image_)), in PositionedIcon() 27 ImagePosition _image; member in mbgl::PositionedIcon 40 const ImagePosition& image() const { return _image; } in image()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 67 self._image = None 79 self._image = PartitionedImage(image_path, self.ptable_format, 185 self._image.prepare(self) 186 self._image.layout_partitions() 187 self._image.create() 193 self._image.assemble() 206 plugin.do_install_disk(self._image, disk_name, self, self.workdir, 210 full_path = self._image.path 272 if self._image: 273 self._image.cleanup()
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 672 self._image = open(self._image_filename, 'r+b') 673 self._image.seek(0, os.SEEK_END) 674 self.image_size = self._image.tell() 676 self._image.seek(0, os.SEEK_SET) 677 header_bin = self._image.read(struct.calcsize(self.HEADER_FORMAT)) 706 chunk_offset = self._image.tell() 708 header_bin = self._image.read(struct.calcsize(ImageChunk.FORMAT)) 722 self._image.tell(), 724 self._image.read(data_sz) 730 fill_data = self._image.read(4) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 775 self._image = open(self.filename, 'rb') 777 self._image = open(self.filename, 'r+b') 778 self._image.seek(0, os.SEEK_END) 779 self.image_size = self._image.tell() 781 self._image.seek(0, os.SEEK_SET) 782 header_bin = self._image.read(struct.calcsize(self.HEADER_FORMAT)) 811 chunk_offset = self._image.tell() 813 header_bin = self._image.read(struct.calcsize(ImageChunk.FORMAT)) 827 self._image.tell(), 829 self._image.seek(data_sz, os.SEEK_CUR) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-source.rst | 3 .. _image-source-controls: 15 .. _image-source-control-id:
|
| H A D | ext-ctrls-image-process.rst | 3 .. _image-process-controls: 15 .. _image-process-control-id:
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | imgproc.hpp | 1247 CV_WRAP virtual void detect(InputArray _image, OutputArray _lines, 1256 CV_WRAP virtual void drawSegments(InputOutputArray _image, InputArray lines) = 0; 1266 …s(const Size& size, InputArray lines1, InputArray lines2, InputOutputArray _image = noArray()) = 0;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | imgproc.hpp | 1247 CV_WRAP virtual void detect(InputArray _image, OutputArray _lines, 1256 CV_WRAP virtual void drawSegments(InputOutputArray _image, InputArray lines) = 0; 1266 …s(const Size& size, InputArray lines1, InputArray lines2, InputOutputArray _image = noArray()) = 0;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | imgproc.hpp | 1247 CV_WRAP virtual void detect(InputArray _image, OutputArray _lines, 1256 CV_WRAP virtual void drawSegments(InputOutputArray _image, InputArray lines) = 0; 1266 …s(const Size& size, InputArray lines1, InputArray lines2, InputOutputArray _image = noArray()) = 0;
|