/external/flac/libFLAC/include/private/ |
stream_encoder.h | 51 extern void FLAC__precompute_partition_info_sums_intrin_sse2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], 56 extern void FLAC__precompute_partition_info_sums_intrin_ssse3(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], 61 extern void FLAC__precompute_partition_info_sums_intrin_avx2(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[],
|
ogg_helper.h | 41 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data); 42 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data);
|
memory.h | 51 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer);
|
bitmath.h | 146 static inline unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) 150 return sizeof(FLAC__uint64) * CHAR_BIT - 1 - __builtin_clzll(v);
|
ogg_encoder_aspect.h | 51 FLAC__uint64 samples_written;
|
bitreader.h | 77 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, unsigned *rawlen);
|
bitwriter.h | 85 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);
|
/external/flac/include/FLAC/ |
ordinals.h | 50 typedef unsigned __int64 FLAC__uint64; 66 typedef uint64_t FLAC__uint64;
|
format.h | 434 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; [all...] |
stream_encoder.h | 568 * FLAC__StreamEncoderSeekStatus seek_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_data) 591 typedef FLAC__StreamEncoderSeekStatus (*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_data); 610 * FLAC__StreamEncoderTellStatus tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data) 619 * *absolute_byte_offset = (FLAC__uint64)pos; 636 typedef FLAC__StreamEncoderTellStatus (*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data); 678 typedef void (*FLAC__StreamEncoderProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned frames_written, unsigned total_frames_estimate, void *client_data); [all...] |
stream_decoder.h | 529 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data) 552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data); 564 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data) 573 * *absolute_byte_offset = (FLAC__uint64)pos; 590 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data); 601 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data) 611 * *stream_length = (FLAC__uint64)filestats.st_size; 628 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data); [all...] |
metadata.h | [all...] |
/external/flac/libFLAC/include/protected/ |
stream_encoder.h | 109 FLAC__uint64 total_samples_estimate; 112 FLAC__uint64 streaminfo_offset, seektable_offset, audio_offset;
|
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 99 FLAC__uint64 getTotalSamples() const { 109 MediaBuffer *readBuffer(FLAC__uint64 sample) { 148 MediaBuffer *readBuffer(bool doSeek, FLAC__uint64 sample); 158 FLAC__uint64 absolute_byte_offset); 160 FLAC__uint64 *absolute_byte_offset); 162 FLAC__uint64 *stream_length); 176 FLAC__uint64 absolute_byte_offset, 180 FLAC__uint64 *absolute_byte_offset, 184 FLAC__uint64 *stream_length, 219 FLAC__uint64 absolute_byte_offset, void *client_data [all...] |
/external/flac/libFLAC/ |
memory.c | 120 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer) 122 FLAC__uint64 *pu; /* unaligned pointer */ 124 FLAC__uint64 *pa; /* aligned pointer */
|
stream_decoder.c | 111 static FLAC__bool seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample); 113 static FLAC__bool seek_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample); 116 static FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data); 117 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data); 118 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data); 153 FLAC__uint64 samples_decoded; 174 FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audio frame starts */ 175 FLAC__uint64 target_sample [all...] |
stream_encoder.c | 176 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 static FLAC__StreamEncoderSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_offset, void *client_data); 301 static FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data); 338 FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate residual) for each partition is stored */ 350 void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps); 382 FLAC__uint64 bytes_written [all...] |
float.c | 223 static const FLAC__uint64 log2_lookup_wide[] = {
|
fixed.c | 136 static FLAC__fixedpoint local__compute_rbps_wide_integerized(FLAC__uint64 err, FLAC__uint32 n) 289 FLAC__uint64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_error_4 = 0;
|
format.c | 72 FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER = FLAC__U64L(0xffffffffffffffff); 238 FLAC__uint64 prev_sample_number = 0;
|
bitreader.c | 432 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits) 992 FLAC__bool FLAC__bitreader_read_utf8_uint64(FLAC__BitReader *br, FLAC__uint64 *val, FLAC__byte *raw, unsigned *rawlen) 994 FLAC__uint64 v = 0;
|
bitwriter.c | 353 inline FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits) 769 FLAC__bool FLAC__bitwriter_write_utf8_uint64(FLAC__BitWriter *bw, FLAC__uint64 val) 843 extern FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits);
|