Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsvmodule.c16 SV_nodeP ob_svideo; member
25 svobject *ob_svideo; member
179 if (svUnlockCaptureData(self->ob_svideo->ob_svideo, self->ob_capture)) in svc_UnlockCaptureData()
244 if (svFindVisibleRegion(self->ob_svideo->ob_svideo, in svc_FindVisibleRegion()
254 return newcaptureobject(self->ob_svideo, visible, 0); in svc_FindVisibleRegion()
279 (void)svUnlockCaptureData(self->ob_svideo->ob_svideo, in capture_dealloc()
282 Py_CLEAR(self->ob_svideo); in capture_dealloc()
316 p->ob_svideo = self; in newcaptureobject()
334 if (svGetCaptureData(self->ob_svideo, &ptr, &fieldID)) in sv_GetCaptureData()
359 if (svBindGLWindow(self->ob_svideo, wid, mode)) in sv_BindGLWindow()
[all …]