Home
last modified time | relevance | path

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

12

/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/
Dbitmath.h95 static inline unsigned int FLAC__clz_soft_uint64(FLAC__uint64 word) in FLAC__clz_soft_uint64()
101 static inline unsigned int FLAC__clz_uint64(FLAC__uint64 v) in FLAC__clz_uint64()
126 static inline unsigned int FLAC__clz2_uint64(FLAC__uint64 v) in FLAC__clz2_uint64()
172 static inline unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide()
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…
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/
Dstream_decoder.c105 … seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t…
107 …k_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 t…
110 …derSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o…
111 …derTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_…
112 …engthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,…
145 FLAC__uint64 samples_decoded;
166FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi…
167 FLAC__uint64 target_sample;
856 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples()
898 …LAC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position) in FLAC__stream_decoder_get_decode_position()
[all …]
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_encoder.c180 FLAC__uint64 abs_residual_partition_sums[],
200 FLAC__uint64 abs_residual_partition_sums[],
229 FLAC__uint64 abs_residual_partition_sums[],
245 FLAC__uint64 abs_residual_partition_sums[],
266 const FLAC__uint64 abs_residual_partition_sums[],
304 …derSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o…
305 …derTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_…
342FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate resi…
354 …void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residu…
381 FLAC__uint64 bytes_written;
[all …]
Dogg_helper.c95 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__get_at()
179 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *p… in simple_ogg_page__set_at()
Dbitreader.c70 typedef FLAC__uint64 brword;
73 #define FLAC__WORD_ALL_ONES ((FLAC__uint64)FLAC__U64L(0xffffffffffffffff))
458 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits) in FLAC__bitreader_read_raw_uint64()
1018 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw… in FLAC__bitreader_read_utf8_uint64()
1020 FLAC__uint64 v = 0; in FLAC__bitreader_read_utf8_uint64()
Dfloat.c223 static const FLAC__uint64 log2_lookup_wide[] = {
Dbitwriter.c65 typedef FLAC__uint64 bwword;
381 inline FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned … in FLAC__bitwriter_write_raw_uint64()
803 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val) in FLAC__bitwriter_write_utf8_uint64()
879 extern FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned …
Dmetadata_iterators.c67 static void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, unsigned bytes);
70 static FLAC__uint64 unpack_uint64_(FLAC__byte *b, unsigned bytes);
271 FLAC__uint64 max_area_seen = 0; in FLAC__metadata_get_picture()
272 FLAC__uint64 max_depth_seen = 0; in FLAC__metadata_get_picture()
289FLAC__uint64 area = (FLAC__uint64)obj->data.picture.width * (FLAC__uint64)obj->data.picture.height; in FLAC__metadata_get_picture()
2066 void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, unsigned bytes) in pack_uint64_()
2102 FLAC__uint64 unpack_uint64_(FLAC__byte *b, unsigned bytes) in unpack_uint64_()
2104 FLAC__uint64 ret = 0; in unpack_uint64_()
2108 ret = (ret << 8) | (FLAC__uint64)(*b++); in unpack_uint64_()
2197 block->total_samples = (((FLAC__uint64)(b[3] & 0x0f)) << 32) | unpack_uint64_(b+4, 4); in read_metadata_block_data_streaminfo_cb_()
[all …]
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()
/external/flac/libFLAC/include/protected/
Dstream_encoder.h109 FLAC__uint64 total_samples_estimate;
112 FLAC__uint64 streaminfo_offset, seektable_offset, audio_offset;
/external/flac/include/share/grabbag/
Dseektable.h33 …_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_t…
Dcuesheet.h35 …, unsigned *last_line_read, unsigned sample_rate, FLAC__bool is_cdda, FLAC__uint64 lead_out_offset…
/external/flac/include/share/
Dreplaygain_synthesis.h37 FLAC__uint64 Mask;

12