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 117 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
549 decoder->private_->file == stdin? 0: file_tell_callback_,
3372 FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function
    [all...]
stream_encoder.c 301 static FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
4478 FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data) function
    [all...]

Completed in 79 milliseconds