HomeSort by relevance Sort by last modified time
    Searched refs:m_bit_depth (Results 1 - 7 of 7) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 175 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 == 8 || !m_native_depth
    [all...]
grfmt_base.h 73 int GetDepth() { return m_bit_depth; };
86 int m_bit_depth;// bit depth per channel (normally 8) member in class:GrFmtReader
grfmt_png.cpp 95 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 )
grfmt_jpeg2000.cpp 126 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 )
grfmt_base.cpp 54 m_bit_depth = 8;
grfmt_imageio.cpp 168 m_bit_depth, /* bit depth */
grfmt_exr.cpp 137 m_bit_depth = 32;

Completed in 324 milliseconds