Home
last modified time | relevance | path

Searched refs:currentImage (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp33 currentImage = image.convertToFormat(QImage::Format_Mono); in setPicture()
38 currentImage = image.convertToFormat(QImage::Format_MonoLSB); in setPicture()
43 currentImage = image.convertToFormat(QImage::Format_Indexed8); in setPicture()
48 currentImage = image.convertToFormat(QImage::Format_RGB32); in setPicture()
53 currentImage = image.convertToFormat(QImage::Format_ARGB32); in setPicture()
59 currentImage = image.convertToFormat(QImage::Format_ARGB32_Premultiplied); in setPicture()
65 currentImage = image.convertToFormat(QImage::Format_RGB16); in setPicture()
71 currentImage = image.convertToFormat(QImage::Format_ARGB8565_Premultiplied); in setPicture()
77 currentImage = image.convertToFormat(QImage::Format_RGB666); in setPicture()
83 currentImage = image.convertToFormat(QImage::Format_ARGB6666_Premultiplied); in setPicture()
[all …]
H A Dpicturewidget.cpp167 QImage currentImage; in covert_image_format() local
171 currentImage = image.convertToFormat(QImage::Format_Mono); in covert_image_format()
176 currentImage = image.convertToFormat(QImage::Format_MonoLSB); in covert_image_format()
181 currentImage = image.convertToFormat(QImage::Format_Indexed8); in covert_image_format()
186 currentImage = image.convertToFormat(QImage::Format_RGB32); in covert_image_format()
191 currentImage = image.convertToFormat(QImage::Format_ARGB32); in covert_image_format()
197 currentImage = image.convertToFormat(QImage::Format_ARGB32_Premultiplied); in covert_image_format()
203 currentImage = image.convertToFormat(QImage::Format_RGB16); in covert_image_format()
209 currentImage = image.convertToFormat(QImage::Format_ARGB8565_Premultiplied); in covert_image_format()
215 currentImage = image.convertToFormat(QImage::Format_RGB666); in covert_image_format()
[all …]
H A Dcprojectionpicture.h51 QImage currentImage; variable