Lines Matching defs:args
41 svc_conversion(captureobject *self, PyObject *args, void (*function)(), float factor) in svc_conversion()
73 svc_YUVtoYUV422DC(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC()
83 svc_YUVtoYUV422DC_quarter(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_quarter()
94 svc_YUVtoYUV422DC_sixteenth(captureobject *self, PyObject *args) in svc_YUVtoYUV422DC_sixteenth()
105 svc_YUVtoRGB(captureobject *self, PyObject *args) in svc_YUVtoRGB()
119 svc_RGB8toRGB32(captureobject *self, PyObject *args) in svc_RGB8toRGB32()
129 svc_InterleaveFields(captureobject *self, PyObject *args) in svc_InterleaveFields()
139 svc_GetFields(captureobject *self, PyObject *args) in svc_GetFields()
169 svc_UnlockCaptureData(captureobject *self, PyObject *args) in svc_UnlockCaptureData()
192 svc_lrectwrite(captureobject *self, PyObject *args) in svc_lrectwrite()
207 svc_writefile(captureobject *self, PyObject *args) in svc_writefile()
236 svc_FindVisibleRegion(captureobject *self, PyObject *args) in svc_FindVisibleRegion()
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()
794 sv_GetParam(PyObject *self, PyObject *args) in sv_GetParam()
800 sv_GetParamRange(PyObject *self, PyObject *args) in sv_GetParamRange()
806 sv_SetParam(PyObject *self, PyObject *args) in sv_SetParam()
835 sv_conversion(PyObject *self, PyObject *args, void (*function)(), in sv_conversion()
866 sv_InterleaveFields(PyObject *self, PyObject *args) in sv_InterleaveFields()
872 sv_RGB8toRGB32(PyObject *self, PyObject *args) in sv_RGB8toRGB32()
878 sv_YUVtoRGB(PyObject *self, PyObject *args) in sv_YUVtoRGB()
930 sv_OpenVideo(PyObject *self, PyObject *args) in sv_OpenVideo()