Searched refs:m_phwjpeg4thumb (Results 1 – 2 of 2) sorted by relevance
65 : m_phwjpeg4thumb(NULL), in ExynosJpegEncoderForCamera()84 m_phwjpeg4thumb = new CHWJpegV4L2Compressor(); in ExynosJpegEncoderForCamera()85 if (!m_phwjpeg4thumb) { in ExynosJpegEncoderForCamera()90 if (!m_phwjpeg4thumb->SetChromaSampFactor(2, 2)) { in ExynosJpegEncoderForCamera()118 delete m_phwjpeg4thumb; in ~ExynosJpegEncoderForCamera()716 if (!m_phwjpeg4thumb->SetImageFormat(v4l2Format, m_nThumbWidth, m_nThumbHeight)) { in CompressThumbnailOnly()737 if (!m_phwjpeg4thumb->SetImageBuffer(m_pThumbnailImageBuffer, m_szThumbnailImageLen, in CompressThumbnailOnly()743 if (!m_phwjpeg4thumb->SetImageBuffer(m_fdThumbnailImageBuffer, m_szThumbnailImageLen, in CompressThumbnailOnly()750 if (!m_phwjpeg4thumb->SetJpegBuffer(m_fdIONThumbJpegBuffer, m_szIONThumbJpegBuffer)) { in CompressThumbnailOnly()762 if (!m_phwjpeg4thumb->SetQuality(quality)) { in CompressThumbnailOnly()[all …]
40 CHWJpegCompressor* m_phwjpeg4thumb; variable