Lines Matching refs:ui8SlotNum
387 IMG_UINT8 ui8SlotNum, in tng__fill_input_control() argument
402 MTX_CMDID_SW_FILL_INPUT_CTRL, ui8SlotNum, 0, 0); in tng__fill_input_control()
528 static void tng__update_air_send(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng__update_air_send() argument
534 tng__map_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
538 tng__unmap_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
542 MTX_CMDID_SW_UPDATE_AIR_SEND, ui8SlotNum, 0, 0); in tng__update_air_send()
826 static void tng_update_air_calc(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng_update_air_calc() argument
832 tng__map_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
833 tng__map_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf); in tng_update_air_calc()
838 tng__unmap_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
839 tng__unmap_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf); in tng_update_air_calc()
842 MTX_CMDID_SW_UPDATE_AIR_CALC, ui8SlotNum, 0, 0); in tng_update_air_calc()