Home
last modified time | relevance | path

Searched refs:flac_seek_cb (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dflac.cpp60 flac_seek_cb(const FLAC__StreamDecoder *, in flac_seek_cb() function
63 return reinterpret_cast<decoder_c *>(client_data)->flac_seek_cb(absolute_byte_offset); in flac_seek_cb()
97 decoder_c::flac_seek_cb(uint64_t) { in flac_seek_cb() function in mtx::flac::decoder_c
137 …init_stream(m_flac_decoder.get(), mtx::flac::flac_read_cb, mtx::flac::flac_seek_cb, mtx::flac::fla… in init_flac_decoder()
H A Dflac.h56 virtual FLAC__StreamDecoderSeekStatus flac_seek_cb(uint64_t new_pos);
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/filewriter/
H A Dflac.cc45 static FLAC__StreamEncoderSeekStatus flac_seek_cb(const FLAC__StreamEncoder *encoder, in flac_seek_cb() function
117 FLAC__stream_encoder_init_stream(flac_encoder, flac_write_cb, flac_seek_cb, in flac_open()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_flac.h65 virtual FLAC__StreamDecoderSeekStatus flac_seek_cb(uint64_t new_pos);
H A Dr_flac.cpp290 flac_reader_c::flac_seek_cb(uint64_t new_pos) { in flac_seek_cb() function in flac_reader_c
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/flac/
H A Dflac.c97 FLAC__StreamDecoderSeekStatus flac_seek_cb (const FLAC__StreamDecoder *decoder, FLAC__uint64 absolu… in flac_seek_cb() function
347 …status = FLAC__stream_decoder_init_ogg_stream (info->decoder, flac_read_cb, flac_seek_cb, flac_tel… in cflac_init()
350 …status = FLAC__stream_decoder_init_stream (info->decoder, flac_read_cb, flac_seek_cb, flac_tell_cb… in cflac_init()
877 …status = FLAC__stream_decoder_init_ogg_stream (decoder, flac_read_cb, flac_seek_cb, flac_tell_cb, … in cflac_insert()
880 …status = FLAC__stream_decoder_init_stream (decoder, flac_read_cb, flac_seek_cb, flac_tell_cb, flac… in cflac_insert()