Home
last modified time | relevance | path

Searched refs:audioop_ulaw2lin (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Daudioop.c.h765 {"ulaw2lin", (PyCFunction)audioop_ulaw2lin, METH_FASTCALL, audioop_ulaw2lin__doc__},
771 audioop_ulaw2lin(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in audioop_ulaw2lin() function
/external/python/cpython2/Modules/
Daudioop.c1320 audioop_ulaw2lin(PyObject *self, PyObject *args) in audioop_ulaw2lin() function
1659 { "ulaw2lin", audioop_ulaw2lin, METH_VARARGS },