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

◆ vorbis_pump_first_frame()

static int32_t fl::third_party::vorbis::vorbis_pump_first_frame ( stb_vorbis * f)
static

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

3240{
3241 int32_t len, right, left, res;
3242 res = vorbis_decode_packet(f, &len, &left, &right);
3243 if (res)
3244 vorbis_finish_frame(f, len, left, right);
3245 return res;
3246}
static int32_t vorbis_finish_frame(stb_vorbis *f, int32_t len, int32_t left, int32_t right) FL_NOEXCEPT
static int32_t vorbis_decode_packet(vorb *f, int32_t *len, int32_t *p_left, int32_t *p_right) FL_NOEXCEPT
fl::i32 int32_t
Definition coder.h:220

References FL_NOEXCEPT, vorbis_decode_packet(), and vorbis_finish_frame().

Referenced by seek_to_sample_coarse(), stb_vorbis_open_file_section(), stb_vorbis_open_memory(), stb_vorbis_seek_frame(), and stb_vorbis_seek_start().

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