Home
last modified time | relevance | path

Searched refs:imageData (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmapreply_esri.cpp77 QByteArray const& imageData = reply->readAll(); in networkReplyFinished() local
80 if (imageData.startsWith(reinterpret_cast<const char*>(pngSignature))) in networkReplyFinished()
82 else if (imageData.startsWith(reinterpret_cast<const char*>(jpegSignature))) in networkReplyFinished()
84 else if (imageData.startsWith(reinterpret_cast<const char*>(gifSignature))) in networkReplyFinished()
90 setMapImageData(imageData); in networkReplyFinished()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dwimage.hpp183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData()
185 return reinterpret_cast<const T*>(image_->imageData); in ImageData()
206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
215 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
220 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
538 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageView()
549 header_.imageData = reinterpret_cast<char*>(data); in WImageView()
561 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageViewC()
570 header_.imageData = reinterpret_cast<char*>(0); in WImageViewC()
[all …]
H A Dtypes_c.h350 char *imageData; /**< Pointer to aligned image data. */ member
424 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
433 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dwimage.hpp183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData()
185 return reinterpret_cast<const T*>(image_->imageData); in ImageData()
206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
215 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
220 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
538 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageView()
549 header_.imageData = reinterpret_cast<char*>(data); in WImageView()
561 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageViewC()
570 header_.imageData = reinterpret_cast<char*>(0); in WImageViewC()
[all …]
H A Dtypes_c.h350 char *imageData; /**< Pointer to aligned image data. */ member
424 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
433 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dwimage.hpp183 T* ImageData() { return reinterpret_cast<T*>(image_->imageData); } in ImageData()
185 return reinterpret_cast<const T*>(image_->imageData); in ImageData()
206 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
210 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep); in Row()
215 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
220 return reinterpret_cast<T*>(image_->imageData + r*image_->widthStep) + in operator ()()
538 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageView()
549 header_.imageData = reinterpret_cast<char*>(data); in WImageView()
561 header_.imageData = reinterpret_cast<char*>((*img)(c, r)); in WImageViewC()
570 header_.imageData = reinterpret_cast<char*>(0); in WImageViewC()
[all …]
H A Dtypes_c.h350 char *imageData; /**< Pointer to aligned image data. */ member
424 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
433 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Ddvs_app.h104 struct imageData { struct
214 int dvsPutImageFrame(struct dvsEngine* engine, struct imageData* pimage_data);
H A Deis_loader.h34 using dvsPutImageFrame = int (*)(struct dvsEngine* engine, struct imageData* pimage_data);
H A Deis_algo_service.h97 std::map<int, std::unique_ptr<imageData>> dvs_images_;
H A Deis_algo_service.cpp384 struct imageData* image = new imageData(); in OnFrameEvent()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1465 const unsigned char *imageData = (const unsigned char *)data; in stbi_write_jpg_core() local
1483 r = imageData[p+0]; in stbi_write_jpg_core()
1484 g = imageData[p+ofsG]; in stbi_write_jpg_core()
1485 b = imageData[p+ofsB]; in stbi_write_jpg_core()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1465 const unsigned char *imageData = (const unsigned char *)data; in stbi_write_jpg_core() local
1483 r = imageData[p+0]; in stbi_write_jpg_core()
1484 g = imageData[p+ofsG]; in stbi_write_jpg_core()
1485 b = imageData[p+ofsB]; in stbi_write_jpg_core()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch60 + const uchar *src = data->texture.imageData;