Searched refs:writeptr (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudiosrc.c | 336 guint8 *writeptr; in gst_osx_audio_src_io_proc() local 365 &writeseg, &writeptr, &len)) in gst_osx_audio_src_io_proc() 373 memcpy (writeptr + buf->segoffset, in gst_osx_audio_src_io_proc()
|
/third_party/gstreamer/gstplugins_good/ext/jack/ |
D | gstjackaudiosrc.c | 210 guint8 *writeptr; in jack_process_cb() local 225 if (gst_audio_ring_buffer_prepare_read (buf, &writeseg, &writeptr, &len)) { in jack_process_cb() 234 data = (sample_t *) writeptr; in jack_process_cb() 239 GST_DEBUG ("copy %d frames: %p, %d bytes, %d channels", nframes, writeptr, in jack_process_cb()
|