Home
last modified time | relevance | path

Searched refs:m_nHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/include/
DExynosJpegApi.h75 int m_nHeight; variable
101 … m_nQFactor(0), m_nWidth(0), m_nHeight(0), m_v4l2Format(0), m_jpegFormat(0), m_nStreamSize(0) in ExynosJpegEncoder()
133 *piHeight = m_nHeight; in getSize()
138 if ((m_nWidth != iW) || (m_nHeight != iH)) { in setSize()
140 m_nHeight = iH; in setSize()
/hardware/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp48 unsigned short m_nHeight; member in CJpegStreamParser
71 unsigned int GetHeight() { return m_nHeight; } in GetHeight()
79 m_nHeight = 0; in Initialize()
187 m_nHeight = static_cast<unsigned short>(GetLength(addr)); in ParseFrame()
188 if ((m_nHeight < 8) || (m_nHeight > 16383)) { in ParseFrame()
189 ALOGE("Height %d is not supported", m_nHeight); in ParseFrame()
DExynosJpegEncoder.cpp34 if (!setSize(that->m_nWidth, that->m_nHeight)) in setJpegConfig()
220 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()