Searched refs:SetImageFormat (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwjpeg/include/ |
D | exynos-hwjpeg.h | 174 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height, 439 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height) = 0; 631 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height, 672 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height);
|
/hardware/google/graphics/common/libhwjpeg/ |
D | ExynosJpegEncoder.cpp | 193 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()
|
D | ExynosJpegEncoderForCamera.cpp | 182 if (!GetCompressor().SetImageFormat(getColorFormat(), width, height, thumb_width, in EnsureFormatIsApplied() 716 if (!m_phwjpeg4thumb->SetImageFormat(v4l2Format, m_nThumbWidth, m_nThumbHeight)) { in CompressThumbnailOnly()
|
D | libhwjpeg-exynos.cpp | 415 if (!m_hwjpeg->SetImageFormat(output_format, output_width, output_height)) { in PrepareDecompression()
|
D | hwjpeg-v4l2.cpp | 208 bool CHWJpegV4L2Compressor::SetImageFormat(unsigned int v4l2_fmt, unsigned int width, in SetImageFormat() function in CHWJpegV4L2Compressor 827 bool CHWJpegV4L2Decompressor::SetImageFormat(unsigned int v4l2_fmt, unsigned int width, in SetImageFormat() function in CHWJpegV4L2Decompressor
|