FastLED 3.9.15
Loading...
Searching...
No Matches
bitstream.hpp File Reference
#include "coder.h"
#include "fl/stl/stdint.h"
#include "fl/stl/noexcept.h"
#include "assembly.h"
+ Include dependency graph for bitstream.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::third_party
 

Functions

int32_t fl::third_party::CalcBitsUsed (BitStreamInfo *bsi, const unsigned char *startBuf, int32_t startOffset) FL_NOEXCEPT
 
int fl::third_party::CheckPadBit (MP3DecInfo *mp3DecInfo) FL_NOEXCEPT
 
uint32_t fl::third_party::GetBits (BitStreamInfo *bsi, int32_t nBits) FL_NOEXCEPT
 
static __inline void fl::third_party::RefillBitstreamCache (BitStreamInfo *bsi) FL_NOEXCEPT
 
void fl::third_party::SetBitstreamPointer (BitStreamInfo *bsi, int32_t nBytes, const unsigned char *buf) FL_NOEXCEPT
 
int fl::third_party::UnpackFrameHeader (MP3DecInfo *mp3DecInfo, const unsigned char *buf) FL_NOEXCEPT
 
int fl::third_party::UnpackSideInfo (MP3DecInfo *mp3DecInfo, const unsigned char *buf) FL_NOEXCEPT