Searched refs:bytes_per_sample (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dmd5.h42 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Didcin.c144 unsigned int sample_rate, bytes_per_sample, channels; local
150 bytes_per_sample = get_le32(pb);
185 st->codec->bits_per_coded_sample = bytes_per_sample * 8;
186 st->codec->bit_rate = sample_rate * bytes_per_sample * 8 * channels;
187 st->codec->block_align = bytes_per_sample * channels;
188 if (bytes_per_sample == 1)
195 bytes_per_sample * channels;
197 bytes_per_sample * channels;
200 (sample_rate / 14) * bytes_per_sample * channels;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Ddither.c115 const unsigned bytes_per_sample = target_bps / 8; local
116 const unsigned incr = bytes_per_sample * channels;
132 data = start + bytes_per_sample * channel;
160 data = start + bytes_per_sample * channel;
196 const unsigned bytes_per_sample = target_bps / 8; local
197 const unsigned incr = bytes_per_sample * channels;
213 data = start + bytes_per_sample * channel;
238 data = start + bytes_per_sample * channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmd5.c277 static void format_input_(FLAC__byte *buf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
285 if(channels == 2 && bytes_per_sample == 2) {
291 else if(channels == 1 && bytes_per_sample == 2) {
298 if(bytes_per_sample == 2) {
326 else if(bytes_per_sample == 3) {
358 else if(bytes_per_sample == 1) {
382 else { /* bytes_per_sample == 4, maybe optimize more later */
398 FLAC__bool FLAC__MD5Accumulate(FLAC__MD5Context *ctx, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
400 const size_t bytes_needed = (size_t)channels * (size_t)samples * (size_t)bytes_per_sample;
403 if((size_t)channels > SIZE_MAX / (size_t)bytes_per_sample)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_synthesis/
H A Dreplaygain_synthesis.c390 const unsigned bytes_per_sample = target_bps / 8; local
406 const unsigned incr = bytes_per_sample * channels;
407 data_out = start + bytes_per_sample * channel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c586 static FLAC__bool generate_raw(const char *filename, unsigned channels, unsigned bytes_per_sample, unsigned samples) argument
588 const FLAC__int32 full_scale = (1 << (bytes_per_sample*8-1)) - 1;
603 if(!write_little_endian(f, v, bytes_per_sample))
617 const unsigned bytes_per_sample = (bps+7)/8; local
618 const unsigned true_size = channels * bytes_per_sample * samples;
656 if(!write_big_endian(f, v, bytes_per_sample))
678 const unsigned bytes_per_sample = (bps+7)/8; local
679 const unsigned true_size = channels * bytes_per_sample * samples;
706 if(!write_little_endian_uint32(f, sample_rate * channels * bytes_per_sample))
708 if(!write_little_endian_uint16(f, (FLAC__uint16)(channels * bytes_per_sample))) /* bloc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-audio.c197 int bytes_per_sample, bpp, ret, i; local
220 bytes_per_sample = BYTES_PER_SAMPLE;
222 bytes_per_sample++;
225 * bytes_per_sample * CHANNELS_PER_STREAM * dev->n_streams;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_core.h400 u32 bytes_per_sample; member in struct:mixart_stream_param_desc

Completed in 127 milliseconds