Home
last modified time | relevance | path

Searched refs:format_channels (Results 1 – 3 of 3) sorted by relevance

/external/flac/src/flac/
Dmain.c261 int format_channels; member
387 if(option_values.format_channels >= 0) { in do_it()
388 …if(option_values.format_channels == 0 || (uint32_t)option_values.format_channels > FLAC__MAX_CHANN… in do_it()
389 …lid number of channels '%u', must be > 0 and <= %u\n", option_values.format_channels, FLAC__MAX_CH… in do_it()
408 if(option_values.format_channels >= 0) in do_it()
437 if(option_values.format_channels >= 0 && option_values.format_channels != 2) in do_it()
449 if(option_values.format_channels > 2) in do_it()
590 option_values.format_channels = -1; in init_options()
803 option_values.format_channels = atoi(option_argument); in parse_option()
1852 …< 0 || option_values.format_is_unsigned_samples < 0 || option_values.format_channels < 0 || option… in encode_file()
[all …]
/external/igt-gpu-tools/lib/
Digt_edid.h197 uint8_t format_channels; member
Digt_edid.c341 sad->format_channels = CEA_SAD_FORMAT_PCM << 3 | (channels - 1); in cea_sad_init_pcm()