Lines Matching refs:ob_svideo

16     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()
373 if (svEndContinuousCapture(self->ob_svideo)) in sv_EndContinuousCapture()
388 v = svIsVideoDisplayed(self->ob_svideo); in sv_IsVideoDisplayed()
404 if (svOutputOffset(self->ob_svideo, x_offset, y_offset)) in sv_OutputOffset()
419 if (svPutFrame(self->ob_svideo, buffer)) in sv_PutFrame()
437 if (svQuerySize(self->ob_svideo, w, h, &rw, &rh)) in sv_QuerySize()
452 if (svSetSize(self->ob_svideo, w, h)) in sv_SetSize()
466 if (svSetStdDefaults(self->ob_svideo)) in sv_SetStdDefaults()
482 if (svUseExclusive(self->ob_svideo, onoff, mode)) in sv_UseExclusive()
498 if (svWindowOffset(self->ob_svideo, x_offset, y_offset)) in sv_WindowOffset()
532 if (svQueryCaptureBufferSize(self->ob_svideo, &info, &bytes)) { in sv_CaptureBurst()
546 if (svCaptureBurst(self->ob_svideo, &info, str, bitvector)) { in sv_CaptureBurst()
614 if (svQueryCaptureBufferSize(self->ob_svideo, &info, &bytes)) in sv_CaptureOneFrame()
624 if (svCaptureOneFrame(self->ob_svideo, format, &width, &height, str)) { in sv_CaptureOneFrame()
646 if (svInitContinuousCapture(self->ob_svideo, &info)) in sv_InitContinuousCapture()
703 if (svLoadMap(self->ob_svideo, maptype, mapp)) { in sv_LoadMap()
722 if (svCloseVideo(self->ob_svideo)) in sv_CloseVideo()
725 self->ob_svideo = NULL; in sv_CloseVideo()
772 if ((*func)(self->ob_svideo, PVbuffer, length)) { in doParams()
886 if (self->ob_svideo != NULL) in svideo_dealloc()
887 (void) svCloseVideo(self->ob_svideo); in svideo_dealloc()
920 p->ob_svideo = svp; in newsvobject()