Lines Matching refs:format
177 * protecting @format and @flags members
194 * @csis_fmt: current CSIS pixel format
195 * @format: common media bus format for the source and sink pad
221 struct v4l2_mbus_framefmt format;
229 * struct csis_pix_format - CSIS pixel format description
331 struct v4l2_mbus_framefmt *mf = &state->format;
337 /* Color format */
574 return &state->format;
589 fmt->format = *mf;
594 csis_fmt = s5pcsis_try_format(&fmt->format);
597 *mf = fmt->format;
616 fmt->format = *mf;
847 state->format.code = s5pcsis_formats[0].code;
848 state->format.width = S5PCSIS_DEF_PIX_WIDTH;
849 state->format.height = S5PCSIS_DEF_PIX_HEIGHT;