Settings services: Difference between revisions
No edit summary |
No edit summary |
||
Line 947: | Line 947: | ||
|- | |- | ||
| 3 || Friends | | 3 || Friends | ||
|} | |||
== TvResolution == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Auto | |||
|- | |||
| 1 || 1080p | |||
|- | |||
| 2 || 720p | |||
|- | |||
| 3 || 480p | |||
|} | |||
== HdmiContentType == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || None | |||
|- | |||
| 1 || Graphics | |||
|- | |||
| 2 || Cinema | |||
|- | |||
| 3 || Photo | |||
|- | |||
| 4 || Game | |||
|} | |||
== RgbRange == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || Auto | |||
|- | |||
| 1 || Full | |||
|- | |||
| 2 || Limited | |||
|} | |||
== CmuMode == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Description | |||
|- | |||
| 0 || None | |||
|- | |||
| 1 || ColorInvert | |||
|- | |||
| 2 || HighContrast | |||
|- | |||
| 3 || GrayScale | |||
|} | |} | ||
Line 1,022: | Line 1,082: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x4 || | | 0x0 || 0x4 || u32 flags. Bitmask with TvFlag. | ||
|- | |- | ||
| 0x4 || 0x4 || | | 0x4 || 0x4 || s32 [[#TvResolution|tv_resolution]] | ||
|- | |- | ||
| 0x8 || 0x4 || | | 0x8 || 0x4 || s32 [[#HdmiContentType|hdmi_content_type]] | ||
|- | |- | ||
| 0xC || 0x4 || | | 0xC || 0x4 || s32 [[#RgbRange|rgb_range]] | ||
|- | |- | ||
| 0x10 || 0x4 || | | 0x10 || 0x4 || s32 [[#CmuMode|cmu_mode]] | ||
|- | |- | ||
| 0x14 || 0x4 || | | 0x14 || 0x4 || u32 underscan | ||
|- | |- | ||
| 0x18 || 0x4 || | | 0x18 || 0x4 || float gamma | ||
|- | |- | ||
| 0x1C || 0x4 || | | 0x1C || 0x4 || float contrast | ||
|- | |- | ||
|} | |} |