Home
last modified time | relevance | path

Searched refs:SetImageFormat (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h174 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/
DExynosJpegEncoder.cpp193 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()
DExynosJpegEncoderForCamera.cpp182 if (!GetCompressor().SetImageFormat(getColorFormat(), width, height, thumb_width, in EnsureFormatIsApplied()
716 if (!m_phwjpeg4thumb->SetImageFormat(v4l2Format, m_nThumbWidth, m_nThumbHeight)) { in CompressThumbnailOnly()
Dlibhwjpeg-exynos.cpp415 if (!m_hwjpeg->SetImageFormat(output_format, output_width, output_height)) { in PrepareDecompression()
Dhwjpeg-v4l2.cpp208 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