Searched refs:audioop_tomono (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 435 {"tomono", (PyCFunction)audioop_tomono, METH_FASTCALL, audioop_tomono__doc__}, 442 audioop_tomono(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_tomono() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 816 audioop_tomono(PyObject *self, PyObject *args) in audioop_tomono() function 1666 { "tomono", audioop_tomono, METH_VARARGS },
|