Lines Matching refs:tfmt
777 struct v4l2_mbus_framefmt *tfmt, in fimc_pipeline_try_format() argument
792 if (WARN_ON(!sd || !tfmt)) in fimc_pipeline_try_format()
796 sfmt.format = *tfmt; in fimc_pipeline_try_format()
811 mf->code = tfmt->code = ffmt->mbus_code; in fimc_pipeline_try_format()
824 mf->code = tfmt->code; in fimc_pipeline_try_format()
837 if (mf->code != tfmt->code) in fimc_pipeline_try_format()
841 tfmt->width = mf->width; in fimc_pipeline_try_format()
842 tfmt->height = mf->height; in fimc_pipeline_try_format()
843 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
845 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
849 if (mf->width != tfmt->width || mf->height != tfmt->height) in fimc_pipeline_try_format()
851 tfmt->code = mf->code; in fimc_pipeline_try_format()
857 *tfmt = *mf; in fimc_pipeline_try_format()