Lines Matching refs:svobject

18 } svobject;  typedef
25 svobject *ob_svideo;
30 static PyObject *newcaptureobject(svobject *, void *, int);
288 capture_getattr(svobject *self, char *name) in capture_getattr()
309 newcaptureobject(svobject *self, void *ptr, int mustunlock) in newcaptureobject()
325 sv_GetCaptureData(svobject *self, PyObject *args) in sv_GetCaptureData()
351 sv_BindGLWindow(svobject *self, PyObject *args) in sv_BindGLWindow()
367 sv_EndContinuousCapture(svobject *self, PyObject *args) in sv_EndContinuousCapture()
381 sv_IsVideoDisplayed(svobject *self, PyObject *args) in sv_IsVideoDisplayed()
396 sv_OutputOffset(svobject *self, PyObject *args) in sv_OutputOffset()
412 sv_PutFrame(svobject *self, PyObject *args) in sv_PutFrame()
427 sv_QuerySize(svobject *self, PyObject *args) in sv_QuerySize()
444 sv_SetSize(svobject *self, PyObject *args) in sv_SetSize()
460 sv_SetStdDefaults(svobject *self, PyObject *args) in sv_SetStdDefaults()
474 sv_UseExclusive(svobject *self, PyObject *args) in sv_UseExclusive()
490 sv_WindowOffset(svobject *self, PyObject *args) in sv_WindowOffset()
506 sv_CaptureBurst(svobject *self, PyObject *args) in sv_CaptureBurst()
597 sv_CaptureOneFrame(svobject *self, PyObject *args) in sv_CaptureOneFrame()
637 sv_InitContinuousCapture(svobject *self, PyObject *args) in sv_InitContinuousCapture()
656 sv_LoadMap(svobject *self, PyObject *args) in sv_LoadMap()
717 sv_CloseVideo(svobject *self, PyObject *args) in sv_CloseVideo()
731 doParams(svobject *self, PyObject *args, in doParams()
884 svideo_dealloc(svobject *self) in svideo_dealloc()
892 svideo_getattr(svobject *self, char *name) in svideo_getattr()
901 sizeof(svobject), /*tp_size*/
915 svobject *p; in newsvobject()
917 p = PyObject_New(svobject, &Svtype); in newsvobject()