Home
last modified time | relevance | path

Searched refs:FLAC__uint64 (Results 1 – 21 of 21) sorted by relevance

/external/flac/include/FLAC/
Dformat.h434 FLAC__uint64 sample_number;
535 FLAC__uint64 total_samples;
575 FLAC__uint64 sample_number;
578 FLAC__uint64 stream_offset;
597 extern FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER;
648 FLAC__uint64 offset;
667 FLAC__uint64 offset;
710 FLAC__uint64 lead_in;
Dstream_encoder.h591 …*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o…
636 …*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_…
678 …erProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s…
1120 … FLAC__stream_encoder_set_total_samples_estimate(FLAC__StreamEncoder *encoder, FLAC__uint64 value);
1257 …er_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sampl…
1430 FLAC_API FLAC__uint64 FLAC__stream_encoder_get_total_samples_estimate(const FLAC__StreamEncoder *en…
Dstream_decoder.h552 …*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o…
590 …*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_…
628 …LAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,…
926 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder);
1007 …AC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position);
1552 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 s…
Dordinals.h50 typedef unsigned __int64 FLAC__uint64; typedef
66 typedef uint64_t FLAC__uint64; typedef
Dmetadata.h1479 …a_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number);
1497 …object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[…
1519 …plate_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples);
1547 …aced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples);
/external/flac/libFLAC/include/private/
Dstream_encoder.h51 …compute_partition_info_sums_intrin_sse2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa…
56 …ompute_partition_info_sums_intrin_ssse3(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa…
61 …compute_partition_info_sums_intrin_avx2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_pa…
Dogg_helper.h41 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p…
42 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p…
Dmemory.h51 …__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6…
Dbitmath.h146 static inline unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide()
150 return sizeof(FLAC__uint64) * CHAR_BIT - 1 - __builtin_clzll(v); in FLAC__bitmath_ilog2_wide()
Dbitreader.h77 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits);
90 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw…
Dbitwriter.h85 FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits);
101 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val);
Dogg_encoder_aspect.h51 FLAC__uint64 samples_written;
/external/flac/libFLAC/
Dmemory.c120 …__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6… in FLAC__memory_alloc_aligned_uint64_array()
122 FLAC__uint64 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint64_array()
124 FLAC__uint64 *pa; /* aligned pointer */ in FLAC__memory_alloc_aligned_uint64_array()
Dstream_decoder.c111 … seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t…
113 …k_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t…
116 …derSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o…
117 …derTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_…
118 …engthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,…
153 FLAC__uint64 samples_decoded;
174FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi…
175 FLAC__uint64 target_sample;
869 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples()
911 …LAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position) in FLAC__stream_decoder_get_decode_position()
[all …]
Dstream_encoder.c176 FLAC__uint64 abs_residual_partition_sums[],
196 FLAC__uint64 abs_residual_partition_sums[],
225 FLAC__uint64 abs_residual_partition_sums[],
241 FLAC__uint64 abs_residual_partition_sums[],
262 const FLAC__uint64 abs_residual_partition_sums[],
300 …derSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o…
301 …derTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_…
338FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate resi…
350 …void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residu…
382 FLAC__uint64 bytes_written;
[all …]
Dfloat.c223 static const FLAC__uint64 log2_lookup_wide[] = {
Dformat.c72 FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER = FLAC__U64L(0xffffffffffff…
238 FLAC__uint64 prev_sample_number = 0; in FLAC__format_seektable_is_legal()
Dfixed.c136 static FLAC__fixedpoint local__compute_rbps_wide_integerized(FLAC__uint64 err, FLAC__uint32 n) in local__compute_rbps_wide_integerized()
289FLAC__uint64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err… in FLAC__fixed_compute_best_predictor_wide()
Dbitwriter.c353 inline FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned … in FLAC__bitwriter_write_raw_uint64()
769 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val) in FLAC__bitwriter_write_utf8_uint64()
843 extern FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned …
Dbitreader.c432 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits) in FLAC__bitreader_read_raw_uint64()
992 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw… in FLAC__bitreader_read_utf8_uint64()
994 FLAC__uint64 v = 0; in FLAC__bitreader_read_utf8_uint64()
/external/flac/libFLAC/include/protected/
Dstream_encoder.h109 FLAC__uint64 total_samples_estimate;
112 FLAC__uint64 streaminfo_offset, seektable_offset, audio_offset;