Home
last modified time | relevance | path

Searched refs:sd_pix (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-video.c418 struct v4l2_pix_format_mplane *sd_pix = &format.fmt.pix_mp; in video_check_format() local
421 sd_pix->pixelformat = pix->pixelformat; in video_check_format()
426 if (pix->pixelformat != sd_pix->pixelformat || in video_check_format()
427 pix->height != sd_pix->height || in video_check_format()
428 pix->width != sd_pix->width || in video_check_format()
429 pix->num_planes != sd_pix->num_planes || in video_check_format()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-video.c470 struct v4l2_pix_format_mplane *sd_pix = &format.fmt.pix_mp; in video_check_format() local
473 sd_pix->pixelformat = pix->pixelformat; in video_check_format()
478 if (pix->pixelformat != sd_pix->pixelformat || in video_check_format()
479 pix->height != sd_pix->height || in video_check_format()
480 pix->width != sd_pix->width || in video_check_format()
481 pix->num_planes != sd_pix->num_planes || in video_check_format()

Completed in 3 milliseconds