Searched refs:m_native_depth (Results 1 - 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h74 void UseNativeDepth( bool yes ) { m_native_depth = yes; };
88 bool m_native_depth;// use the native bit depth of the image member in class:GrFmtReader
H A Dgrfmt_pxm.cpp297 if( !m_native_depth && m_bit_depth == 16 )
310 if( m_bit_depth == 8 || !m_native_depth ) {
320 else if( m_native_depth )
329 if( m_bit_depth == 8 || !m_native_depth )
334 else if( m_bit_depth == 8 || !m_native_depth )
H A Dgrfmt_exr.cpp200 bool justcopy = m_native_depth;
210 xstep = m_native_depth ? 4 : 1;
212 if( !m_native_depth || (!color && m_iscolor ))
411 if( !m_native_depth )
453 if( !m_native_depth )
476 if( !m_native_depth )
498 if( !m_native_depth )
534 if( m_native_depth )
548 if( m_native_depth )
H A Dgrfmt_base.cpp55 m_native_depth = false;
H A Dgrfmt_png.cpp199 if( m_bit_depth > 8 && !m_native_depth )
H A Dgrfmt_jpeg2000.cpp234 if( m_bit_depth == 8 || !m_native_depth )

Completed in 129 milliseconds