Searched refs:m_bit_depth (Results 1 - 7 of 7) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp175 m_bit_depth = 16;
205 int src_pitch = (m_width*m_bpp*m_bit_depth/8 + 7)/8;
214 src = new uchar[width3*m_bit_depth/8 + 32];
217 if( m_bit_depth == 8 )
277 if( m_bit_depth == 8 )
286 if( m_bit_depth == 16 && !isBigEndian() )
297 if( !m_native_depth && m_bit_depth == 16 )
310 if( m_bit_depth == 8 || !m_native_depth ) {
321 memcpy( data, src, m_width*m_bit_depth/8 );
329 if( m_bit_depth
[all...]
H A Dgrfmt_base.h73 int GetDepth() { return m_bit_depth; };
86 int m_bit_depth;// bit depth per channel (normally 8) member in class:GrFmtReader
H A Dgrfmt_png.cpp95 m_color_type = m_bit_depth = 0;
167 m_bit_depth = bit_depth;
199 if( m_bit_depth > 8 && !m_native_depth )
217 if( m_color_type == PNG_COLOR_TYPE_GRAY && m_bit_depth < 8 )
H A Dgrfmt_jpeg2000.cpp126 if( depth > m_bit_depth )
127 m_bit_depth = depth;
128 if( m_bit_depth > 8 )
129 m_bit_depth = 16;
234 if( m_bit_depth == 8 || !m_native_depth )
H A Dgrfmt_base.cpp54 m_bit_depth = 8;
H A Dgrfmt_imageio.cpp168 m_bit_depth, /* bit depth */
H A Dgrfmt_exr.cpp137 m_bit_depth = 32;

Completed in 88 milliseconds