Expand description
Utility functions for binary reading and color conversion.
Structs§
- BigEndian
Reader - Binary reader wrapper for big-endian data (used in PGS).
Functions§
- binary_
search_ timestamp - Fast binary search for finding timestamp index.
- clamp
- rgb_
to_ rgba - Convert RGB to packed RGBA u32.
- ycbcr_
to_ rgba - Convert YCbCr to RGBA (packed as u32 in little-endian: ABGR layout for canvas). This matches the JavaScript implementation exactly.