Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp202 void* fbd_thread(void*);
612 void* fbd_thread(void* pArg) in fbd_thread() function
1432 if(0 != pthread_create(&fbd_thread_id, NULL, fbd_thread, NULL)) in main()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp329 void* fbd_thread(void*);
734 void* fbd_thread(void* pArg) in fbd_thread() function
1646 if (0 != pthread_create(&fbd_thread_id, NULL, fbd_thread, NULL)) { in main()