Lines Matching refs:tfmt
781 struct v4l2_mbus_framefmt *tfmt, in fimc_pipeline_try_format() argument
796 if (WARN_ON(!sd || !tfmt)) in fimc_pipeline_try_format()
800 sfmt.format = *tfmt; in fimc_pipeline_try_format()
815 mf->code = tfmt->code = ffmt->mbus_code; in fimc_pipeline_try_format()
828 mf->code = tfmt->code; in fimc_pipeline_try_format()
841 if (mf->code != tfmt->code) in fimc_pipeline_try_format()
845 tfmt->width = mf->width; in fimc_pipeline_try_format()
846 tfmt->height = mf->height; in fimc_pipeline_try_format()
847 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
849 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
853 if (mf->width != tfmt->width || mf->height != tfmt->height) in fimc_pipeline_try_format()
855 tfmt->code = mf->code; in fimc_pipeline_try_format()
861 *tfmt = *mf; in fimc_pipeline_try_format()