Home
last modified time | relevance | path

Searched refs:ps_ctrl_buf (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_lap_interface.c2039 iv_input_ctrl_buffs_t *ps_ctrl_buf = NULL; in ihevce_lap_process() local
2051 ps_ctrl_buf = (iv_input_ctrl_buffs_t *)ihevce_q_get_filled_buff( in ihevce_lap_process()
2058 if(NULL != ps_ctrl_buf) in ihevce_lap_process()
2067 (WORD32 *)ps_ctrl_buf->pv_asynch_ctrl_bufs, in ihevce_lap_process()
2068 ps_ctrl_buf->i4_cmd_buf_size, in ihevce_lap_process()
2069 ps_ctrl_buf->i4_buf_id, in ihevce_lap_process()
2082 ps_hle_ctxt->apv_enc_hdl[0], IHEVCE_INPUT_ASYNCH_CTRL_Q, ps_ctrl_buf->i4_buf_id); in ihevce_lap_process()
Dihevce_plugin.c2036 iv_input_ctrl_buffs_t *ps_ctrl_buf; in ihevce_encode() local
2047 ps_ctrl_buf = (iv_input_ctrl_buffs_t *)ihevce_q_get_free_inp_ctrl_buff( in ihevce_encode()
2050 ps_ctrl_buf->i4_buf_id = buf_id; in ihevce_encode()
2053 pi4_cmd_buf = (WORD32 *)ps_ctrl_buf->pv_asynch_ctrl_bufs; in ihevce_encode()
2074 ps_ctrl_buf->i4_cmd_buf_size = 12 + sizeof(ihevce_dyn_config_prms_t); in ihevce_encode()