Searched refs:decoder_thread (Results 1 – 3 of 3) sorted by relevance
218 let mut decoder_thread = CaptureThread::new( in start() localVariable228 let command_waker = Arc::clone(&decoder_thread.command_waker); in start()232 decoder_thread.poller.set_poll_counter(Arc::clone(counter)); in start()237 .spawn(move || decoder_thread.run()) in start()
668 SDL_Thread *decoder_thread; in main() local706 decoder_thread = SDL_CreateThread(decoder_thread_main, "Decoder thread", rd_ctx); in main()788 SDL_WaitThread(decoder_thread, &decoder_ret); in main()
159 let decoder_thread = CaptureThread { in new() localVariable170 Ok(decoder_thread) in new()