Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c777 if (WARN_ON(!sd || !tfmt)) in fimc_pipeline_try_format()
780 sfmt.format = *tfmt; in fimc_pipeline_try_format()
807 mf->code = tfmt->code; in fimc_pipeline_try_format()
820 if (mf->code != tfmt->code) in fimc_pipeline_try_format()
824 tfmt->width = mf->width; in fimc_pipeline_try_format()
825 tfmt->height = mf->height; in fimc_pipeline_try_format()
826 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
828 ffmt = fimc_capture_try_format(ctx, &tfmt->width, &tfmt->height, in fimc_pipeline_try_format()
832 if (mf->width != tfmt->width || mf->height != tfmt->height) in fimc_pipeline_try_format()
834 tfmt->code = mf->code; in fimc_pipeline_try_format()
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch11676 + video_format_t tfmt;
11682 + tfmt = *fmt;
11683 + tfmt.i_sar_den = 1;
11684 + tfmt.i_sar_num = 1;
11685 + fmt = &tfmt;