MVDSTD:GetConfig: Difference between revisions
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | Input format type, see below. | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| Line 105: | Line 105: | ||
| 0x58 | | 0x58 | ||
| 0x4 | | 0x4 | ||
| | | Output format type, see below. SKATER writes value 0x40002 here. The physaddr at offset 0x68 is only checked when this is value 0x00020001. | ||
|- | |- | ||
| 0x5C | | 0x5C | ||
| Line 130: | Line 130: | ||
For *_min/*_max/dimensions_alignment mentioned above: *_min = 16 for color-conversion, 48 for video processing. *_max = 2048 for color-conversion, 4672 for video processing. dimensions_alignment = 4 for color-conversion, 3 for video processing. | For *_min/*_max/dimensions_alignment mentioned above: *_min = 16 for color-conversion, 48 for video processing. *_max = 2048 for color-conversion, 4672 for video processing. dimensions_alignment = 4 for color-conversion, 3 for video processing. | ||
Input format type values: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 186: | Line 186: | ||
|} | |} | ||
Output format type values: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 226: | Line 226: | ||
|- | |- | ||
| 0x00040002 | | 0x00040002 | ||
| | | RGB565 | ||
|- | |- | ||
| 0x00040003 | | 0x00040003 | ||
| | | RGB888 | ||
|- | |- | ||
| 0x00040004 | | 0x00040004 | ||