Home
last modified time | relevance | path

Searched refs:right_offset (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen2_command.c232 u32 bottom_offset, right_offset; in iris_hfi_gen2_set_crop_offsets() local
239 right_offset = (inst->fmt_src->fmt.pix_mp.width - inst->crop.width); in iris_hfi_gen2_set_crop_offsets()
244 right_offset = (inst->fmt_dst->fmt.pix_mp.width - inst->compose.width); in iris_hfi_gen2_set_crop_offsets()
252 right_offset = (inst->enc_raw_width - inst->crop.width); in iris_hfi_gen2_set_crop_offsets()
259 right_offset = (ALIGN(inst->enc_scale_height, codec_align) - in iris_hfi_gen2_set_crop_offsets()
264 right_offset = (ALIGN(inst->enc_scale_width, codec_align) - in iris_hfi_gen2_set_crop_offsets()
273 payload[1] = FIELD_PREP(GENMASK(31, 16), right_offset) | bottom_offset; in iris_hfi_gen2_set_crop_offsets()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h376 s32 right_offset; member
H A Dipu6-fw-isys.c403 dev_dbg(dev, "\t.right_bottom = [%d, %d]\n", cfg->crop.right_offset, in ipu6_fw_isys_dump_stream_cfg()