Searched refs:i4_blocking_mode (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_hle_interface.h | 331 ihevce_hle_ctxt_t *ps_hle_ctxt, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode); 343 ihevce_hle_ctxt_t *ps_hle_ctxt, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode); 348 WORD32 i4_blocking_mode, 355 WORD32 i4_blocking_mode, 399 WORD32 i4_blocking_mode,
|
D | ihevce_hle_q_func.h | 68 void *pv_enc_ctxt, WORD32 i4_q_id, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode); 73 void *pv_enc_ctxt, WORD32 i4_q_id, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode);
|
D | ihevce_multi_thrd_funcs.h | 68 void *pv_multi_thrd_ctxt, WORD32 i4_job_type, WORD32 i4_blocking_mode, WORD32 i4_curr_frm_id); 71 void *pv_multi_thrd_ctxt, WORD32 i4_job_type, WORD32 i4_blocking_mode, WORD32 i4_ping_pong);
|
D | ihevce_hle_q_func.c | 126 void *pv_enc_ctxt, WORD32 i4_q_id, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode) in ihevce_q_get_free_buff() argument 151 if(BUFF_QUE_BLOCKING_MODE == i4_blocking_mode) in ihevce_q_get_free_buff() 389 void *pv_enc_ctxt, WORD32 i4_q_id, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode) in ihevce_q_get_filled_buff() argument 414 if(BUFF_QUE_BLOCKING_MODE == i4_blocking_mode) in ihevce_q_get_filled_buff()
|
D | ihevce_hle_interface.c | 1640 ihevce_hle_ctxt_t *ps_hle_ctxt, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode) in ihevce_q_get_free_inp_data_buff() argument 1653 ps_hle_ctxt->apv_enc_hdl[0], IHEVCE_INPUT_DATA_CTRL_Q, pi4_buff_id, i4_blocking_mode); in ihevce_q_get_free_inp_data_buff() 1678 ihevce_hle_ctxt_t *ps_hle_ctxt, WORD32 *pi4_buff_id, WORD32 i4_blocking_mode) in ihevce_q_get_free_inp_ctrl_buff() argument 1684 ps_hle_ctxt->apv_enc_hdl[0], IHEVCE_INPUT_ASYNCH_CTRL_Q, pi4_buff_id, i4_blocking_mode); in ihevce_q_get_free_inp_ctrl_buff() 1711 WORD32 i4_blocking_mode, in ihevce_q_get_free_out_strm_buff() argument 1721 i4_blocking_mode); in ihevce_q_get_free_out_strm_buff() 1747 WORD32 i4_blocking_mode, in ihevce_q_get_free_out_recon_buff() argument 1757 i4_blocking_mode); in ihevce_q_get_free_out_recon_buff() 1911 WORD32 i4_blocking_mode, in ihevce_q_get_filled_recon_buff() argument 1921 i4_blocking_mode); in ihevce_q_get_filled_recon_buff() [all …]
|
D | ihevce_multi_thrd_funcs.c | 140 void *pv_multi_thrd_ctxt, WORD32 i4_job_type, WORD32 i4_blocking_mode, WORD32 i4_ping_pong) in ihevce_pre_enc_grp_get_next_job() argument 183 if(1 == i4_blocking_mode) in ihevce_pre_enc_grp_get_next_job() 248 void *pv_multi_thrd_ctxt, WORD32 i4_job_type, WORD32 i4_blocking_mode, WORD32 i4_curr_frm_id) in ihevce_enc_grp_get_next_job() argument 290 if(1 == i4_blocking_mode) in ihevce_enc_grp_get_next_job()
|