Searched refs:m_nWidth (Results 1 – 3 of 3) sorted by relevance
74 int m_nWidth; variable101 … m_nQFactor(0), m_nWidth(0), m_nHeight(0), m_v4l2Format(0), m_jpegFormat(0), m_nStreamSize(0) in ExynosJpegEncoder()132 *piWidth = m_nWidth; in getSize()138 if ((m_nWidth != iW) || (m_nHeight != iH)) { in setSize()139 m_nWidth = iW; in setSize()
47 unsigned short m_nWidth; member in CJpegStreamParser70 unsigned int GetWidth() { return m_nWidth; } in GetWidth()78 m_nWidth = 0; in Initialize()194 m_nWidth = static_cast<unsigned short>(GetLength(addr)); in ParseFrame()195 if ((m_nWidth < 8) || (m_nWidth > 16383)) { in ParseFrame()196 ALOGE("Width %d is not supported", m_nWidth); in ParseFrame()
34 if (!setSize(that->m_nWidth, that->m_nHeight)) in setJpegConfig()220 !m_hwjpeg.SetImageFormat(m_v4l2Format, m_nWidth, m_nHeight)) in __EnsureFormatIsApplied()