Searched refs:fmt_src (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 201 width = inst->fmt_src->fmt.pix_mp.width; in iris_hfi_gen2_set_bitstream_resolution() 202 height = inst->fmt_src->fmt.pix_mp.height; in iris_hfi_gen2_set_bitstream_resolution() 238 bottom_offset = (inst->fmt_src->fmt.pix_mp.height - inst->crop.height); in iris_hfi_gen2_set_crop_offsets() 239 right_offset = (inst->fmt_src->fmt.pix_mp.width - inst->crop.width); in iris_hfi_gen2_set_crop_offsets() 359 struct v4l2_pix_format_mplane *pixmp = &inst->fmt_src->fmt.pix_mp; in iris_hfi_gen2_set_colorspace() 487 pixelformat = inst->fmt_src->fmt.pix_mp.pixelformat; in iris_hfi_gen2_set_colorformat() 512 pixelformat = inst->fmt_src->fmt.pix_mp.pixelformat; in iris_hfi_gen2_set_linear_stride_scanline() 513 stride_y = ALIGN(inst->fmt_src->fmt.pix_mp.width, 128); in iris_hfi_gen2_set_linear_stride_scanline() 514 scanline_y = ALIGN(inst->fmt_src->fmt.pix_mp.height, 32); in iris_hfi_gen2_set_linear_stride_scanline()
|
| H A D | iris_hfi_gen1_command.c | 740 fs.width = inst->fmt_src->fmt.pix_mp.width; in iris_hfi_gen1_set_resolution() 741 fs.height = inst->fmt_src->fmt.pix_mp.height; in iris_hfi_gen1_set_resolution() 798 pixelformat = inst->fmt_src->fmt.pix_mp.pixelformat; in iris_hfi_gen1_set_raw_format() 970 ALIGN(inst->fmt_src->fmt.pix_mp.width, 128); in iris_hfi_gen1_set_stride() 972 ALIGN(inst->fmt_src->fmt.pix_mp.height, 32); in iris_hfi_gen1_set_stride() 974 ALIGN(inst->fmt_src->fmt.pix_mp.width, 128); in iris_hfi_gen1_set_stride() 976 (ALIGN(inst->fmt_src->fmt.pix_mp.height, 32)) / 2; in iris_hfi_gen1_set_stride()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | ispccdc.c | 1121 struct v4l2_subdev_format fmt_src = { in ccdc_configure() local 1159 fmt_src.pad = pad->index; in ccdc_configure() 1160 if (!v4l2_subdev_call(sensor, pad, get_fmt, NULL, &fmt_src)) { in ccdc_configure() 1161 fmt_info = omap3isp_video_format_info(fmt_src.format.code); in ccdc_configure()
|