Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-capture.c774 if (WARN_ON(!sd || !tfmt)) in fimc_pipeline_try_format()
778 sfmt.format = *tfmt; in fimc_pipeline_try_format()
806 mf->code = tfmt->code; in fimc_pipeline_try_format()
819 if (mf->code != tfmt->code) in fimc_pipeline_try_format()
823 tfmt->width = mf->width; in fimc_pipeline_try_format()
824 tfmt->height = mf->height; in fimc_pipeline_try_format()
825 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
827 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
831 if (mf->width != tfmt->width || mf->height != tfmt->height) in fimc_pipeline_try_format()
833 tfmt->code = mf->code; in fimc_pipeline_try_format()
[all …]

Completed in 11 milliseconds