Searched refs:bitvecobj (Results 1 – 1 of 1) sorted by relevance
512 PyObject *bitvecobj = NULL; in sv_CaptureBurst() local561 if (!(bitvecobj = PyTuple_New(2 * info.size))) in sv_CaptureBurst()569 sts = PyTuple_SetItem(bitvecobj, i, evenitem); in sv_CaptureBurst()572 sts = PyTuple_SetItem(bitvecobj, i, odditem); in sv_CaptureBurst()578 bitvecobj = Py_None; in sv_CaptureBurst()585 videodata, bitvecobj); in sv_CaptureBurst()592 Py_XDECREF(bitvecobj); in sv_CaptureBurst()