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, 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/ |
D | ExynosJpegEncoder.cpp | 220 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()
|
D | ExynosJpegEncoderForCamera.cpp | 187 if (!GetCompressor().SetImageFormat( in EnsureFormatIsApplied() 740 if (!m_phwjpeg4thumb->SetImageFormat(v4l2Format, m_nThumbWidth, m_nThumbHeight)) { in CompressThumbnailOnly()
|
D | libhwjpeg-exynos.cpp | 418 if (!m_hwjpeg->SetImageFormat(output_format, output_width, output_height)) { in PrepareDecompression()
|
D | hwjpeg-v4l2.cpp | 149 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
|