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

  /external/libhevc/encoder/
ihevce_frame_process_utils.c 434 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
444 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
ihevce_entropy_cod.c 446 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
456 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
462 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
496 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl);
    [all...]
ihevce_hle_interface.c 368 ps_enc_ctxt->pv_rc_mutex_lock_hdl = NULL;
413 ps_enc_ctxt->pv_rc_mutex_lock_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle);
414 if(NULL == ps_enc_ctxt->pv_rc_mutex_lock_hdl)
    [all...]
ihevce_frame_process.c     [all...]
ihevce_enc_structs.h 2970 void *pv_rc_mutex_lock_hdl; member in struct:__anon28645
    [all...]

Completed in 46 milliseconds