MVDSTD:GetConfig: Difference between revisions
No edit summary  | 
				|||
| Line 44: | Line 44: | ||
| 0x0C  | | 0x0C  | ||
| 0x4  | | 0x4  | ||
| Video width. Must be >=width_min  | | Video width. Must be >=width_min and <width_max.  | ||
|-  | |-  | ||
| 0x10  | | 0x10  | ||
| 0x4  | | 0x4  | ||
| Video height. Must be >=height_min  | | Video height. Must be >=height_min and <height_max.  | ||
|-  | |-  | ||
| 0x14  | | 0x14  | ||
| 0x4  | | 0x4  | ||
| Input data physical address, only set for   | | Input data physical address, only set for color-conversion.  | ||
|-  | |-  | ||
| 0x40  | | 0x40  | ||
| 0x4  | | 0x4  | ||
| 0x0 for   | | 0x0 for color-conversion, 0x1 for H.264.  | ||
|-  | |-  | ||
| 0x4C  | | 0x4C  | ||
| Line 84: | Line 84: | ||
| 0x68  | | 0x68  | ||
| 0x4  | | 0x4  | ||
| Output data physical address, only set for   | | Output data physical address, only set for color-conversion.  | ||
|}  | |}  | ||
| Line 90: | Line 90: | ||
See [[MVD_Services|here]] regarding "MJPEG". For "MJPEG", the output frame is split into two images via the two output physaddrs.  | See [[MVD_Services|here]] regarding "MJPEG". For "MJPEG", the output frame is split into two images via the two output physaddrs.  | ||
For *_min/*_max mentioned above: *_min = 16 for color-conversion, 48 for video processing. *_max = 2048 for color-conversion, 4672 for video processing.  | |||
Types:  | Types:  | ||