• Home
  • Raw
  • Download

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()
51 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
57 Py_buffer fragment = {NULL, NULL}; in audioop_max()
85 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width);
91 Py_buffer fragment = {NULL, NULL}; in audioop_minmax()
119 audioop_avg_impl(PyObject *module, Py_buffer *fragment, int width);
125 Py_buffer fragment = {NULL, NULL}; in audioop_avg()
153 audioop_rms_impl(PyObject *module, Py_buffer *fragment, int width);
159 Py_buffer fragment = {NULL, NULL}; in audioop_rms()
187 audioop_findfit_impl(PyObject *module, Py_buffer *fragment,
188 Py_buffer *reference);
194 Py_buffer fragment = {NULL, NULL}; in audioop_findfit()
195 Py_buffer reference = {NULL, NULL}; in audioop_findfit()
226 audioop_findfactor_impl(PyObject *module, Py_buffer *fragment,
227 Py_buffer *reference);
233 Py_buffer fragment = {NULL, NULL}; in audioop_findfactor()
234 Py_buffer reference = {NULL, NULL}; in audioop_findfactor()
265 audioop_findmax_impl(PyObject *module, Py_buffer *fragment,
272 Py_buffer fragment = {NULL, NULL}; in audioop_findmax()
300 audioop_avgpp_impl(PyObject *module, Py_buffer *fragment, int width);
306 Py_buffer fragment = {NULL, NULL}; in audioop_avgpp()
334 audioop_maxpp_impl(PyObject *module, Py_buffer *fragment, int width);
340 Py_buffer fragment = {NULL, NULL}; in audioop_maxpp()
368 audioop_cross_impl(PyObject *module, Py_buffer *fragment, int width);
374 Py_buffer fragment = {NULL, NULL}; in audioop_cross()
402 audioop_mul_impl(PyObject *module, Py_buffer *fragment, int width,
409 Py_buffer fragment = {NULL, NULL}; in audioop_mul()
438 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width,
445 Py_buffer fragment = {NULL, NULL}; in audioop_tomono()
475 audioop_tostereo_impl(PyObject *module, Py_buffer *fragment, int width,
482 Py_buffer fragment = {NULL, NULL}; in audioop_tostereo()
512 audioop_add_impl(PyObject *module, Py_buffer *fragment1,
513 Py_buffer *fragment2, int width);
519 Py_buffer fragment1 = {NULL, NULL}; in audioop_add()
520 Py_buffer fragment2 = {NULL, NULL}; in audioop_add()
552 audioop_bias_impl(PyObject *module, Py_buffer *fragment, int width, int bias);
558 Py_buffer fragment = {NULL, NULL}; in audioop_bias()
587 audioop_reverse_impl(PyObject *module, Py_buffer *fragment, int width);
593 Py_buffer fragment = {NULL, NULL}; in audioop_reverse()
621 audioop_byteswap_impl(PyObject *module, Py_buffer *fragment, int width);
627 Py_buffer fragment = {NULL, NULL}; in audioop_byteswap()
655 audioop_lin2lin_impl(PyObject *module, Py_buffer *fragment, int width,
662 Py_buffer fragment = {NULL, NULL}; in audioop_lin2lin()
692 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width,
700 Py_buffer fragment = {NULL, NULL}; in audioop_ratecv()
734 audioop_lin2ulaw_impl(PyObject *module, Py_buffer *fragment, int width);
740 Py_buffer fragment = {NULL, NULL}; in audioop_lin2ulaw()
768 audioop_ulaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
774 Py_buffer fragment = {NULL, NULL}; in audioop_ulaw2lin()
802 audioop_lin2alaw_impl(PyObject *module, Py_buffer *fragment, int width);
808 Py_buffer fragment = {NULL, NULL}; in audioop_lin2alaw()
836 audioop_alaw2lin_impl(PyObject *module, Py_buffer *fragment, int width);
842 Py_buffer fragment = {NULL, NULL}; in audioop_alaw2lin()
870 audioop_lin2adpcm_impl(PyObject *module, Py_buffer *fragment, int width,
877 Py_buffer fragment = {NULL, NULL}; in audioop_lin2adpcm()
906 audioop_adpcm2lin_impl(PyObject *module, Py_buffer *fragment, int width,
913 Py_buffer fragment = {NULL, NULL}; in audioop_adpcm2lin()