Home
last modified time | relevance | path

Searched refs:decoder_thread (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/
Dstateful.rs218 let mut decoder_thread = CaptureThread::new( in start() localVariable
228 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()
/aosp_15_r20/external/libdav1d/examples/
H A Ddav1dplay.c668 SDL_Thread *decoder_thread; in main() local
706 decoder_thread = SDL_CreateThread(decoder_thread_main, "Decoder thread", rd_ctx); in main()
788 SDL_WaitThread(decoder_thread, &decoder_ret); in main()
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/stateful/
Dcapture_thread.rs159 let decoder_thread = CaptureThread { in new() localVariable
170 Ok(decoder_thread) in new()