Searched refs:streaminfo_uint32 (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Doperations_shorthand_streaminfo.c89 block->data.stream_info.min_blocksize = operation->argument.streaminfo_uint32.value;
93 block->data.stream_info.max_blocksize = operation->argument.streaminfo_uint32.value;
97 block->data.stream_info.min_framesize = operation->argument.streaminfo_uint32.value;
101 block->data.stream_info.max_framesize = operation->argument.streaminfo_uint32.value;
105 block->data.stream_info.sample_rate = operation->argument.streaminfo_uint32.value;
109 block->data.stream_info.channels = operation->argument.streaminfo_uint32.value;
113 block->data.stream_info.bits_per_sample = operation->argument.streaminfo_uint32.value;
H A Doptions.c410 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
419 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
428 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value >= (1u<<FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN)) {
437 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32
[all...]
H A Doptions.h159 Argument_StreaminfoUInt32 streaminfo_uint32; member in union:__anon1664::__anon1665
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Doperations_shorthand_streaminfo.c89 block->data.stream_info.min_blocksize = operation->argument.streaminfo_uint32.value;
93 block->data.stream_info.max_blocksize = operation->argument.streaminfo_uint32.value;
97 block->data.stream_info.min_framesize = operation->argument.streaminfo_uint32.value;
101 block->data.stream_info.max_framesize = operation->argument.streaminfo_uint32.value;
105 block->data.stream_info.sample_rate = operation->argument.streaminfo_uint32.value;
109 block->data.stream_info.channels = operation->argument.streaminfo_uint32.value;
113 block->data.stream_info.bits_per_sample = operation->argument.streaminfo_uint32.value;
H A Doptions.c410 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
419 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
428 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value >= (1u<<FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN)) {
437 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32
[all...]
H A Doptions.h159 Argument_StreaminfoUInt32 streaminfo_uint32; member in union:__anon2569::__anon2570
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Doperations_shorthand_streaminfo.c89 block->data.stream_info.min_blocksize = operation->argument.streaminfo_uint32.value;
93 block->data.stream_info.max_blocksize = operation->argument.streaminfo_uint32.value;
97 block->data.stream_info.min_framesize = operation->argument.streaminfo_uint32.value;
101 block->data.stream_info.max_framesize = operation->argument.streaminfo_uint32.value;
105 block->data.stream_info.sample_rate = operation->argument.streaminfo_uint32.value;
109 block->data.stream_info.channels = operation->argument.streaminfo_uint32.value;
113 block->data.stream_info.bits_per_sample = operation->argument.streaminfo_uint32.value;
H A Doptions.c410 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
419 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) {
428 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32.value >= (1u<<FLAC__STREAM_METADATA_STREAMINFO_MIN_FRAME_SIZE_LEN)) {
437 if(!parse_uint32(option_argument, &(op->argument.streaminfo_uint32.value)) || op->argument.streaminfo_uint32
[all...]
H A Doptions.h159 Argument_StreaminfoUInt32 streaminfo_uint32; member in union:__anon36594::__anon36595

Completed in 159 milliseconds