summaryrefslogtreecommitdiff
path: root/src/android/jpeg
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/jpeg')
0 files changed, 0 insertions, 0 deletions
ss="hl opt">{ public: ViewFinder(QWidget *parent); int setFormat(unsigned int format, unsigned int width, unsigned int height); void display(const unsigned char *rgb, size_t size); private: unsigned int format_; unsigned int width_; unsigned int height_; FormatConverter converter_; QImage *image_; }; #endif /* __QCAM_VIEWFINDER__ */