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

◆ fl_stbv_temp_alloc_save_impl()

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

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

647 {
648 if (f->alloc.alloc_buffer) {
649 return f->temp_offset;
650 }
651 return get_stbv_temp_buffer().save();
652}
static StbvTempBuffer & get_stbv_temp_buffer() FL_NOEXCEPT

References FL_NOEXCEPT, get_stbv_temp_buffer(), and fl::third_party::vorbis::StbvTempBuffer::save().

+ Here is the call graph for this function: