Home
last modified time | relevance | path

Searched refs:m_format (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp71 dst.m_format = src.m_format; in DeepCopy()
85 m_format = format; in SetFormat()
151 m_format = PGM_BINARY_GRAYMAP; in ReadPGM()
153 m_format = PGM_BINARY_PIXMAP; in ReadPGM()
155 m_format = PGM_FORMAT_INVALID; in ReadPGM()
157 switch(m_format) in ReadPGM()
182 switch(m_format) in WritePGM()
210 switch (m_format) in SetupRowPointers()
229 if ( m_format != PGM_BINARY_PIXMAP ) return; in ConvertToGray()
236 m_format = PGM_BINARY_GRAYMAP; in ConvertToGray()
[all …]
H A DPgmImage.h71 int GetFormat() const { return m_format; } in GetFormat()
86 int m_format; variable