Lines Matching refs:fourcc
178 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc() argument
180 tpg->fourcc = fourcc; in tpg_s_fourcc()
191 switch (fourcc) { in tpg_s_fourcc()
304 switch (fourcc) { in tpg_s_fourcc()
736 if (tpg->qual == TPG_QUAL_GRAY || tpg->fourcc == V4L2_PIX_FMT_GREY || in precalculate_color()
737 tpg->fourcc == V4L2_PIX_FMT_Y16 || in precalculate_color()
738 tpg->fourcc == V4L2_PIX_FMT_Y16_BE) { in precalculate_color()
818 switch (tpg->fourcc) { in precalculate_color()
844 switch (tpg->fourcc) { in precalculate_color()
917 switch (tpg->fourcc) { in gen_twopix()
1203 switch (tpg->fourcc) { in tpg_g_interleaved_plane()