Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsvmodule.c30 static PyObject *newcaptureobject(svobject *, void *, int);
254 return newcaptureobject(self->ob_svideo, visible, 0); in svc_FindVisibleRegion()
309 newcaptureobject(svobject *self, void *ptr, int mustunlock) in newcaptureobject() function
342 c = newcaptureobject(self, ptr, 1); in sv_GetCaptureData()