Searched refs:audio_threads (Results 1 – 1 of 1) sorted by relevance
50 TCFrameThreadData audio_threads = { variable234 while (!stop_requested(&audio_threads)) { in process_audio_frame()295 return (audio_threads.count > 0); in tc_frame_threads_have_audio_workers()319 if (aworkers > 0 && !audio_threads.running) { in tc_frame_threads_init()320 audio_threads.count = aworkers; in tc_frame_threads_init()329 if (pthread_create(&audio_threads.threads[n], NULL, in tc_frame_threads_init()342 if (audio_threads.count > 0) { in tc_frame_threads_close()343 tc_frame_threads_stop(&audio_threads); in tc_frame_threads_close()346 audio_threads.count); in tc_frame_threads_close()347 for (n = 0; n < audio_threads.count; n++) in tc_frame_threads_close()[all …]