Searched refs:ps_lap_interface_ctxt (Results 1 – 1 of 1) sorted by relevance
744 lap_intface_t *ps_lap_interface_ctxt; in ihevce_hle_interface_thrd() local1208 ps_lap_interface_ctxt = (lap_intface_t *)s_memtab.pv_base; in ihevce_hle_interface_thrd()1211 ps_lap_interface_ctxt->pv_hle_ctxt = ps_hle_ctxt; in ihevce_hle_interface_thrd()1213 ps_lap_interface_ctxt->pv_lap_module_ctxt = ps_enc_ctxt->s_module_ctxt.pv_lap_ctxt; in ihevce_hle_interface_thrd()1214 ps_lap_interface_ctxt->i4_ctrl_in_que_id = IHEVCE_INPUT_ASYNCH_CTRL_Q; in ihevce_hle_interface_thrd()1215 ps_lap_interface_ctxt->i4_ctrl_out_que_id = IHEVCE_OUTPUT_STATUS_Q; in ihevce_hle_interface_thrd()1216 ps_lap_interface_ctxt->i4_ctrl_cmd_buf_size = ENC_COMMAND_BUFF_SIZE; in ihevce_hle_interface_thrd()1217 ps_lap_interface_ctxt->i4_ctrl_in_que_blocking_mode = BUFF_QUE_BLOCKING_MODE; in ihevce_hle_interface_thrd()1218 ps_lap_interface_ctxt->ps_sys_api = &ps_enc_ctxt_base->ps_stat_prms->s_sys_api; in ihevce_hle_interface_thrd()1219 ps_enc_ctxt_base->pv_lap_interface_ctxt = (void *)ps_lap_interface_ctxt; in ihevce_hle_interface_thrd()[all …]