Searched defs:m_img (Results 1 - 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dhighgui.h367 IplImage* GetImage() { return m_img; };
371 int Width() { return !m_img ? 0 : !m_img->roi ? m_img->width : m_img->roi->width; };
372 int Height() { return !m_img ? 0 : !m_img->roi ? m_img->height : m_img->roi->height;};
373 int Bpp() { return m_img
380 IplImage* m_img; member in class:CvvImage
[all...]
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp880 MovePtr<UniqueImage>m_img; member in class:deqp::egl::Image::ImageFormatCase
1031 const bool isOk = op.action->invoke(api, m_img, m_refImg);

Completed in 146 milliseconds