This patch add 3:2 ratio size (720x480) and wide aspect.
Change-Id: I58fe208069a33d79e6a87826969a71c3e3014db3
Signed-off-by: hyeonmyeong Choi <hyeon.choi@samsung.com>
1440, 1080,
1280, 1024,
1280, 720,
+ 720, 480,
640, 480,
320, 240,
176, 144,
{
2560, 1920,
2560, 1440,
+ 2160, 1440,
2048, 1536,
1600, 1200,
1280, 1024,
1280, 1024,
1280, 960,
1280, 720,
+ 720, 480,
640, 480,
176, 144,
};
{
1392, 1392,
1392, 1040,
+ 1392, 928,
1392, 784,
1280, 1024,
1280, 960,
allocCase = 2;
}
}
- if ((width == 1920 && height == 1080) || (width == 1280 && height == 720)) {
+ if ((width == 1920 && height == 1080) || (width == 1280 && height == 720) || (width == 720 && height == 480)) {
m_wideAspect = true;
}
else {