Home
last modified time | relevance | path

Searched refs:depthFrame (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp182 ni2src->depthFrame = new openni::VideoFrameRef (); in gst_openni2_src_init()
229 if (ni2src->depthFrame) { in gst_openni2_src_finalize()
230 delete ni2src->depthFrame; in gst_openni2_src_finalize()
231 ni2src->depthFrame = NULL; in gst_openni2_src_finalize()
332 if (src->depthFrame) in gst_openni2_src_stop()
333 src->depthFrame->release (); in gst_openni2_src_stop()
647 rc = src->depth->readFrame (src->depthFrame); in openni2_read_gstbuffer()
666 guint16 *pDepth = (guint16 *) src->depthFrame->getData (); in openni2_read_gstbuffer()
677 pDepth += src->depthFrame->getStrideInBytes () / 2; in openni2_read_gstbuffer()
685 src->depthFrame->getDataSize ()); in openni2_read_gstbuffer()
[all …]
Dgstopenni2src.h69 openni::VideoFrameRef *depthFrame, *colorFrame; member