media/i2c: virtual-camera: add more frequency

add 4096x2048 for 512 pixel align
add 5760x1080 equal to rgb888 1920*3 x 1080

Change-Id: I03e9ecc77524fe27b1b17608458c14d368e14ad8
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2019-01-18 14:34:31 +08:00
committed by Tao Huang
parent 86c809d4c4
commit afb13c8c81
+10
View File
@@ -118,11 +118,21 @@ static const struct output_mode supported_modes[] = {
.height = 2160,
.hts_def = 4300,
.vts_def = 2400,
}, {
.width = 4096,
.height = 2048,
.hts_def = 4300,
.vts_def = 2400,
}, {
.width = 5120,
.height = 2880,
.hts_def = 5800,
.vts_def = 3100,
}, {
.width = 5760,
.height = 1080,
.hts_def = 6400,
.vts_def = 1300,
},
};