• Home
  • Raw
  • Download

Lines Matching refs:METH_OLDARGS

258     {"YUVtoRGB",                (PyCFunction)svc_YUVtoRGB, METH_OLDARGS},
259 {"RGB8toRGB32", (PyCFunction)svc_RGB8toRGB32, METH_OLDARGS},
260 {"InterleaveFields", (PyCFunction)svc_InterleaveFields, METH_OLDARGS},
261 {"UnlockCaptureData", (PyCFunction)svc_UnlockCaptureData, METH_OLDARGS},
262 {"FindVisibleRegion", (PyCFunction)svc_FindVisibleRegion, METH_OLDARGS},
263 {"GetFields", (PyCFunction)svc_GetFields, METH_OLDARGS},
264 {"YUVtoYUV422DC", (PyCFunction)svc_YUVtoYUV422DC, METH_OLDARGS},
265 {"YUVtoYUV422DC_quarter",(PyCFunction)svc_YUVtoYUV422DC_quarter, METH_OLDARGS},
266 {"YUVtoYUV422DC_sixteenth",(PyCFunction)svc_YUVtoYUV422DC_sixteenth, METH_OLDARGS},
268 {"lrectwrite", (PyCFunction)svc_lrectwrite, METH_OLDARGS},
270 {"writefile", (PyCFunction)svc_writefile, METH_OLDARGS},
812 {"BindGLWindow", (PyCFunction)sv_BindGLWindow, METH_OLDARGS},
813 {"EndContinuousCapture",(PyCFunction)sv_EndContinuousCapture, METH_OLDARGS},
814 {"IsVideoDisplayed", (PyCFunction)sv_IsVideoDisplayed, METH_OLDARGS},
815 {"OutputOffset", (PyCFunction)sv_OutputOffset, METH_OLDARGS},
816 {"PutFrame", (PyCFunction)sv_PutFrame, METH_OLDARGS},
817 {"QuerySize", (PyCFunction)sv_QuerySize, METH_OLDARGS},
818 {"SetSize", (PyCFunction)sv_SetSize, METH_OLDARGS},
819 {"SetStdDefaults", (PyCFunction)sv_SetStdDefaults, METH_OLDARGS},
820 {"UseExclusive", (PyCFunction)sv_UseExclusive, METH_OLDARGS},
821 {"WindowOffset", (PyCFunction)sv_WindowOffset, METH_OLDARGS},
822 {"InitContinuousCapture",(PyCFunction)sv_InitContinuousCapture, METH_OLDARGS},
823 {"CaptureBurst", (PyCFunction)sv_CaptureBurst, METH_OLDARGS},
824 {"CaptureOneFrame", (PyCFunction)sv_CaptureOneFrame, METH_OLDARGS},
825 {"GetCaptureData", (PyCFunction)sv_GetCaptureData, METH_OLDARGS},
826 {"CloseVideo", (PyCFunction)sv_CloseVideo, METH_OLDARGS},
827 {"LoadMap", (PyCFunction)sv_LoadMap, METH_OLDARGS},
828 {"GetParam", (PyCFunction)sv_GetParam, METH_OLDARGS},
829 {"GetParamRange", (PyCFunction)sv_GetParamRange, METH_OLDARGS},
830 {"SetParam", (PyCFunction)sv_SetParam, METH_OLDARGS},
945 {"InterleaveFields", (PyCFunction)sv_InterleaveFields, METH_OLDARGS},
946 {"RGB8toRGB32", (PyCFunction)sv_RGB8toRGB32, METH_OLDARGS},
947 {"YUVtoRGB", (PyCFunction)sv_YUVtoRGB, METH_OLDARGS},
948 {"OpenVideo", (PyCFunction)sv_OpenVideo, METH_OLDARGS},