Hi, I am looking at the source code for samsung exynos driver in here: https://android.googlesource.com/kernel/exynos/+/android-exynos-3.4/drivers/media/video/exynos/jpeg/jpeg_enc.c# What I don't understand it while it advertise it can support multiple plane format (set V4L2_CAP_VIDEO_OUTPUT_MPLANE in querycap(): cap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_CAPTURE_MPLANE | V4L2_CAP_VIDEO_OUTPUT_MPLANE; but all the formats in struct jpeg_fmt formats[] has memplanes equals 1. My question when will be the multiple plane functionality being utilized? Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html