Home
last modified time | relevance | path

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

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