Home
last modified time | relevance | path

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

/external/libmpeg2/common/
Dithread.h59 WORD32 ithread_mutex_unlock(void *mutex);
Dithread.c107 WORD32 ithread_mutex_unlock(void *mutex) in ithread_mutex_unlock() function
Dimpeg2_job_queue.c129 i4_ret_val = ithread_mutex_unlock(ps_jobq->pv_mutex); in impeg2_jobq_unlock()
/external/libavc/common/
Dithread.h77 WORD32 ithread_mutex_unlock(void *mutex);
Dithread.c109 WORD32 ithread_mutex_unlock(void *mutex) in ithread_mutex_unlock() function
Dih264_list.c149 retval = ithread_mutex_unlock(ps_list->pv_mutex); in ih264_list_unlock()
Dih264_buf_mgr.c140 retval = ithread_mutex_unlock(ps_buf_mgr->pv_mutex); in ih264_buf_mgr_unlock()
/external/libhevc/common/
Dithread.h57 WORD32 ithread_mutex_unlock(void *mutex);
Dithread.c99 WORD32 ithread_mutex_unlock(void *mutex) in ithread_mutex_unlock() function
/external/libhevc/decoder/
Dihevcd_job_queue.c132 retval = ithread_mutex_unlock(ps_jobq->pv_mutex); in ihevcd_jobq_unlock()
Dihevcd_decode.c920 ret = ithread_mutex_unlock(ps_codec->apv_proc_done_mutex[i]); in ihevcd_decode()
Dihevcd_process_slice.c1615 ret = ithread_mutex_unlock(ps_dec->apv_proc_start_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
1681 ret = ithread_mutex_unlock(ps_dec->apv_proc_done_mutex[ps_proc->i4_id]); in ihevcd_process_thread()
Dihevcd_utils.c1258 ret = ithread_mutex_unlock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_parse_pic_init()
Dihevcd_api.c1497 ret = ithread_mutex_unlock(ps_codec->apv_proc_start_mutex[i]); in ihevcd_free_static_bufs()
/external/libavc/decoder/
Dih264d_defs.h263 #define H264_MUTEX_UNLOCK(lock) ithread_mutex_unlock(lock)
/external/libavc/encoder/
Dih264e_process.c2568 ithread_mutex_unlock(ps_codec->pv_entropy_mutex); in ih264e_process_thread()
2573 ithread_mutex_unlock(ps_codec->pv_entropy_mutex); in ih264e_process_thread()
2577 ithread_mutex_unlock(ps_codec->pv_entropy_mutex); in ih264e_process_thread()
Dih264e_api.c6419 ithread_mutex_unlock(ps_codec->pv_ctl_mutex); in ih264e_ctl()