Searched refs:audioop_tostereo (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | audioop.c.h | 472 {"tostereo", (PyCFunction)audioop_tostereo, METH_FASTCALL, audioop_tostereo__doc__}, 479 audioop_tostereo(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_tostereo() function
|
/external/python/cpython2/Modules/ |
D | audioop.c | 860 audioop_tostereo(PyObject *self, PyObject *args) in audioop_tostereo() function 1667 { "tostereo", audioop_tostereo, METH_VARARGS },
|