video_common: XVID_VM_720_60_P->XVID_VM_1280x720_60_P.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-01-12 18:11:38 -08:00 committed by Nava kishore Manne
parent a9df392446
commit 8f144e911a
2 changed files with 6 additions and 5 deletions

View file

@ -89,6 +89,7 @@ typedef enum {
XVID_VM_1024x768_120_P_RB,
XVID_VM_1152x864_75_P,
XVID_VM_1280x720_50_P,
XVID_VM_1280x720_60_P,
XVID_VM_1280x768_60_P_RB,
XVID_VM_1280x768_60_P,
XVID_VM_1280x768_75_P,
@ -149,7 +150,6 @@ typedef enum {
XVID_VM_2560x1600_85_P,
XVID_VM_2560x1600_120_P_RB,
XVID_VM_720_60_P,
XVID_VM_1366x768_60_P,
XVID_VM_1080_24_P,
XVID_VM_1080_25_P,
@ -175,6 +175,7 @@ typedef enum {
XVID_VM_480_60_P = XVID_VM_720x480_60_P,
XVID_VM_720_50_P = XVID_VM_1280x720_50_P,
XVID_VM_720_60_P = XVID_VM_1280x720_60_P,
XVID_VM_WXGA_60_P = XVID_VM_1366x768_60_P,
XVID_VM_UXGA_60_P = XVID_VM_1600x1200_60_P,
XVID_VM_WSXGA_60_P = XVID_VM_1680x1050_60_P,

View file

@ -158,6 +158,10 @@ const XVid_VideoTimingMode XVid_VideoTimingModes[XVID_VM_NUM_SUPPORT] =
46080,
{1280, 440, 40, 220, 1980, 1,
720, 5, 5, 20, 750, 0, 0, 0, 0, 1} },
{ XVID_VM_1280x720_60_P, "720p@60Hz", XVID_FR_60HZ,
74250,
{1280, 110, 40, 220, 1650, 1,
720, 5, 5, 20, 750, 0, 0, 0, 0, 1} },
{ XVID_VM_1280x768_60_P_RB, "1280x768@60Hz (RB)", XVID_FR_60HZ,
68250,
{1280, 48, 32, 80, 1440, 0,
@ -396,10 +400,6 @@ const XVid_VideoTimingMode XVid_VideoTimingModes[XVID_VM_NUM_SUPPORT] =
1600, 3, 6, 85, 1694, 0, 0, 0, 0, 1} },
/* Progressive modes - non-DMT. */
{ XVID_VM_720_60_P, "720p@60Hz", XVID_FR_60HZ,
74250,
{1280, 110, 40, 220, 1650, 1,
720, 5, 5, 20, 750, 0, 0, 0, 0, 1} },
{ XVID_VM_1366x768_60_P, "1366x768@60Hz", XVID_FR_60HZ,
72000,
{1366, 14, 56, 64, 1500, 0,