HomeSort by relevance Sort by last modified time
    Searched refs:file_tell_callback_ (Results 1 - 2 of 2) sorted by null

  /external/flac/libFLAC/
stream_decoder.c 140 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
573 decoder->private_->file == stdin? 0: file_tell_callback_,
3360 FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function
    [all...]
stream_encoder.c 321 static FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
4280 FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function
    [all...]

Completed in 100 milliseconds