Searched refs:p_thread_arg (Results 1 – 1 of 1) sorted by relevance
240 thread_ctrl_blk_t *p_thread_arg = (thread_ctrl_blk_t *)arg; in decoder_test() local241 test_args_t *p_args = p_thread_arg->p_args; in decoder_test()261 ALOGD("%s: before jpegd_init p_thread_arg: %p", __func__, p_thread_arg); in decoder_test()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()449 os_mutex_lock(&p_thread_arg->mutex); 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()456 os_mutex_unlock(&p_thread_arg->mutex); in decoder_test()[all …]