Lines Matching defs:code
43 .code = MEDIA_BUS_FMT_RGB888_1X24,
111 struct v4l2_subdev_mbus_code_enum *code)
113 u32 mbus_code = vimc_mbus_code_by_index(code->index);
125 code->code = mbus_code;
139 /* Only accept code in the pix map table in non bayer format */
140 vpix = vimc_pix_map_by_code(fse->code);
187 /* Only accept code in the pix map table in non bayer format */
188 vpix = vimc_pix_map_by_code(fmt->code);
190 fmt->code = sink_fmt_default.code;
239 sink_fmt->width, sink_fmt->height, sink_fmt->code,
243 fmt->format.width, fmt->format.height, fmt->format.code,
347 vpix = vimc_pix_map_by_code(vsca->sink_fmt.code);