| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | wimage.hpp | 181 IplImage* Ipl() {return image_; } in Ipl() 182 const IplImage* Ipl() const {return image_; } in Ipl() 183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData() 185 return reinterpret_cast<const T*>(image_->imageData); in ImageData() 188 int Width() const {return image_->width; } in Width() 189 int Height() const {return image_->height; } in Height() 192 int WidthStep() const {return image_->widthStep; } in WidthStep() 194 int Channels() const {return image_->nChannels; } in Channels() 206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() 210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | wimage.hpp | 181 IplImage* Ipl() {return image_; } in Ipl() 182 const IplImage* Ipl() const {return image_; } in Ipl() 183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData() 185 return reinterpret_cast<const T*>(image_->imageData); in ImageData() 188 int Width() const {return image_->width; } in Width() 189 int Height() const {return image_->height; } in Height() 192 int WidthStep() const {return image_->widthStep; } in WidthStep() 194 int Channels() const {return image_->nChannels; } in Channels() 206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() 210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | wimage.hpp | 181 IplImage* Ipl() {return image_; } in Ipl() 182 const IplImage* Ipl() const {return image_; } in Ipl() 183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData() 185 return reinterpret_cast<const T*>(image_->imageData); in ImageData() 188 int Width() const {return image_->width; } in Width() 189 int Height() const {return image_->height; } in Height() 192 int WidthStep() const {return image_->widthStep; } in WidthStep() 194 int Channels() const {return image_->nChannels; } in Channels() 206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() 210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | raster_bucket.cpp | 10 RasterBucket::RasterBucket(PremultipliedImage&& image_) in RasterBucket() argument 12 image(std::make_shared<PremultipliedImage>(std::move(image_))) { in RasterBucket() 15 RasterBucket::RasterBucket(std::shared_ptr<PremultipliedImage> image_) in RasterBucket() argument 17 image(image_) { in RasterBucket() 44 void RasterBucket::setImage(std::shared_ptr<PremultipliedImage> image_) { in setImage() argument 45 image = std::move(image_); in setImage()
|
| H A D | hillshade_bucket.cpp | 11 HillshadeBucket::HillshadeBucket(PremultipliedImage&& image_, Tileset::DEMEncoding encoding) in HillshadeBucket() argument 13 demdata(image_, encoding) { in HillshadeBucket()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | image_manager.cpp | 26 void ImageManager::addImage(Immutable<style::Image::Impl> image_) { in addImage() argument 27 assert(images.find(image_->id) == images.end()); in addImage() 28 images.emplace(image_->id, std::move(image_)); in addImage() 31 void ImageManager::updateImage(Immutable<style::Image::Impl> image_) { in updateImage() argument 32 removeImage(image_->id); in updateImage() 33 addImage(std::move(image_)); in updateImage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | image_impl.cpp | 8 PremultipliedImage&& image_, in Impl() argument 12 image(std::move(image_)), in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | shaping.hpp | 14 PositionedIcon(ImagePosition image_, in PositionedIcon() argument 20 : _image(std::move(image_)), in PositionedIcon()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | image_source_impl.cpp | 18 ImageSource::Impl::Impl(const Impl& rhs, PremultipliedImage&& image_) in Impl() argument 21 image(std::make_shared<PremultipliedImage>(std::move(image_))) { in Impl()
|
| H A D | image_source.cpp | 40 void ImageSource::setImage(PremultipliedImage&& image_) { in setImage() argument 46 baseImpl = makeMutable<Impl>(impl(), std::move(image_)); in setImage()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | beyond-buildroot.txt | 26 To build a live CD image, enable the _iso image_ option in the 33 as a live CD and live USB (through the _Build hybrid image_ option).
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | matchers.hpp | 189 cuda::GpuMat image_; member in cv::detail::SurfFeaturesFinderGpu
|