Home
last modified time | relevance | path

Searched refs:rec_thread (Results 1 – 6 of 6) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-audiodev/
H A Dandroid_jni_dev.c77 pj_thread_t *rec_thread; member
775 &stream->rec_thread); in android_create_stream()
1007 if (stream->rec_thread) { in strm_destroy()
1009 pj_thread_join(stream->rec_thread); in strm_destroy()
1010 pj_thread_destroy(stream->rec_thread); in strm_destroy()
1011 stream->rec_thread = NULL; in strm_destroy()
H A Dopensl_dev.c91 pj_thread_t *rec_thread; member
228 &stream->rec_thread); in bqRecorderCallback()
H A Dbdimad_dev.c128 pj_thread_t *rec_thread; member
459 &strm->rec_thread); in bdimad_CaptureCallback()
H A Dpa_dev.c82 pj_thread_t *rec_thread; member
192 &stream->rec_thread); in PaRecorderCallback()
H A Dcoreaudio_dev.m134 pj_thread_t *rec_thread;
769 &strm->rec_thread);
921 &strm->rec_thread);
/dports/multimedia/butt/butt-0.1.27/src/
H A Dport_audio.cpp76 pthread_t rec_thread; variable
516 pthread_create(&rec_thread, NULL, snd_rec_thread, NULL); in snd_start_rec()