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

  /external/libavc/common/
ithread.h 35 /* ithread_mutex_destroy */
73 WORD32 ithread_mutex_destroy(void *mutex);
ithread.c 99 WORD32 ithread_mutex_destroy(void *mutex) function
ih264_list.c 220 ret = ithread_mutex_destroy(ps_list->pv_mutex);
352 retval = ithread_mutex_destroy(ps_list->pv_mutex);
ih264_buf_mgr.c 209 ret = ithread_mutex_destroy(ps_buf_mgr->pv_mutex);
  /external/libhevc/common/
ithread.h 53 WORD32 ithread_mutex_destroy(void *mutex);
ithread.c 89 WORD32 ithread_mutex_destroy(void *mutex) function
  /external/libmpeg2/common/
ithread.h 55 WORD32 ithread_mutex_destroy(void *mutex);
ithread.c 97 WORD32 ithread_mutex_destroy(void *mutex) function
impeg2_job_queue.c 198 i4_ret = ithread_mutex_destroy(ps_jobq->pv_mutex);
316 i4_ret_val = ithread_mutex_destroy(ps_jobq->pv_mutex);
  /external/libhevc/decoder/
ihevcd_job_queue.c 201 ret = ithread_mutex_destroy(ps_jobq->pv_mutex);
319 retval = ithread_mutex_destroy(ps_jobq->pv_mutex);
  /external/libavc/encoder/
ih264e_api.c     [all...]

Completed in 496 milliseconds