Lines Matching refs:ui8SlotNum
388 IMG_UINT8 ui8SlotNum, in tng__fill_input_control() argument
403 MTX_CMDID_SW_FILL_INPUT_CTRL, ui8SlotNum, 0, 0); in tng__fill_input_control()
529 static void tng__update_air_send(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng__update_air_send() argument
535 tng__map_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
539 tng__unmap_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
543 MTX_CMDID_SW_UPDATE_AIR_SEND, ui8SlotNum, 0, 0); in tng__update_air_send()
827 static void tng_update_air_calc(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng_update_air_calc() argument
833 tng__map_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
834 tng__map_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf); in tng_update_air_calc()
839 tng__unmap_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
840 tng__unmap_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf); in tng_update_air_calc()
843 MTX_CMDID_SW_UPDATE_AIR_CALC, ui8SlotNum, 0, 0); in tng_update_air_calc()