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

◆ get32_packet()

static int32_t fl::third_party::vorbis::get32_packet ( vorb * f)
static

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

1311{
1312 uint32 x;
1313 x = get8_packet(f);
1314 x += get8_packet(f) << 8;
1315 x += get8_packet(f) << 16;
1316 x += (uint32) get8_packet(f) << 24;
1317 return x;
1318}
static int32_t get8_packet(vorb *f) FL_NOEXCEPT

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

Referenced by start_decoder().

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