Lines Matching refs:Py_buffer
15 audioop_getsample_impl(PyObject *module, Py_buffer *fragment, int width,
22 Py_buffer fragment = {NULL, NULL}; in audioop_getsample()
83 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
89 Py_buffer fragment = {NULL, NULL}; in audioop_max()
132 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width);
138 Py_buffer fragment = {NULL, NULL}; in audioop_minmax()
181 audioop_avg_impl(PyObject *module, Py_buffer *fragment, int width);
187 Py_buffer fragment = {NULL, NULL}; in audioop_avg()
230 audioop_rms_impl(PyObject *module, Py_buffer *fragment, int width);
236 Py_buffer fragment = {NULL, NULL}; in audioop_rms()
279 audioop_findfit_impl(PyObject *module, Py_buffer *fragment,
280 Py_buffer *reference);
286 Py_buffer fragment = {NULL, NULL}; in audioop_findfit()
287 Py_buffer reference = {NULL, NULL}; in audioop_findfit()
331 audioop_findfactor_impl(PyObject *module, Py_buffer *fragment,
332 Py_buffer *reference);
338 Py_buffer fragment = {NULL, NULL}; in audioop_findfactor()
339 Py_buffer reference = {NULL, NULL}; in audioop_findfactor()
383 audioop_findmax_impl(PyObject *module, Py_buffer *fragment,
390 Py_buffer fragment = {NULL, NULL}; in audioop_findmax()
441 audioop_avgpp_impl(PyObject *module, Py_buffer *fragment, int width);
447 Py_buffer fragment = {NULL, NULL}; in audioop_avgpp()
490 audioop_maxpp_impl(PyObject *module, Py_buffer *fragment, int width);
496 Py_buffer fragment = {NULL, NULL}; in audioop_maxpp()
539 audioop_cross_impl(PyObject *module, Py_buffer *fragment, int width);
545 Py_buffer fragment = {NULL, NULL}; in audioop_cross()
588 audioop_mul_impl(PyObject *module, Py_buffer *fragment, int width,
595 Py_buffer fragment = {NULL, NULL}; in audioop_mul()
649 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width,
656 Py_buffer fragment = {NULL, NULL}; in audioop_tomono()
721 audioop_tostereo_impl(PyObject *module, Py_buffer *fragment, int width,
728 Py_buffer fragment = {NULL, NULL}; in audioop_tostereo()
793 audioop_add_impl(PyObject *module, Py_buffer *fragment1,
794 Py_buffer *fragment2, int width);
800 Py_buffer fragment1 = {NULL, NULL}; in audioop_add()
801 Py_buffer fragment2 = {NULL, NULL}; in audioop_add()
855 audioop_bias_impl(PyObject *module, Py_buffer *fragment, int width, int bias);
861 Py_buffer fragment = {NULL, NULL}; in audioop_bias()
914 audioop_reverse_impl(PyObject *module, Py_buffer *fragment, int width);
920 Py_buffer fragment = {NULL, NULL}; in audioop_reverse()
963 audioop_byteswap_impl(PyObject *module, Py_buffer *fragment, int width);
969 Py_buffer fragment = {NULL, NULL}; in audioop_byteswap()
1012 audioop_lin2lin_impl(PyObject *module, Py_buffer *fragment, int width,
1019 Py_buffer fragment = {NULL, NULL}; in audioop_lin2lin()
1073 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width,
1081 Py_buffer fragment = {NULL, NULL}; in audioop_ratecv()
1183 audioop_lin2ulaw_impl(PyObject *module, Py_buffer *fragment, int width);
1189 Py_buffer fragment = {NULL, NULL}; in audioop_lin2ulaw()
1232 audioop_ulaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
1238 Py_buffer fragment = {NULL, NULL}; in audioop_ulaw2lin()
1281 audioop_lin2alaw_impl(PyObject *module, Py_buffer *fragment, int width);
1287 Py_buffer fragment = {NULL, NULL}; in audioop_lin2alaw()
1330 audioop_alaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
1336 Py_buffer fragment = {NULL, NULL}; in audioop_alaw2lin()
1379 audioop_lin2adpcm_impl(PyObject *module, Py_buffer *fragment, int width,
1386 Py_buffer fragment = {NULL, NULL}; in audioop_lin2adpcm()
1431 audioop_adpcm2lin_impl(PyObject *module, Py_buffer *fragment, int width,
1438 Py_buffer fragment = {NULL, NULL}; in audioop_adpcm2lin()