Lines Matching refs:format
779 /* Check requested format index is within range */
792 * tvp7002_enum_mbus_code() - Enum supported digital video format on pad
804 /* Check requested format index is within range */
814 * tvp7002_get_pad_format() - get video format on pad
817 * @fmt: pointer to subdev format struct
819 * get video format for pad.
828 fmt->format.code = MEDIA_BUS_FMT_YUYV10_1X20;
829 fmt->format.width = tvp7002->current_timings->timings.bt.width;
830 fmt->format.height = tvp7002->current_timings->timings.bt.height;
831 fmt->format.field = tvp7002->current_timings->scanmode;
832 fmt->format.colorspace = tvp7002->current_timings->color_space;
838 * tvp7002_set_pad_format() - set video format on pad
841 * @fmt: pointer to subdev format struct
843 * set video format for pad.