Searched refs:apv_proc_start_mutex (Results 1 – 4 of 4) sorted by relevance
1229 ps_codec->apv_proc_start_mutex[i] = in ihevcd_allocate_static_bufs()1234 ret = ithread_mutex_init(ps_codec->apv_proc_start_mutex[i]); in ihevcd_allocate_static_bufs()1490 ret = ithread_mutex_lock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_free_static_bufs()1497 ret = ithread_mutex_unlock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_free_static_bufs()1510 ret = ithread_mutex_destroy(ps_codec->apv_proc_start_mutex[i]); in ihevcd_free_static_bufs()1516 ALIGNED_FREE(ps_codec, ps_codec->apv_proc_start_mutex[0]); in ihevcd_free_static_bufs()
1252 ret = ithread_mutex_lock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_parse_pic_init()1258 ret = ithread_mutex_unlock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_parse_pic_init()
1605 ret = ithread_mutex_lock(ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()1612 ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()1615 ret = ithread_mutex_unlock(ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
2051 void *apv_proc_start_mutex[MAX_PROCESS_THREADS]; member