Searched refs:p_thread_arg (Results 1 – 1 of 1) sorted by relevance
267 p_thread_arg); in decoder_test()273 p_thread_arg->decoder = decoder; in decoder_test()434 p_thread_arg->decoding = true; in decoder_test()450 while (p_thread_arg->decoding) in decoder_test()452 … rc = mjpegd_cond_timedwait(&p_thread_arg->cond, &p_thread_arg->mutex, p_args->abort_time); in decoder_test()466 if (p_thread_arg->decoding) in decoder_test()471 while (p_thread_arg->decoding) in decoder_test()473 os_cond_wait(&p_thread_arg->cond, &p_thread_arg->mutex); in decoder_test()508 if(p_thread_arg->decode_success) { in decoder_test()535 if (!p_thread_arg->decode_success) in decoder_test()[all …]