Searched refs:FLAC__bool (Results 1 - 25 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 Dmetadata.h24 FLAC__bool test_metadata(void);
25 FLAC__bool test_metadata_file_manipulation(void);
26 FLAC__bool test_metadata_object(void);
H A Dmetadata.c26 extern FLAC__bool test_metadata_object(void);
27 extern FLAC__bool test_metadata_file_manipulation(void);
29 FLAC__bool test_metadata(void)
H A Dbitwriter.h24 FLAC__bool test_bitwriter(void);
H A Ddecoders.h24 FLAC__bool test_decoders(void);
H A Dencoders.h24 FLAC__bool test_encoders(void);
H A Dformat.h24 FLAC__bool test_format(void);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dreplaygain.h25 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
26 double *reference, FLAC__bool *reference_set,
27 double *track_gain, FLAC__bool *track_gain_set,
28 double *album_gain, FLAC__bool *album_gain_set,
29 double *track_peak, FLAC__bool *track_peak_set,
30 double *album_peak, FLAC__bool *album_peak_set);
H A Dreplaygain.c29 FLAC__bool FLAC_plugin__replaygain_get_from_file(const char *filename,
30 double *reference, FLAC__bool *reference_set,
31 double *track_gain, FLAC__bool *track_gain_set,
32 double *album_gain, FLAC__bool *album_gain_set,
33 double *track_peak, FLAC__bool *track_peak_set,
34 double *album_peak, FLAC__bool *album_peak_set)
37 FLAC__bool ret = false;
43 FLAC__bool got_vorbis_comments = false;
H A Dtags.h24 FLAC__bool FLAC_plugin__tags_get(const char *filename, FLAC__StreamMetadata **tags);
25 FLAC__bool FLAC_plugin__tags_set(const char *filename, const FLAC__StreamMetadata *tags);
63 FLAC__bool FLAC_plugin__tags_add_tag_utf8(FLAC__StreamMetadata *tags, const char *name, const char *value, const char *separator);
72 FLAC__bool FLAC_plugin__tags_set_tag_ucs2(FLAC__StreamMetadata *tags, const char *name, const FLAC__uint16 *value, FLAC__bool replace_all);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dvorbiscomment.h24 FLAC__bool flac__vorbiscomment_add(FLAC__StreamMetadata *block, const char *comment, FLAC__bool value_from_file, FLAC__bool raw, const char **violation);
H A Ddecode.h33 FLAC__bool apply;
34 FLAC__bool use_album_gain; /* false => use track gain */
41 FLAC__bool treat_warnings_as_errors;
42 FLAC__bool continue_through_decode_errors;
45 FLAC__bool is_ogg;
46 FLAC__bool use_first_serial_number;
51 FLAC__bool has_cue_specification;
53 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */
65 FLAC__bool is_big_endian;
66 FLAC__bool is_unsigned_sample
[all...]
H A Dencode.h51 FLAC__bool t_bool;
60 FLAC__bool verify;
62 FLAC__bool use_ogg;
65 FLAC__bool lax;
72 FLAC__bool treat_warnings_as_errors;
73 FLAC__bool continue_through_decode_errors; /* currently only obeyed when encoding from FLAC or Ogg FLAC */
74 FLAC__bool cued_seekpoints;
75 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */
78 FLAC__bool is_first_file;
79 FLAC__bool is_last_fil
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand.h21 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
22 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
23 FLAC__bool do_shorthand_operation__add_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write);
24 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);
25 FLAC__bool do_shorthand_operation__vorbis_commen
[all...]
H A Doperations.h24 FLAC__bool do_operations(const CommandLineOptions *options);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dcpu.h48 FLAC__bool cpuid;
49 FLAC__bool bswap;
50 FLAC__bool cmov;
51 FLAC__bool mmx;
52 FLAC__bool fxsr;
53 FLAC__bool sse;
54 FLAC__bool sse2;
55 FLAC__bool sse3;
56 FLAC__bool ssse3;
57 FLAC__bool _3dno
[all...]
H A Dbitreader.h45 typedef FLAC__bool (*FLAC__BitReaderReadCallback)(FLAC__byte buffer[], size_t *bytes, void *client_data);
52 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd);
54 FLAC__bool FLAC__bitreader_clear(FLAC__BitReader *br);
66 FLAC__bool FLAC__bitreader_is_consumed_byte_aligned(const FLAC__BitReader *br);
74 FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, unsigned bits);
75 FLAC__bool FLAC__bitreader_read_raw_int32(FLAC__BitReader *br, FLAC__int32 *val, unsigned bits);
76 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits);
77 FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val); /*only for bits=32*/
78 FLAC__bool FLAC__bitreader_skip_bits_no_crc(FLAC__BitReader *br, unsigned bits); /* WATCHOUT: does not CRC the skipped data! */ /*@@@@ add to unit tests */
79 FLAC__bool FLAC__bitreader_skip_byte_block_aligned_no_cr
[all...]
H A Dbitwriter.h49 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw);
59 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw, FLAC__uint16 *crc);
60 FLAC__bool FLAC__bitwriter_get_write_crc8(FLAC__BitWriter *bw, FLAC__byte *crc);
65 FLAC__bool FLAC__bitwriter_is_byte_aligned(const FLAC__BitWriter *bw);
75 FLAC__bool FLAC__bitwriter_get_buffer(FLAC__BitWriter *bw, const FLAC__byte **buffer, size_t *bytes);
81 FLAC__bool FLAC__bitwriter_write_zeroes(FLAC__BitWriter *bw, unsigned bits);
82 FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw, FLAC__uint32 val, unsigned bits);
83 FLAC__bool FLAC__bitwriter_write_raw_int32(FLAC__BitWriter *bw, FLAC__int32 val, unsigned bits);
84 FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits);
85 FLAC__bool FLAC__bitwriter_write_raw_uint32_little_endia
[all...]
H A Dstream_encoder_framing.h38 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw);
39 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw);
40 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
41 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
42 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
43 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
H A Dmemory.h42 #include "FLAC/ordinals.h" /* for FLAC__bool */
48 FLAC__bool FLAC__memory_alloc_aligned_int32_array(unsigned elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer);
49 FLAC__bool FLAC__memory_alloc_aligned_uint32_array(unsigned elements, FLAC__uint32 **unaligned_pointer, FLAC__uint32 **aligned_pointer);
50 FLAC__bool FLAC__memory_alloc_aligned_uint64_array(unsigned elements, FLAC__uint64 **unaligned_pointer, FLAC__uint64 **aligned_pointer);
51 FLAC__bool FLAC__memory_alloc_aligned_unsigned_array(unsigned elements, unsigned **unaligned_pointer, unsigned **aligned_pointer);
53 FLAC__bool FLAC__memory_alloc_aligned_real_array(unsigned elements, FLAC__real **unaligned_pointer, FLAC__real **aligned_pointer);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dseektable.h32 FLAC__bool grabbag__seektable_convert_specification_to_template(const char *spec, FLAC__bool only_explicit_placeholders, FLAC__uint64 total_samples_to_encode, unsigned sample_rate, FLAC__StreamMetadata *seektable_template, FLAC__bool *spec_has_real_points);
H A Dfile.h46 FLAC__bool grabbag__file_change_stats(const char *filename, FLAC__bool read_only);
50 FLAC__bool grabbag__file_are_same(const char *f1, const char *f2);
53 FLAC__bool grabbag__file_remove_file(const char *filename);
H A Dreplaygain.h44 FLAC__bool grabbag__replaygain_is_valid_sample_frequency(unsigned sample_frequency);
46 FLAC__bool grabbag__replaygain_init(unsigned sample_frequency);
49 FLAC__bool grabbag__replaygain_analyze(const FLAC__int32 * const input[], FLAC__bool is_stereo, unsigned bps, unsigned samples);
60 const char *grabbag__replaygain_store_to_file(const char *filename, float album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool preserve_modtime);
61 const char *grabbag__replaygain_store_to_file_reference(const char *filename, FLAC__bool preserve_modtime);
62 const char *grabbag__replaygain_store_to_file_album(const char *filename, float album_gain, float album_peak, FLAC__bool preserve_modtime);
63 const char *grabbag__replaygain_store_to_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool preserve_modtime);
65 FLAC__bool grabbag__replaygain_load_from_vorbiscomment(const FLAC__StreamMetadata *block, FLAC__bool album_mod
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dplayback.h37 volatile FLAC__bool is_playing;
38 volatile FLAC__bool abort_flag;
39 volatile FLAC__bool eof;
48 FLAC__bool has_replaygain;
56 FLAC__bool enable;
57 FLAC__bool album_mode;
59 FLAC__bool hard_limit;
63 FLAC__bool dither_24_to_16;
66 FLAC__bool dither;
72 FLAC__bool stop_er
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h152 * \retval FLAC__bool
158 FLAC_API FLAC__bool FLAC__metadata_get_streaminfo(const char *filename, FLAC__StreamMetadata *streaminfo);
170 * \retval FLAC__bool
177 FLAC_API FLAC__bool FLAC__metadata_get_tags(const char *filename, FLAC__StreamMetadata **tags);
189 * \retval FLAC__bool
196 FLAC_API FLAC__bool FLAC__metadata_get_cuesheet(const char *filename, FLAC__StreamMetadata **cuesheet);
229 * \retval FLAC__bool
236 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **picture, FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors);
401 * \retval FLAC__bool
405 FLAC_API FLAC__bool FLAC__metadata_simple_iterator_ini
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/protected/
H A Dstream_encoder.h80 FLAC__bool verify;
81 FLAC__bool streamable_subset;
82 FLAC__bool do_md5;
83 FLAC__bool do_mid_side_stereo;
84 FLAC__bool loose_mid_side_stereo;
95 FLAC__bool do_qlp_coeff_prec_search;
96 FLAC__bool do_exhaustive_model_search;
97 FLAC__bool do_escape_coding;

Completed in 92 milliseconds

12345