FastLED 3.9.15
Loading...
Searching...
No Matches

◆ get32()

static uint32 fl::third_party::vorbis::get32 ( vorb * f)
static

Definition at line 1077 of file stb_vorbis.cpp.hpp.

1078{
1079 uint32 x;
1080 x = get8(f);
1081 x += get8(f) << 8;
1082 x += (uint32) get8(f) << 16;
1083 x += (uint32) get8(f) << 24;
1084 return x;
1085}
static uint8 get8(vorb *z) FL_NOEXCEPT

References FL_NOEXCEPT, get8(), and fl::x.

Referenced by start_decoder(), start_page_no_capturepattern(), and stb_vorbis_stream_length_in_samples().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: