Home
last modified time | relevance | path

Searched refs:m_compressed2_start (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dflac.cpp314 m_compressed2_start(NULL), in flac_decoder()
330 m_compressed2_start(reinterpret_cast<const FLAC__byte *>(buffer2)), in flac_decoder()
347 m_compressed2_start(NULL), in flac_decoder()
395 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer2); in reset()
437 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer); in reset()
452 m_compressed2_start = NULL; in reset()
563 …memcpy(&buffer[outputpos], m_compressed2_start + m_compressed_offset - m_compressed_length, bytes_… in read_callback()
H A Dflac.h168 const FLAC__byte * m_compressed2_start; // start of compressed data variable
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dflac.cpp287 m_compressed2_start(nullptr), in flac_decoder()
306 m_compressed2_start(reinterpret_cast<const FLAC__byte *>(buffer2)), in flac_decoder()
323 m_compressed2_start(nullptr), in flac_decoder()
371 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer2); in reset()
413 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer); in reset()
428 m_compressed2_start = nullptr; in reset()
539 …memcpy(&buffer[outputpos], m_compressed2_start + m_compressed_offset - m_compressed_length, bytes_… in read_callback()
H A Dflac.h135 const FLAC__byte * m_compressed2_start; // start of compressed data variable
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dflac.cpp287 m_compressed2_start(nullptr), in flac_decoder()
306 m_compressed2_start(reinterpret_cast<const FLAC__byte *>(buffer2)), in flac_decoder()
323 m_compressed2_start(nullptr), in flac_decoder()
371 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer2); in reset()
413 m_compressed2_start = reinterpret_cast<const FLAC__byte *>(buffer); in reset()
428 m_compressed2_start = nullptr; in reset()
539 …memcpy(&buffer[outputpos], m_compressed2_start + m_compressed_offset - m_compressed_length, bytes_… in read_callback()
H A Dflac.h135 const FLAC__byte * m_compressed2_start; // start of compressed data variable
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/chd/
H A Dflac.h139 const FLAC__byte * m_compressed2_start; // start of compressed data variable