Home
last modified time | relevance | path

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

/external/flac/src/metaflac/
Doperations_shorthand_streaminfo.c87 block->data.stream_info.min_blocksize = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
91 block->data.stream_info.max_blocksize = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
95 block->data.stream_info.min_framesize = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
99 block->data.stream_info.max_framesize = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
103 block->data.stream_info.sample_rate = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
107 block->data.stream_info.channels = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
111 block->data.stream_info.bits_per_sample = operation->argument.streaminfo_uint32.value; in do_shorthand_operation__streaminfo()
Doptions.c417 …&(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK… in parse_option()
426 …&(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK… in parse_option()
435 …(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminf… in parse_option()
444 …(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminf… in parse_option()
453 …ion_argument, &(op->argument.streaminfo_uint32.value)) || !FLAC__format_sample_rate_is_valid(op->a… in parse_option()
462 …(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminf… in parse_option()
471 …op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BITS_PE… in parse_option()
Doptions.h162 Argument_StreaminfoUInt32 streaminfo_uint32; member