Searched refs:captureobject (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | svmodule.c | 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() [all …]
|