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()
73 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
79 Py_buffer fragment = {NULL, NULL}; in audioop_max()
117 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width);
123 Py_buffer fragment = {NULL, NULL}; in audioop_minmax()
161 audioop_avg_impl(PyObject *module, Py_buffer *fragment, int width);
167 Py_buffer fragment = {NULL, NULL}; in audioop_avg()
205 audioop_rms_impl(PyObject *module, Py_buffer *fragment, int width);
211 Py_buffer fragment = {NULL, NULL}; in audioop_rms()
249 audioop_findfit_impl(PyObject *module, Py_buffer *fragment,
250 Py_buffer *reference);
256 Py_buffer fragment = {NULL, NULL}; in audioop_findfit()
257 Py_buffer reference = {NULL, NULL}; in audioop_findfit()
301 audioop_findfactor_impl(PyObject *module, Py_buffer *fragment,
302 Py_buffer *reference);
308 Py_buffer fragment = {NULL, NULL}; in audioop_findfactor()
309 Py_buffer reference = {NULL, NULL}; in audioop_findfactor()
353 audioop_findmax_impl(PyObject *module, Py_buffer *fragment,
360 Py_buffer fragment = {NULL, NULL}; in audioop_findmax()
406 audioop_avgpp_impl(PyObject *module, Py_buffer *fragment, int width);
412 Py_buffer fragment = {NULL, NULL}; in audioop_avgpp()
450 audioop_maxpp_impl(PyObject *module, Py_buffer *fragment, int width);
456 Py_buffer fragment = {NULL, NULL}; in audioop_maxpp()
494 audioop_cross_impl(PyObject *module, Py_buffer *fragment, int width);
500 Py_buffer fragment = {NULL, NULL}; in audioop_cross()
538 audioop_mul_impl(PyObject *module, Py_buffer *fragment, int width,
545 Py_buffer fragment = {NULL, NULL}; in audioop_mul()
594 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width,
601 Py_buffer fragment = {NULL, NULL}; in audioop_tomono()
661 audioop_tostereo_impl(PyObject *module, Py_buffer *fragment, int width,
668 Py_buffer fragment = {NULL, NULL}; in audioop_tostereo()
728 audioop_add_impl(PyObject *module, Py_buffer *fragment1,
729 Py_buffer *fragment2, int width);
735 Py_buffer fragment1 = {NULL, NULL}; in audioop_add()
736 Py_buffer fragment2 = {NULL, NULL}; in audioop_add()
785 audioop_bias_impl(PyObject *module, Py_buffer *fragment, int width, int bias);
791 Py_buffer fragment = {NULL, NULL}; in audioop_bias()
834 audioop_reverse_impl(PyObject *module, Py_buffer *fragment, int width);
840 Py_buffer fragment = {NULL, NULL}; in audioop_reverse()
878 audioop_byteswap_impl(PyObject *module, Py_buffer *fragment, int width);
884 Py_buffer fragment = {NULL, NULL}; in audioop_byteswap()
922 audioop_lin2lin_impl(PyObject *module, Py_buffer *fragment, int width,
929 Py_buffer fragment = {NULL, NULL}; in audioop_lin2lin()
973 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width,
981 Py_buffer fragment = {NULL, NULL}; in audioop_ratecv()
1053 audioop_lin2ulaw_impl(PyObject *module, Py_buffer *fragment, int width);
1059 Py_buffer fragment = {NULL, NULL}; in audioop_lin2ulaw()
1097 audioop_ulaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
1103 Py_buffer fragment = {NULL, NULL}; in audioop_ulaw2lin()
1141 audioop_lin2alaw_impl(PyObject *module, Py_buffer *fragment, int width);
1147 Py_buffer fragment = {NULL, NULL}; in audioop_lin2alaw()
1185 audioop_alaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
1191 Py_buffer fragment = {NULL, NULL}; in audioop_alaw2lin()
1229 audioop_lin2adpcm_impl(PyObject *module, Py_buffer *fragment, int width,
1236 Py_buffer fragment = {NULL, NULL}; in audioop_lin2adpcm()
1276 audioop_adpcm2lin_impl(PyObject *module, Py_buffer *fragment, int width,
1283 Py_buffer fragment = {NULL, NULL}; in audioop_adpcm2lin()