Searched refs:ithread_mutex_lock (Results 1 - 13 of 13) sorted by relevance

/external/libavc/common/
H A Dithread.h36 /* ithread_mutex_lock */
75 WORD32 ithread_mutex_lock(void *mutex);
H A Dithread.c104 WORD32 ithread_mutex_lock(void *mutex) function
H A Dih264_buf_mgr.c96 * Locks the buf_mgr context by calling ithread_mutex_lock()
110 retval = ithread_mutex_lock(ps_buf_mgr->pv_mutex);
H A Dih264_list.c105 * Locks the list context by calling ithread_mutex_lock()
119 retval = ithread_mutex_lock(ps_list->pv_mutex);
/external/libhevc/common/
H A Dithread.h55 WORD32 ithread_mutex_lock(void *mutex);
H A Dithread.c94 WORD32 ithread_mutex_lock(void *mutex) function
/external/libmpeg2/common/
H A Dithread.h57 WORD32 ithread_mutex_lock(void *mutex);
H A Dithread.c102 WORD32 ithread_mutex_lock(void *mutex) function
H A Dimpeg2_job_queue.c85 * Locks the jobq conext by calling ithread_mutex_lock()
99 i4_ret_val = ithread_mutex_lock(ps_jobq->pv_mutex);
/external/libavc/decoder/
H A Dih264d_defs.h252 #define H264_MUTEX_LOCK(lock) ithread_mutex_lock(lock)
/external/libhevc/decoder/
H A Dihevcd_job_queue.c88 * Locks the jobq conext by calling ithread_mutex_lock()
102 retval = ithread_mutex_lock(ps_jobq->pv_mutex);
/external/libavc/encoder/
H A Dih264e_process.c2466 int error = ithread_mutex_lock(ps_codec->pv_entropy_mutex);
H A Dih264e_api.c5496 ithread_mutex_lock(ps_codec->pv_ctl_mutex);

Completed in 1886 milliseconds