ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelay
The name vblankDelay is clearer. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
8f3a54ae6a
commit
3a59555414
@@ -22,7 +22,7 @@ enum ConfigOutputParameters {
|
||||
struct SensorConfig {
|
||||
uint32 gainDelay;
|
||||
uint32 exposureDelay;
|
||||
uint32 vblank;
|
||||
uint32 vblankDelay;
|
||||
uint32 sensorMetadata;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user