/external/flac/src/flac/ |
D | iffscan.c | 40 static FLAC__uint64 unpack64le_(const FLAC__byte *b) in unpack64le_() 42 …FLAC__uint64)b[0] + ((FLAC__uint64)b[1]<<8) + ((FLAC__uint64)b[2]<<16) + ((FLAC__uint64)b[3]<<24) … in unpack64le_()
|
D | encode.c | 72 FLAC__uint64 samples_left_to_process; 90 …FLAC__uint64 total_samples_to_encode; /* (i.e. "wide samples" aka "sample frames") WATCHOUT: may b… 91 …FLAC__uint64 unencoded_size; /* an estimate of the input size, only used in the progress indicator… 92 FLAC__uint64 bytes_written; 93 FLAC__uint64 samples_written; 106 FLAC__uint64 data_bytes; 152 …ion *spec, const char *inbasefilename, uint32_t sample_rate, FLAC__uint64 skip, FLAC__uint64 total… 155 …r_progress_callback(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… 157 …Status flac_decoder_seek_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 158 …Status flac_decoder_tell_callback(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… [all …]
|
D | decode.c | 67 FLAC__uint64 samples_processed; 81 FLAC__uint64 total_samples; 88 FLAC__uint64 decode_position; 113 …ion *spec, const char *inbasefilename, uint32_t sample_rate, FLAC__uint64 skip, FLAC__uint64 total… 114 static FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples); 116 static FLAC__bool write_aiff_form_comm_chunk(FILE *f, FLAC__uint64 samples, uint32_t bps, uint32_t … 119 static FLAC__bool write_little_endian_uint64(FILE *f, FLAC__uint64 val); 463 const FLAC__uint64 skip = (FLAC__uint64)d->skip_specification->value.samples; in DecoderSession_process() 487 const FLAC__uint64 data_size = d->total_samples * d->channels * ((d->bps+7)/8); in DecoderSession_process() 586 …ion *spec, const char *inbasefilename, uint32_t sample_rate, FLAC__uint64 skip, FLAC__uint64 total… in canonicalize_until_specification() [all …]
|
/external/flac/oss-fuzz/ |
D | seek.cc | 134 FLAC__uint64 seekpos; in LLVMFuzzerTestOneInput() 170 seekpos = ((FLAC__uint64)command[1] << 56) + in LLVMFuzzerTestOneInput() 171 ((FLAC__uint64)command[2] << 48) + in LLVMFuzzerTestOneInput() 172 ((FLAC__uint64)command[3] << 40) + in LLVMFuzzerTestOneInput() 173 ((FLAC__uint64)command[4] << 32) + in LLVMFuzzerTestOneInput() 174 ((FLAC__uint64)command[5] << 24) + in LLVMFuzzerTestOneInput() 175 ((FLAC__uint64)command[6] << 16) + in LLVMFuzzerTestOneInput() 176 ((FLAC__uint64)command[7] << 8) + in LLVMFuzzerTestOneInput()
|
/external/flac/include/FLAC++/ |
D | encoder.h | 147 …virtual bool set_total_samples_estimate(FLAC__uint64 value); ///< See FLAC__stream_encoder_set_… 155 …virtual void get_verify_decoder_error_stats(FLAC__uint64 *absolute_sample, uint32_t *frame_number,… 172 …virtual FLAC__uint64 get_total_samples_estimate() const; ///< See FLAC__stream_encoder_get_total… 190 virtual ::FLAC__StreamEncoderSeekStatus seek_callback(FLAC__uint64 absolute_byte_offset); 193 virtual ::FLAC__StreamEncoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset); 206 …mEncoderSeekStatus seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 207 …mEncoderTellStatus tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 250 …virtual void progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint32_t … 255 …rogress_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s…
|
D | decoder.h | 137 …virtual FLAC__uint64 get_total_samples() const; ///< See FLAC__stream_decoder_ge… 143 …virtual bool get_decode_position(FLAC__uint64 *position) const; ///< See FLAC__stream_decoder_ge… 158 virtual bool seek_absolute(FLAC__uint64 sample); ///< See FLAC__stream_decoder_seek_absolute() 164 virtual ::FLAC__StreamDecoderSeekStatus seek_callback(FLAC__uint64 absolute_byte_offset); 167 virtual ::FLAC__StreamDecoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset); 170 virtual ::FLAC__StreamDecoderLengthStatus length_callback(FLAC__uint64 *stream_length); 191 …ecoderSeekStatus seek_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 192 …ecoderTellStatus tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 193 …erLengthStatus length_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,…
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 57 FLAC__uint64 getTotalSamples() const { return mStreamInfo.total_samples; } in getTotalSamples() 173 FLAC__StreamDecoderSeekStatus seekCallback(FLAC__uint64 absolute_byte_offset); 175 FLAC__uint64 *absolute_byte_offset); 176 FLAC__StreamDecoderLengthStatus lengthCallback(FLAC__uint64 *stream_length); 188 const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, 191 const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, 194 const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/include/ |
D | flac_parser.h | 57 FLAC__uint64 getTotalSamples() const { return mStreamInfo.total_samples; } in getTotalSamples() 173 FLAC__StreamDecoderSeekStatus seekCallback(FLAC__uint64 absolute_byte_offset); 175 FLAC__uint64 *absolute_byte_offset); 176 FLAC__StreamDecoderLengthStatus lengthCallback(FLAC__uint64 *stream_length); 188 const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, 191 const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, 194 const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,
|
/external/flac/src/metaflac/ |
D | operations_shorthand_seektable.c | 38 FLAC__uint64 total_samples = 0; in do_shorthand_operation__add_seekpoints() 101 FLAC__uint64 samples_written; 102 FLAC__uint64 audio_offset, last_offset; 117 const FLAC__uint64 frame_first_sample = cd->samples_written; in write_callback_() 118 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1; in write_callback_() 119 FLAC__uint64 test_sample; in write_callback_()
|
/external/flac/src/libFLAC++/ |
D | stream_encoder.cpp | 186 bool Stream::set_total_samples_estimate(FLAC__uint64 value) in set_total_samples_estimate() 232 …void Stream::get_verify_decoder_error_stats(FLAC__uint64 *absolute_sample, uint32_t *frame_number,… in get_verify_decoder_error_stats() 334 FLAC__uint64 Stream::get_total_samples_estimate() const in get_total_samples_estimate() 382 ::FLAC__StreamEncoderSeekStatus Stream::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback() 388 ::FLAC__StreamEncoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() 417 …ekStatus Stream::seek_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… in seek_callback_() 426 …llStatus Stream::tell_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… in tell_callback_() 504 …void File::progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint32_t fr… in progress_callback() 509 …rogress_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… in progress_callback_()
|
D | stream_decoder.cpp | 131 FLAC__uint64 Stream::get_total_samples() const in get_total_samples() 167 bool Stream::get_decode_position(FLAC__uint64 *position) const in get_decode_position() 227 bool Stream::seek_absolute(FLAC__uint64 sample) in seek_absolute() 233 ::FLAC__StreamDecoderSeekStatus Stream::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback() 239 ::FLAC__StreamDecoderTellStatus Stream::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() 245 ::FLAC__StreamDecoderLengthStatus Stream::length_callback(FLAC__uint64 *stream_length) in length_callback() 270 …ekStatus Stream::seek_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… in seek_callback_() 279 …llStatus Stream::tell_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… in tell_callback_() 288 …Status Stream::length_callback_(const ::FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… in length_callback_()
|
/external/flac/include/FLAC/ |
D | format.h | 441 FLAC__uint64 sample_number; 542 FLAC__uint64 total_samples; 582 FLAC__uint64 sample_number; 585 FLAC__uint64 stream_offset; 604 extern FLAC_API const FLAC__uint64 FLAC__STREAM_METADATA_SEEKPOINT_PLACEHOLDER; 655 FLAC__uint64 offset; 674 FLAC__uint64 offset; 717 FLAC__uint64 lead_in;
|
D | stream_encoder.h | 590 …*FLAC__StreamEncoderSeekCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o… 635 …*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_… 677 …erProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… 1131 … FLAC__stream_encoder_set_total_samples_estimate(FLAC__StreamEncoder *encoder, FLAC__uint64 value); 1286 …er_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sampl… 1459 FLAC_API FLAC__uint64 FLAC__stream_encoder_get_total_samples_estimate(const FLAC__StreamEncoder *en…
|
D | stream_decoder.h | 559 …*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_o… 597 …*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_… 635 …LAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length,… 933 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder); 1014 …AC__stream_decoder_get_decode_position(const FLAC__StreamDecoder *decoder, FLAC__uint64 *position); 1576 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 s…
|
/external/flac/src/libFLAC/include/private/ |
D | bitmath.h | 95 static inline uint32_t FLAC__clz_soft_uint64(FLAC__uint64 word) in FLAC__clz_soft_uint64() 101 static inline uint32_t FLAC__clz_uint64(FLAC__uint64 v) in FLAC__clz_uint64() 126 static inline uint32_t FLAC__clz2_uint64(FLAC__uint64 v) in FLAC__clz2_uint64() 172 static inline uint32_t FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide()
|
D | stream_encoder.h | 51 …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…
|
/external/flac/src/test_libFLAC++/ |
D | encoders.cpp | 111 ::FLAC__StreamEncoderSeekStatus seek_callback(FLAC__uint64 absolute_byte_offset); 112 ::FLAC__StreamEncoderTellStatus tell_callback(FLAC__uint64 *absolute_byte_offset); 144 ::FLAC__StreamEncoderSeekStatus StreamEncoder::seek_callback(FLAC__uint64 absolute_byte_offset) in seek_callback() 154 ::FLAC__StreamEncoderTellStatus StreamEncoder::tell_callback(FLAC__uint64 *absolute_byte_offset) in tell_callback() 162 *absolute_byte_offset = (FLAC__uint64)pos; in tell_callback() 180 …void progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint32_t frames_w… 183 void FileEncoder::progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint3… in progress_callback() 377 FLAC__uint64 absolute_sample; in test_stream_encoder()
|
/external/flac/src/share/grabbag/ |
D | cuesheet.c | 243 …__StreamMetadata *cuesheet, uint32_t sample_rate, FLAC__bool is_cdda, FLAC__uint64 lead_out_offset) in local__cuesheet_parse_() 247 FLAC__uint64 forced_leadout_track_offset = 0; in local__cuesheet_parse_() 376 …if(is_cdda && track->num_indices > 0 && (FLAC__uint64)xx <= track->indices[track->num_indices-1].o… in local__cuesheet_parse_() 382 track->offset = (FLAC__uint64)xx; in local__cuesheet_parse_() 385 if((FLAC__uint64)xx <= prev->offset + prev->indices[prev->num_indices-1].offset) { in local__cuesheet_parse_() 394 track->indices[track->num_indices-1].offset = (FLAC__uint64)xx - track->offset; in local__cuesheet_parse_() 508 cs->lead_in = (FLAC__uint64)xx; in local__cuesheet_parse_() 537 forced_leadout_track_offset = (FLAC__uint64)offset; in local__cuesheet_parse_() 590 …, uint32_t *last_line_read, uint32_t sample_rate, FLAC__bool is_cdda, FLAC__uint64 lead_out_offset) in grabbag__cuesheet_parse()
|
D | seektable.c | 30 …_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_t… in grabbag__seektable_convert_specification_to_template() 91 …(total_samples_to_encode == 0 || (FLAC__uint64)n < total_samples_to_encode) /* number is not >= th… in grabbag__seektable_convert_specification_to_template() 93 … if(!FLAC__metadata_object_seektable_template_append_point(seektable_template, (FLAC__uint64)n)) in grabbag__seektable_convert_specification_to_template()
|
/external/flac/src/libFLAC/ |
D | memory.c | 150 …__memory_alloc_aligned_uint64_array(size_t elements, FLAC__uint64 **unaligned_pointer, FLAC__uint6… in FLAC__memory_alloc_aligned_uint64_array() 152 FLAC__uint64 *pu; /* unaligned pointer */ in FLAC__memory_alloc_aligned_uint64_array() 154 FLAC__uint64 *pa; /* aligned pointer */ in FLAC__memory_alloc_aligned_uint64_array()
|
D | stream_decoder.c | 105 … 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,… 141 FLAC__uint64 samples_decoded; 162 …FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi… 163 …FLAC__uint64 last_seen_framesync; /* if tell callback works, the location of the last seen frame s… 164 FLAC__uint64 target_sample; 817 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples() [all …]
|
/external/flac/examples/c/encode/file/ |
D | main.c | 39 …d progress_callback(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 s… 168 void progress_callback(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64… in progress_callback()
|
/external/flac/examples/cpp/encode/file/ |
D | main.cpp | 46 …virtual void progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint32_t … 175 void OurEncoder::progress_callback(FLAC__uint64 bytes_written, FLAC__uint64 samples_written, uint32… in progress_callback()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
D | flac_parser.cc | 62 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback() 69 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback() 75 const FLAC__StreamDecoder * /* decoder */, FLAC__uint64 *stream_length, in length_callback() 127 FLAC__uint64 absolute_byte_offset) { in seekCallback() 134 FLAC__uint64 *absolute_byte_offset) { in tellCallback() 140 FLAC__uint64 *stream_length) { in lengthCallback()
|
/external/oss-fuzz/projects/flac/ |
D | fuzzer_exo.cpp | 53 FLAC__uint64 absolute_byte_offset, void *client_data) { in seek_callback() 60 FLAC__uint64 *absolute_byte_offset, void *client_data) { in tell_callback() 66 const FLAC__StreamDecoder * /* decoder */, FLAC__uint64 *stream_length, in length_callback() 118 FLAC__uint64 absolute_byte_offset) { in seekCallback() 125 FLAC__uint64 *absolute_byte_offset) { in tellCallback() 131 FLAC__uint64 *stream_length) { in lengthCallback()
|