Searched refs:tell_callback_ (Results 1 – 4 of 4) sorted by relevance
/external/flac/src/libFLAC++/ |
D | stream_decoder.cpp | 176 …stream_decoder_init_stream(decoder_, read_callback_, seek_callback_, tell_callback_, length_callba… in init() 182 …am_decoder_init_ogg_stream(decoder_, read_callback_, seek_callback_, tell_callback_, length_callba… in init_ogg() 279 …::FLAC__StreamDecoderTellStatus Stream::tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC_… in tell_callback_() function in FLAC::Decoder::Stream
|
D | stream_encoder.cpp | 346 …tream_encoder_init_stream(encoder_, write_callback_, seek_callback_, tell_callback_, metadata_call… in init() 352 …gg_stream(encoder_, read_callback_, write_callback_, seek_callback_, tell_callback_, metadata_call… in init_ogg() 423 …::FLAC__StreamEncoderTellStatus Stream::tell_callback_(const ::FLAC__StreamEncoder *encoder, FLAC_… in tell_callback_() function in FLAC::Encoder::Stream
|
/external/flac/include/FLAC++/ |
D | decoder.h | 192 …static ::FLAC__StreamDecoderTellStatus tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__…
|
D | encoder.h | 205 …static ::FLAC__StreamEncoderTellStatus tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__ui…
|