Searched refs:enc_host_cmd_tick (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-hw.c2177 result->enc_host_cmd_tick = vpu_read_reg(inst->dev, W5_RET_ENC_HOST_CMD_TICK);
2181 result->frame_cycle = (result->enc_encode_end_tick - result->enc_host_cmd_tick) *
2188 if (vpu_dev->last_performance_cycles < result->enc_host_cmd_tick)
2190 result->enc_host_cmd_tick) * p_enc_info->cycle_per_tick;
H A Dwave5-vpuapi.h634 u32 enc_host_cmd_tick; /* tick of ENC_PIC command for the picture */ member in struct:enc_output_info

Completed in 197 milliseconds