Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/camss/
A Dcamss-video.c467 struct v4l2_pix_format_mplane *sd_pix = &format.fmt.pix_mp; in video_check_format() local
470 sd_pix->pixelformat = pix->pixelformat; in video_check_format()
475 if (pix->pixelformat != sd_pix->pixelformat || in video_check_format()
476 pix->height != sd_pix->height || in video_check_format()
477 pix->width != sd_pix->width || in video_check_format()
478 pix->num_planes != sd_pix->num_planes || in video_check_format()

Completed in 4 milliseconds