Home
last modified time | relevance | path

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

/device/google/marlin/camera/usbcamcore/src/
DQCameraMjpegDecode.cpp134 thread_ctrl_blk_t *thread_ctrl_blks = NULL; variable
203 thread_ctrl_blks = (thread_ctrl_blk_t *)malloc( sizeof(thread_ctrl_blk_t)); in mjpegDecode()
204 if (!thread_ctrl_blks) in mjpegDecode()
209 memset(thread_ctrl_blks, 0, sizeof(thread_ctrl_blk_t)); in mjpegDecode()
211 thread_ctrl_blks[i].tid = i; in mjpegDecode()
212 thread_ctrl_blks[i].p_args = &test_args; in mjpegDecode()
213 os_mutex_init(&thread_ctrl_blks[i].mutex); in mjpegDecode()
214 os_cond_init(&thread_ctrl_blks[i].cond); in mjpegDecode()
216 rc = (int)decoder_test(&thread_ctrl_blks[i]); in mjpegDecode()