Lines Matching refs:captureobject
26 } captureobject; typedef
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()
275 capture_dealloc(captureobject *self) in capture_dealloc()
297 sizeof(captureobject), /*tp_size*/
311 captureobject *p; in newcaptureobject()
313 p = PyObject_New(captureobject, &Capturetype); in newcaptureobject()