Home
last modified time | relevance | path

Searched refs:colorFrame (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_openni2.cpp141 openni::VideoFrameRef depthFrame, colorFrame; member in CvCapture_OpenNI2
357 this->colorFrame.release(); in ~CvCapture_OpenNI2()
634 propValue = (double)colorFrame.getTimestamp(); in getImageGeneratorProperty()
637 propValue = (double)colorFrame.getFrameIndex(); in getImageGeneratorProperty()
712 color.readFrame(&colorFrame); in grabFrame()
850 getBGRImageFromMetaData( colorFrame, outputMaps[CV_CAP_OPENNI_BGR_IMAGE].mat ); in retrieveBGRImage()
857 if (!colorFrame.isValid()) in retrieveGrayImage()
860 CV_Assert(colorFrame.getVideoMode().getPixelFormat() == openni::PIXEL_FORMAT_RGB888); // RGB in retrieveGrayImage()
863 getBGRImageFromMetaData(colorFrame, rgbImage); in retrieveGrayImage()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfTimeCode.h143 bool colorFrame = false,
185 bool colorFrame () const;
DImfTimeCode.cpp61 bool colorFrame, in TimeCode() argument
80 setColorFrame (colorFrame); in TimeCode()
248 TimeCode::colorFrame () const in colorFrame() function in Imf::TimeCode