Camera Services: Difference between revisions

Guiand (talk | contribs)
Add y2r enums from Brunswick Pro Bowling DWARF information
Guiand (talk | contribs)
Fix order of command arguments
Line 33: Line 33:
|-
|-
| 0x00100102
| 0x00100102
| SetSendingY(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02000 into your buf.
| SetSendingY(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02000 into your buf.
|-
|-
| 0x00110102
| 0x00110102
| SetSendingU(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02080 into your buf.
| SetSendingU(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02080 into your buf.
|-
|-
| 0x00120102
| 0x00120102
| SetSendingV(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02100 into your buf.
| SetSendingV(unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride, 0, Handle srcProcess). This DMAs from 0x1EE02100 into your buf.
|-
|-
| 0x00130102
| 0x00130102