Searched refs:tfmt (Results 1 – 1 of 1) sorted by relevance
769 struct v4l2_mbus_framefmt *tfmt, in fimc_pipeline_try_format() argument784 if (WARN_ON(!sd || !tfmt)) in fimc_pipeline_try_format()788 sfmt.format = *tfmt; in fimc_pipeline_try_format()803 mf->code = tfmt->code = ffmt->mbus_code; in fimc_pipeline_try_format()816 mf->code = tfmt->code; in fimc_pipeline_try_format()829 if (mf->code != tfmt->code) in fimc_pipeline_try_format()833 tfmt->width = mf->width; in fimc_pipeline_try_format()834 tfmt->height = mf->height; in fimc_pipeline_try_format()835 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()837 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()[all …]