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

  /external/flac/include/FLAC/
stream_encoder.h 443 } FLAC__StreamEncoderTellStatus;
445 /** Maps a FLAC__StreamEncoderTellStatus to a C string.
447 * Using a FLAC__StreamEncoderTellStatus as the index to this array
610 * FLAC__StreamEncoderTellStatus tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
633 * \retval FLAC__StreamEncoderTellStatus
636 typedef FLAC__StreamEncoderTellStatus (*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 301 static FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]

Completed in 960 milliseconds