/third_party/ffmpeg/libavresample/ |
H A D | utils.c | 598 int channels = av_get_channel_layout_nb_channels(out->channel_layout); in available_samples() local [all...] |
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 60 put_sample(void **data, enum AVSampleFormat sample_fmt, int channels, int sample, int ch, double v_dbl) put_sample() argument 82 audiogen(AVLFG *rnd, void **data, enum AVSampleFormat sample_fmt, int channels, int sample_rate, int nb_samples) audiogen() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | lxfdec.c | 51 int channels; ///< number of audio channels. zero means no audio member 118 uint32_t version, audio_format, header_size, channels, tmp; in get_packet_header() local
|
H A D | oggparsevorbis.c | 330 int channels; in vorbis_header() local
|
/third_party/ffmpeg/tools/ |
H A D | sidxindex.c | 42 int sample_rate, channels; member 305 int width = 0, height = 0, sample_rate = 0, channels = 0, bitrate = 0; in output_mpd() local
|
/third_party/alsa-lib/src/pcm/scopes/ |
H A D | level.c | 40 snd_pcm_scope_level_channel_t *channels; member 102 unsigned int c, channels; in level_update() local [all...] |
/third_party/alsa-utils/axfer/test/ |
H A D | mapper-test.c | 86 unsigned int channels; in test_demux() local 176 unsigned int channels; in test_mux() local [all...] |
/third_party/alsa-utils/axfer/ |
H A D | subcmd-transfer.c | 172 unsigned int channels; in capture_pre_process() local 248 unsigned int channels; in playback_pre_process() local [all...] |
/third_party/alsa-utils/bat/ |
H A D | alsa.c | 39 unsigned short channels; member
|
/third_party/cups-filters/cupsfilters/ |
H A D | cmyk.c | 77 const short **channels; /* Copy of channel LUTs */ in cupsCMYKDoBlack() local 263 const short **channels; /* Copy of channel LUTs */ cupsCMYKDoCMYK() local 533 const short **channels; /* Copy of channel LUTs */ cupsCMYKDoGray() local 764 const short **channels; /* Copy of channel LUTs */ cupsCMYKDoRGB() local [all...] |
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 120 unsigned int channels; /**< number of channels; filled after hw_params is called */ member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | sb16_csp.h | 81 int channels; /* channels, look above */ member
|
/third_party/libsnd/include/ |
H A D | sndfile.hh | 112 int channels (void) const { return p ? p->sfinfo.channels : 0 ; } in channels() function in SndfileHandle [all...] |
/third_party/libsnd/src/ |
H A D | chanmap.c | 227 aiff_caf_find_channel_layout_tag (const int *chan_map, int channels) in aiff_caf_find_channel_layout_tag() argument 249 int channels = tag & 0xffff ; in aiff_caf_of_channel_layout_tag() local [all...] |
H A D | dither.c | 396 dither_short(const short *in, short *out, int frames, int channels) dither_short() argument 406 dither_int(const int *in, int *out, int frames, int channels) dither_int() argument 416 dither_float(const float *in, float *out, int frames, int channels) dither_float() argument 426 dither_double(const double *in, double *out, int frames, int channels) dither_double() argument [all...] |
H A D | voc.c | 64 int samplerate, channels, bitwidth ; member 337 { unsigned char bitwidth, channels ; in voc_read_header() local [all...] |
H A D | au.c | 85 int channels ; member [all...] |
H A D | sd2.c | 74 int sample_size, sample_rate, channels ; member [all...] |
H A D | svx.c | 135 int bytecount = 0, channels ; in svx_read_header() local [all...] |
/third_party/libsnd/programs/ |
H A D | common.c | 50 sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) in sfe_copy_data_fp() argument 86 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() argument
|
/third_party/libsnd/tests/ |
H A D | lossy_comp_test.c | 649 lcomp_test_short (const char *filename, int filetype, int channels, double margin) in lcomp_test_short() argument 836 lcomp_test_int(const char *filename, int filetype, int channels, double margin) lcomp_test_int() argument 1034 lcomp_test_float(const char *filename, int filetype, int channels, double margin) lcomp_test_float() argument 1229 lcomp_test_double(const char *filename, int filetype, int channels, double margin) lcomp_test_double() argument 1425 sdlcomp_test_short(const char *filename, int filetype, int channels, double margin) sdlcomp_test_short() argument 1645 sdlcomp_test_int(const char *filename, int filetype, int channels, double margin) sdlcomp_test_int() argument 1869 sdlcomp_test_float(const char *filename, int filetype, int channels, double margin) sdlcomp_test_float() argument 2116 sdlcomp_test_double(const char *filename, int filetype, int channels, double margin) sdlcomp_test_double() argument 2360 read_raw_test(const char *filename, int filetype, int channels) read_raw_test() argument 2447 gen_signal_double(double *data, double scale, int channels, int datalen) gen_signal_double() argument [all...] |
/third_party/lame/ACM/ |
H A D | ACMStream.cpp | 381 unsigned int ACMStream::GetOutputSampleRate(int samples_per_sec, int bitrate, int channels) in GetOutputSampleRate() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.c | 329 nir_ssa_def *channels[4]; in nir_blend() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_ra.cpp | 80 std::array<PRegister, 4> channels; member [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_push_ubo.c | 77 unsigned channels = bi_opcode_props[ins->op].sr_count; in bi_analyze_ranges() local
|