HomeSort by relevance Sort by last modified time
    Searched refs:ithread_mutex_lock (Results 1 - 13 of 13) sorted by null

  /external/libavc/common/
ithread.h 36 /* ithread_mutex_lock */
75 WORD32 ithread_mutex_lock(void *mutex);
ithread.c 104 WORD32 ithread_mutex_lock(void *mutex) function
ih264_buf_mgr.c 96 * Locks the buf_mgr context by calling ithread_mutex_lock()
110 retval = ithread_mutex_lock(ps_buf_mgr->pv_mutex);
ih264_list.c 105 * Locks the list context by calling ithread_mutex_lock()
119 retval = ithread_mutex_lock(ps_list->pv_mutex);
  /external/libhevc/common/
ithread.h 55 WORD32 ithread_mutex_lock(void *mutex);
ithread.c 94 WORD32 ithread_mutex_lock(void *mutex) function
  /external/libmpeg2/common/
ithread.h 57 WORD32 ithread_mutex_lock(void *mutex);
ithread.c 102 WORD32 ithread_mutex_lock(void *mutex) function
impeg2_job_queue.c 85 * Locks the jobq conext by calling ithread_mutex_lock()
99 i4_ret_val = ithread_mutex_lock(ps_jobq->pv_mutex);
  /external/libavc/decoder/
ih264d_defs.h 248 #define H264_MUTEX_LOCK(lock) ithread_mutex_lock(lock)
  /external/libhevc/decoder/
ihevcd_job_queue.c 88 * Locks the jobq conext by calling ithread_mutex_lock()
102 retval = ithread_mutex_lock(ps_jobq->pv_mutex);
  /external/libavc/encoder/
ih264e_process.c     [all...]
ih264e_api.c     [all...]

Completed in 352 milliseconds