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,
402 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height) = 0;
571 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height,
611 virtual bool SetImageFormat(unsigned int v4l2_fmt, unsigned int width, unsigned int height);
/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoder.cpp220 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()
DExynosJpegEncoderForCamera.cpp187 if (!GetCompressor().SetImageFormat( in EnsureFormatIsApplied()
740 if (!m_phwjpeg4thumb->SetImageFormat(v4l2Format, m_nThumbWidth, m_nThumbHeight)) { in CompressThumbnailOnly()
Dlibhwjpeg-exynos.cpp418 if (!m_hwjpeg->SetImageFormat(output_format, output_width, output_height)) { in PrepareDecompression()
Dhwjpeg-v4l2.cpp149 bool CHWJpegV4L2Compressor::SetImageFormat(unsigned int v4l2_fmt, in SetImageFormat() function in CHWJpegV4L2Compressor
808 bool CHWJpegV4L2Decompressor::SetImageFormat(unsigned int v4l2_fmt, in SetImageFormat() function in CHWJpegV4L2Decompressor