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
108 m_nHeight(0), in ExynosJpegEncoder()
147 *piHeight = m_nHeight; in getSize()
152 if ((m_nWidth != iW) || (m_nHeight != iH)) { in setSize()
154 m_nHeight = iH; in setSize()
/hardware/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp46 unsigned short m_nHeight; member in CJpegStreamParser
69 unsigned int GetHeight() { return m_nHeight; } in GetHeight()
76 m_nHeight = 0; in Initialize()
186 m_nHeight = static_cast<unsigned short>(GetLength(addr)); in ParseFrame()
187 if ((m_nHeight < 8) || (m_nHeight > 16383)) { in ParseFrame()
188 ALOGE("Height %d is not supported", m_nHeight); in ParseFrame()
DExynosJpegEncoder.cpp38 if (!setSize(that->m_nWidth, that->m_nHeight)) return -1; in setJpegConfig()
193 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()