|
FastLED 3.9.15
|
Definition at line 10 of file h264.cpp.hpp.
#include <h264.cpp.hpp>
Collaboration diagram for fl::anonymous_namespace{h264.cpp.hpp}::BitReader:Public Member Functions | |
| BitReader (fl::span< const fl::u8 > d) | |
| bool | hasBits (fl::size n) const |
| fl::u32 | readBits (fl::u8 n) |
| fl::i32 | readSE () |
| fl::u32 | readUE () |
| void | skipBits (fl::size n) |
Public Attributes | |
| fl::u8 | bitPos = 0 |
| fl::size | bytePos = 0 |
| fl::span< const fl::u8 > | data |