Definition at line 1172 of file stb_vorbis.cpp.hpp.
1173{
1177 }
1178
1180
1182
1185
1186
1188
1189
1192
1194
1198
1200 if (loc0 != ~0U || loc1 != ~0U) {
1202
1205 break;
1206
1207 if (i >= 0) {
1210 }
1211 }
1214 len = 0;
1220 }
1222 return true;
1223}
static int32_t error(vorb *f, enum STBVorbisError e) FL_NOEXCEPT
@ VORBIS_invalid_stream_structure_version
static int32_t getn(vorb *z, uint8 *data, int32_t n) FL_NOEXCEPT
static uint8 get8(vorb *z) FL_NOEXCEPT
uint32_t stb_vorbis_get_file_offset(stb_vorbis *f) FL_NOEXCEPT
static uint32 get32(vorb *f) FL_NOEXCEPT
uint32 known_loc_for_packet
uint32 last_decoded_sample
int32_t end_seg_with_known_loc
#define FL_STBV_IS_PUSH_MODE(f)
References error(), FL_NOEXCEPT, FL_STBV_IS_PUSH_MODE, get32(), get8(), getn(), stb_vorbis_get_file_offset(), VORBIS_invalid_stream_structure_version, and VORBIS_unexpected_eof.
Referenced by maybe_start_packet(), and start_page().