Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Daudioop.c.h438 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width,
454 return_value = audioop_tomono_impl(module, &fragment, width, lfactor, rfactor); in audioop_tomono()
/external/python/cpython3/Modules/
Daudioop.c953 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width, in audioop_tomono_impl() function