Searched refs:FLAC__bool (Results 51 - 75 of 101) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dformat.c32 FLAC__bool valid;
33 FLAC__bool subset;
77 FLAC__bool valid;
93 FLAC__bool valid;
125 FLAC__bool valid;
157 FLAC__bool valid;
194 FLAC__bool test_format(void)
H A Dmetadata_manip.c60 FLAC__bool error_occurred;
74 static const char *flacfilename(FLAC__bool is_ogg)
79 static FLAC__bool die_(const char *msg)
85 static FLAC__bool die_c_(const char *msg, FLAC__Metadata_ChainStatus status)
92 static FLAC__bool die_ss_(const char *msg, FLAC__Metadata_SimpleIterator *iterator)
121 static FLAC__bool replace_in_our_metadata_(FLAC__StreamMetadata *block, unsigned position, FLAC__bool copy)
141 static FLAC__bool insert_to_our_metadata_(FLAC__StreamMetadata *block, unsigned position, FLAC__bool copy)
188 static FLAC__bool open_tempfile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c47 FLAC__bool is_ogg;
48 FLAC__bool use_first_serial_number;
52 FLAC__bool is_aiff_out;
53 FLAC__bool is_wave_out;
54 FLAC__bool treat_warnings_as_errors;
55 FLAC__bool continue_through_decode_errors;
56 FLAC__bool channel_map_none;
60 FLAC__bool apply; /* 'spec.apply' is just a request; this 'apply' means we actually parsed the RG tags and are ready to go */
65 FLAC__bool test_only;
66 FLAC__bool analysis_mod
[all...]
H A Dutils.c36 static FLAC__bool local__parse_uint64_(const char *s, FLAC__uint64 *value)
54 static FLAC__bool local__parse_timecode_(const char *s, double *value)
88 static FLAC__bool local__parse_cue_(const char *s, const char *end, unsigned *track, unsigned *index)
90 FLAC__bool got_track = false, got_index = false;
124 static FLAC__uint64 local__find_closest_cue_(const FLAC__StreamMetadata_CueSheet *cuesheet, unsigned track, unsigned index, FLAC__uint64 total_samples, FLAC__bool look_forward)
168 FLAC__bool flac__utils_parse_skip_until_specification(const char *s, utils__SkipUntilSpecification *spec)
171 FLAC__bool is_negative = false;
219 FLAC__bool flac__utils_parse_cue_specification(const char *s, utils__CueSpecification *spec)
277 FLAC__bool flac__utils_set_channel_mask_tag(FLAC__StreamMetadata *object, FLAC__uint32 channel_mask)
297 FLAC__bool flac__utils_get_channel_mask_ta
[all...]
H A Dforeign_metadata.c56 static FLAC__bool copy_data_(FILE *fin, FILE *fout, size_t size, const char **error, const char * const read_error, const char * const write_error)
75 static FLAC__bool append_block_(foreign_metadata_t *fm, off_t offset, FLAC__uint32 size, const char **error)
89 static FLAC__bool read_from_aiff_(foreign_metadata_t *fm, FILE *f, const char **error)
174 static FLAC__bool read_from_wave_(foreign_metadata_t *fm, FILE *f, const char **error)
249 static FLAC__bool write_to_flac_(foreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__Metadata_SimpleIterator *it, const char **error)
305 static FLAC__bool read_from_flac_(foreign_metadata_t *fm, FILE *f, FLAC__Metadata_SimpleIterator *it, const char **error)
309 FLAC__bool type_found = false;
429 static FLAC__bool write_to_iff_(foreign_metadata_t *fm, FILE *fin, FILE *fout, off_t offset1, off_t offset2, off_t offset3, const char **error)
488 FLAC__bool flac__foreign_metadata_read_from_aiff(foreign_metadata_t *fm, const char *filename, const char **error)
490 FLAC__bool o
[all...]
H A Dmain.c64 static FLAC__bool init_options(void);
68 static void add_compression_setting_bool(compression_setting_type_t type, FLAC__bool value);
79 static int encode_file(const char *infilename, FLAC__bool is_first_file, FLAC__bool is_last_file);
227 FLAC__bool show_help;
228 FLAC__bool show_explain;
229 FLAC__bool show_version;
230 FLAC__bool mode_decode;
231 FLAC__bool verify;
232 FLAC__bool treat_warnings_as_error
[all...]
H A Dencode.c61 FLAC__bool use_ogg;
63 FLAC__bool verify;
64 FLAC__bool is_stdout;
65 FLAC__bool outputfile_opened; /* true if we successfully opened the output file and we want it to be deleted if there is an error */
72 FLAC__bool treat_warnings_as_errors;
73 FLAC__bool continue_through_decode_errors;
74 FLAC__bool replay_gain;
99 FLAC__bool fatal_error;
104 static FLAC__bool is_big_endian_host_;
118 extern FLAC__bool FLAC__stream_encoder_disable_constant_subframe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c45 static FLAC__bool is_big_endian_host;
48 static FLAC__bool write_little_endian(FILE *f, FLAC__int32 x, size_t bytes)
59 static FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 x)
67 static FLAC__bool write_little_endian_int16(FILE *f, FLAC__int16 x)
72 static FLAC__bool write_little_endian_uint24(FILE *f, FLAC__uint32 x)
81 static FLAC__bool write_little_endian_int24(FILE *f, FLAC__int32 x)
86 static FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 x)
98 static FLAC__bool write_little_endian_int32(FILE *f, FLAC__int32 x)
104 static FLAC__bool write_big_endian(FILE *f, FLAC__int32 x, size_t bytes)
117 static FLAC__bool write_big_endian_uint1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dordinals.h65 typedef int FLAC__bool; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_streaminfo.c30 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write)
33 FLAC__bool ok = true;
H A Doperations_shorthand_seektable.c30 static FLAC__bool populate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write);
32 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write)
34 FLAC__bool ok = true, found_seektable_block = false;
103 FLAC__bool error_occurred;
163 FLAC__bool populate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write)
167 FLAC__bool ok = true;
H A Doptions.c101 static FLAC__bool parse_option(int option_index, const char *option_argument, CommandLineOptions *options);
109 static FLAC__bool parse_md5(const char *src, FLAC__byte dest[16]);
110 static FLAC__bool parse_uint32(const char *src, FLAC__uint32 *dest);
111 static FLAC__bool parse_uint64(const char *src, FLAC__uint64 *dest);
112 static FLAC__bool parse_string(const char *src, char **dest);
113 static FLAC__bool parse_vorbis_comment_field_name(const char *field_ref, char **name, const char **violation);
114 static FLAC__bool parse_add_seekpoint(const char *in, char **out, const char **violation);
115 static FLAC__bool parse_add_padding(const char *in, unsigned *out);
116 static FLAC__bool parse_block_number(const char *in, Argument_BlockNumber *out);
117 static FLAC__bool parse_block_typ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c89 static FLAC__bool read_metadata_block_header_(FLAC__Metadata_SimpleIterator *iterator);
90 static FLAC__bool read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block);
91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
104 static FLAC__bool write_metadata_block_header_(FILE *file, FLAC__Metadata_SimpleIteratorStatus *status, const FLAC__StreamMetadata *block);
105 static FLAC__bool write_metadata_block_data_(FILE *file, FLAC__Metadata_SimpleIteratorStatus *status, const FLAC__StreamMetadata *block);
106 static FLAC__bool write_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block);
107 static FLAC__bool write_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata *block);
108 static FLAC__bool write_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Write write_cb, const FLAC__StreamMetadata_StreamInfo *block);
109 static FLAC__bool write_metadata_block_data_padding_cb
[all...]
H A Dmemory.c74 FLAC__bool FLAC__memory_alloc_aligned_int32_array(unsigned elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer)
103 FLAC__bool FLAC__memory_alloc_aligned_uint32_array(unsigned elements, FLAC__uint32 **unaligned_pointer, FLAC__uint32 **aligned_pointer)
132 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(unsigned elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer)
161 FLAC__bool FLAC__memory_alloc_aligned_unsigned_array(unsigned elements, unsigned **unaligned_pointer, unsigned **aligned_pointer)
192 FLAC__bool FLAC__memory_alloc_aligned_real_array(unsigned elements, FLAC__real **unaligned_pointer, FLAC__real **aligned_pointer)
H A Dstream_decoder.c107 static FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, unsigned size, unsigned channels);
108 static FLAC__bool has_id_filtered_(FLAC__StreamDecoder *decoder, FLAC__byte *id);
109 static FLAC__bool find_metadata_(FLAC__StreamDecoder *decoder);
110 static FLAC__bool read_metadata_(FLAC__StreamDecoder *decoder);
111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
113 static FLAC__bool read_metadata_vorbiscomment_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_VorbisComment *obj);
114 static FLAC__bool read_metadata_cuesheet
[all...]
H A Dformat.c217 FLAC_API FLAC__bool FLAC__format_sample_rate_is_valid(unsigned sample_rate)
226 FLAC_API FLAC__bool FLAC__format_sample_rate_is_subset(unsigned sample_rate)
242 FLAC_API FLAC__bool FLAC__format_seektable_is_legal(const FLAC__StreamMetadata_SeekTable *seek_table)
246 FLAC__bool got_prev = false;
281 FLAC__bool first;
357 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_name_is_legal(const char *name)
366 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_value_is_legal(const FLAC__byte *value, unsigned length)
390 FLAC_API FLAC__bool FLAC__format_vorbiscomment_entry_is_legal(const FLAC__byte *entry, unsigned length)
416 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subse
[all...]
H A Dmetadata_object.c59 static FLAC__bool copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
79 static FLAC__bool free_copy_bytes_(FLAC__byte **to, const FLAC__byte *from, unsigned bytes)
96 static FLAC__bool ensure_null_terminated_(FLAC__byte **entry, unsigned length)
112 static FLAC__bool copy_cstring_(char **to, const char *from)
126 static FLAC__bool copy_vcentry_(FLAC__StreamMetadata_VorbisComment_Entry *to, const FLAC__StreamMetadata_VorbisComment_Entry *from)
145 static FLAC__bool copy_track_(FLAC__StreamMetadata_CueSheet_Track *to, const FLAC__StreamMetadata_CueSheet_Track *from)
249 static FLAC__bool vorbiscomment_set_entry_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMetadata_VorbisComment_Entry *src, FLAC__bool copy)
398 static FLAC__bool cuesheet_set_track_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_CueSheet_Track *dest, const FLAC__StreamMetadata_CueSheet_Track *src, FLAC__bool cop
[all...]
H A Dogg_encoder_aspect.c50 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect)
74 FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(FLAC__OggEncoderAspect *aspect, unsigned value)
111 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data)
117 const FLAC__bool is_metadata = (samples == 0);
H A Dbitwriter.c120 static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add)
181 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw)
234 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw, FLAC__uint16 *crc)
249 FLAC__bool FLAC__bitwriter_get_write_crc8(FLAC__BitWriter *bw, FLAC__byte *crc)
264 FLAC__bool FLAC__bitwriter_is_byte_aligned(const FLAC__BitWriter *bw)
274 FLAC__bool FLAC__bitwriter_get_buffer(FLAC__BitWriter *bw, const FLAC__byte **buffer, size_t *bytes)
302 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_zeroes(FLAC__BitWriter *bw, unsigned bits)
340 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw, FLAC__uint32 val, unsigned bits)
379 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_int32(FLAC__BitWriter *bw, FLAC__int32 val, unsigned bits)
388 FLaC__INLINE FLAC__bool FLAC__bitwriter_write_raw_uint6
[all...]
H A Dstream_encoder_framing.c47 static FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method);
48 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
50 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw)
219 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw)
366 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
368 FLAC__bool ok;
379 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
417 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
463 FLAC__bool FLAC__subframe_add_verbati
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c87 FLAC__bool grabbag__file_change_stats(const char *filename, FLAC__bool read_only)
116 FLAC__bool grabbag__file_are_same(const char *f1, const char *f2)
126 FLAC__bool same = false;
153 FLAC__bool grabbag__file_remove_file(const char *filename)
H A Dreplaygain.c70 static FLAC__bool get_file_stats_(const char *filename, struct stat *stats)
85 static FLAC__bool append_tag_(FLAC__StreamMetadata *block, const char *format, const FLAC__byte *name, float value)
119 FLAC__bool grabbag__replaygain_is_valid_sample_frequency(unsigned sample_frequency)
142 FLAC__bool grabbag__replaygain_init(unsigned sample_frequency)
148 FLAC__bool grabbag__replaygain_analyze(const FLAC__int32 * const input[], FLAC__bool is_stereo, unsigned bps, unsigned samples)
277 FLAC__bool error;
447 FLAC__bool found_vc_block = false;
499 static const char *store_to_file_post_(const char *filename, FLAC__Metadata_Chain *chain, FLAC__bool preserve_modtime)
502 const FLAC__bool have_stat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c39 FLAC__bool got_data;
43 FLAC__bool quiet;
44 FLAC__bool ignore_errors;
45 FLAC__bool error_occurred;
48 static FLAC__bool stop_signal_ = false;
58 static FLAC__bool die_(const char *msg)
64 static FLAC__bool die_s_(const char *msg, const FLAC__StreamDecoder *decoder)
103 static FLAC__bool read_pcm_(FLAC__int32 *pcm[], const char *rawfilename, const char *flacfilename)
124 FLAC__bool ok = true;
268 static FLAC__bool seek_barrag
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/examples/c/decode/file/
H A Dmain.c44 static FLAC__bool write_little_endian_uint16(FILE *f, FLAC__uint16 x)
52 static FLAC__bool write_little_endian_int16(FILE *f, FLAC__int16 x)
57 static FLAC__bool write_little_endian_uint32(FILE *f, FLAC__uint32 x)
69 FLAC__bool ok = true;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dtags.c212 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags)
220 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags)
225 FLAC__bool got_vorbis_comments = false;
226 FLAC__bool ok;
306 FLAC__bool FLAC_plugin__tags_add_tag_utf8(FLAC__StreamMetadata *tags, const char *name, const char *value, const char *separator)
337 FLAC__bool FLAC_plugin__tags_set_tag_ucs2(FLAC__StreamMetadata *tags, const char *name, const FLAC__uint16 *value, FLAC__bool replace_all)

Completed in 284 milliseconds

12345