Searched refs:GetCompressor (Results 1 – 3 of 3) sorted by relevance
115 GetCompressor().Release(); in ~ExynosJpegEncoderForCamera()161 return GetCompressor().SetQuality(0, m_nThumbQuality) ? 0 : -1; in setThumbnailQuality()166 return GetCompressor().SetPadding2(padding, num_planes) ? 0 : -1; in setThumbnailPadding()182 if (!GetCompressor().SetImageFormat(getColorFormat(), width, height, thumb_width, in EnsureFormatIsApplied()301 if (!GetCompressor().SetJpegBuffer2(m_pIONThumbJpegBuffer, m_szIONThumbJpegBuffer)) { in PrepareCompression()307 if (!GetCompressor().SetJpegBuffer2(m_fdIONThumbJpegBuffer, m_szIONThumbJpegBuffer)) { in PrepareCompression()425 ssize_t mainlen = GetCompressor().Compress(&thumblen, block_mode); in encode()546 ssize_t streamlen = GetCompressor().WaitForCompression(&thumblen); in WaitForCompression()795 CHWJpegCompressor& hwjpeg = GetCompressor(); in setInBuf2()823 CHWJpegCompressor& hwjpeg = GetCompressor(); in setInBuf2()
125 GetCompressor().SetAuxFlags(EXYNOS_HWJPEG_AUXOPT_ENABLE_HWFC); in EnableHWFC()128 GetCompressor().ClearAuxFlags(EXYNOS_HWJPEG_AUXOPT_ENABLE_HWFC); in DisableHWFC()
90 CHWJpegCompressor &GetCompressor() { return m_hwjpeg; } in GetCompressor() function