Reordering
This commit is contained in:
@@ -64,14 +64,14 @@ class Y2RService {
|
|||||||
// Service commands
|
// Service commands
|
||||||
void driverInitialize(u32 messagePointer);
|
void driverInitialize(u32 messagePointer);
|
||||||
void driverFinalize(u32 messagePointer);
|
void driverFinalize(u32 messagePointer);
|
||||||
void isBusyConversion(u32 messagePointer);
|
|
||||||
void pingProcess(u32 messagePointer);
|
|
||||||
void setTransferEndInterrupt(u32 messagePointer);
|
|
||||||
void getTransferEndEvent(u32 messagePointer);
|
void getTransferEndEvent(u32 messagePointer);
|
||||||
void getBlockAlignment(u32 messagePointer);
|
void getBlockAlignment(u32 messagePointer);
|
||||||
void getInputLines(u32 messagePointer);
|
void getInputLines(u32 messagePointer);
|
||||||
void getInputLineWidth(u32 messagePointer);
|
void getInputLineWidth(u32 messagePointer);
|
||||||
void getOutputFormat(u32 messagePointer);
|
void getOutputFormat(u32 messagePointer);
|
||||||
|
void isBusyConversion(u32 messagePointer);
|
||||||
|
void pingProcess(u32 messagePointer);
|
||||||
|
void setTransferEndInterrupt(u32 messagePointer);
|
||||||
|
|
||||||
void setAlpha(u32 messagePointer);
|
void setAlpha(u32 messagePointer);
|
||||||
void setBlockAlignment(u32 messagePointer);
|
void setBlockAlignment(u32 messagePointer);
|
||||||
|
|||||||
@@ -7,8 +7,10 @@ namespace Y2RCommands {
|
|||||||
enum : u32 {
|
enum : u32 {
|
||||||
SetInputFormat = 0x00010040,
|
SetInputFormat = 0x00010040,
|
||||||
SetOutputFormat = 0x00030040,
|
SetOutputFormat = 0x00030040,
|
||||||
|
GetOutputFormat = 0x00040000,
|
||||||
SetRotation = 0x00050040,
|
SetRotation = 0x00050040,
|
||||||
SetBlockAlignment = 0x00070040,
|
SetBlockAlignment = 0x00070040,
|
||||||
|
GetBlockAlignment = 0x00080000,
|
||||||
SetSpacialDithering = 0x00090040,
|
SetSpacialDithering = 0x00090040,
|
||||||
SetTemporalDithering = 0x000B0040,
|
SetTemporalDithering = 0x000B0040,
|
||||||
SetTransferEndInterrupt = 0x000D0040,
|
SetTransferEndInterrupt = 0x000D0040,
|
||||||
@@ -18,7 +20,9 @@ namespace Y2RCommands {
|
|||||||
SetSendingV = 0x00120102,
|
SetSendingV = 0x00120102,
|
||||||
SetReceiving = 0x00180102,
|
SetReceiving = 0x00180102,
|
||||||
SetInputLineWidth = 0x001A0040,
|
SetInputLineWidth = 0x001A0040,
|
||||||
|
GetInputLineWidth = 0x001B0000,
|
||||||
SetInputLines = 0x001C0040,
|
SetInputLines = 0x001C0040,
|
||||||
|
GetInputLines = 0x001D0000,
|
||||||
SetStandardCoeff = 0x00200040,
|
SetStandardCoeff = 0x00200040,
|
||||||
SetAlpha = 0x00220040,
|
SetAlpha = 0x00220040,
|
||||||
StartConversion = 0x00260000,
|
StartConversion = 0x00260000,
|
||||||
@@ -28,10 +32,6 @@ namespace Y2RCommands {
|
|||||||
PingProcess = 0x002A0000,
|
PingProcess = 0x002A0000,
|
||||||
DriverInitialize = 0x002B0000,
|
DriverInitialize = 0x002B0000,
|
||||||
DriverFinalize = 0x002C0000,
|
DriverFinalize = 0x002C0000,
|
||||||
GetBlockAlignment = 0x00080000,
|
|
||||||
GetInputLines = 0x001D0000,
|
|
||||||
GetInputLineWidth = 0x001B0000,
|
|
||||||
GetOutputFormat = 0x00040000
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user