[wpiutil] Rename PixelFormat constants to all caps

This commit is contained in:
Peter Johnson
2026-03-15 22:29:01 -07:00
parent e5107e7e00
commit 9ce9918763
28 changed files with 361 additions and 345 deletions

View File

@@ -17,7 +17,7 @@ public class RawFrame implements AutoCloseable {
private int m_width;
private int m_height;
private int m_stride;
private PixelFormat m_pixelFormat = PixelFormat.kUnknown;
private PixelFormat m_pixelFormat = PixelFormat.UNKNOWN;
private long m_time;
private TimestampSource m_timeSource = TimestampSource.kUnknown;