Searched refs:channel_map_none (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.h53 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */ member in struct:__anon819
H A Dencode.h75 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */ member in struct:__anon828
H A Ddecode.c56 FLAC__bool channel_map_none; member in struct:__anon815
112 static FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_serial_number, long serial_number, FLAC__bool is_aiff_out, FLAC__bool is_wave_out, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC__bool channel_map_none, replaygain_synthesis_spec_t replaygain_synthesis_spec, FLAC__bool analysis_mode, analysis_options aopts, utils__SkipUntilSpecification *skip_specification, utils__SkipUntilSpecification *until_specification, utils__CueSpecification *cue_specification, foreign_metadata_t *foreign_metadata, const char *infilename, const char *outfilename);
159 options.common.channel_map_none,
202 options.common.channel_map_none,
248 options.common.channel_map_none,
271 FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_serial_number, long serial_number, FLAC__bool is_aiff_out, FLAC__bool is_wave_out, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC__bool channel_map_none, replaygain_synthesis_spec_t replaygain_synthesis_spec, FLAC__bool analysis_mode, analysis_options aopts, utils__SkipUntilSpecification *skip_specification, utils__SkipUntilSpecification *until_specification, utils__CueSpecification *cue_specification, foreign_metadata_t *foreign_metadata, const char *infilename, const char *outfilename) argument
287 d->channel_map_none = channel_map_none;
425 if(!d->channel_map_none) {
H A Dmain.c270 FLAC__bool channel_map_none; /* --channel-map=none specified, eventually will expand to take actual channel map */ member in struct:__anon837
593 option_values.channel_map_none = false;
732 option_values.channel_map_none = true;
1826 common_options.channel_map_none = option_values.channel_map_none;
2034 common_options.channel_map_none = option_values.channel_map_none;
H A Dencode.c251 else if(x>2U && !options.common.channel_map_none) {
324 options.common.channel_map_none ||
786 if(channels > 2 && !options.common.channel_map_none) {
830 options.common.channel_map_none ||
860 options.common.channel_map_none ||
878 if(!options.common.channel_map_none) {

Completed in 514 milliseconds