summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/power.svg
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2021-03-02 14:34:27 +0100
committerJacopo Mondi <jacopo@jmondi.org>2021-03-03 09:50:38 +0100
commit00fec7d5edaf190429654191a651a180b02d56f9 (patch)
tree1b19162d77b80ff77b348ea42911d93f47b1b5da /src/qcam/assets/feathericons/power.svg
parent1223da76a2671e9bbe05e286fb0ce8b29b55b529 (diff)
android: jpeg: Use CameraBuffer::jpegBufferSize()
Use the newly introduced function to retrieve the size of the JPEG encoding destination buffer, in order to calculate where the JPEG_BLOB_ID should be placed. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/qcam/assets/feathericons/power.svg')
0 files changed, 0 insertions, 0 deletions
/span>dst); void convertRGB(const unsigned char *src, unsigned char *dst); void convertYUV(const unsigned char *src, unsigned char *dst); unsigned int format_; unsigned int width_; unsigned int height_; enum FormatFamily formatFamily_; /* NV parameters */ unsigned int horzSubSample_; unsigned int vertSubSample_; bool nvSwap_; /* RGB parameters */ unsigned int bpp_; unsigned int r_pos_; unsigned int g_pos_; unsigned int b_pos_; /* YUV parameters */ unsigned int y_pos_; unsigned int cb_pos_; }; #endif /* __QCAM_FORMAT_CONVERTER_H__ */