/third_party/libsnd/examples/ |
H A D | sndfilehandle.cc | 32 int srate = 48000 ; in create_file() local
|
/third_party/ffmpeg/libavformat/ |
H A D | xa.c | 45 int channels, srate, bits_per_sample; in xa_probe() local
|
H A D | pmpdec.c | 49 int srate, channels; in pmp_header() local
|
H A D | cdxl.c | 35 int srate; member
|
H A D | oggparsevorbis.c | 329 int srate; in vorbis_header() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_bs2b.c | 159 int srate = inlink->sample_rate; in config_output() local
|
H A D | af_silencedetect.c | 214 const int srate = inlink->sample_rate; in filter_frame() local
|
H A D | af_acrusher.c | 29 int srate; member
|
H A D | af_apulsator.c | 38 int srate; member
|
H A D | af_aexciter.c | 80 set_params(ChannelParams *p, double blend, double drive, double srate, double freq, double ceil) set_params() argument
|
H A D | af_adynamicequalizer.c | 89 static double get_gain(double in, double srate, double makeup, in get_gain() argument
|
H A D | formats.c | 831 double srate = av_strtod(arg, &tail); in ff_parse_sample_rate() local
|
/third_party/libsnd/src/ |
H A D | dwd.c | 119 uint16_t srate, maxval ; member
|
H A D | avr.c | 51 int srate ; /* sample frequency in hertz */ member
|
H A D | txw.c | 92 { unsigned char format, srate, sr2, sr3 ; member
|
H A D | caf.c | 74 { uint8_t srate [8] ; member 342 double srate ; in caf_read_header() local
|
/third_party/libsnd/include/ |
H A D | sndfile.hh | 174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 243 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 322 SndfileHandle::formatCheck (int fmt, int chans, int srate) in formatCheck() argument 430 SndfileHandle(const wchar_t *wpath, int mode, int fmt, int chans, int srate) SndfileHandle() argument [all...] |
/third_party/lame/frontend/ |
H A D | brhist.c | 179 int srate = lame_get_out_samplerate(gf); in progress_line() local
|
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 424 opensoundsys_open_device (int channels, int srate) in opensoundsys_open_device() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 52 int srate; member 824 const snd_interval_t *srate, *crate; in snd_pcm_plug_hw_refine_schange() local 925 const snd_interval_t *srate, *crate; in snd_pcm_plug_hw_refine_cchange() local 1146 snd_pcm_plug_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, int schannels, int srate, const snd_config_t *rate_converter, enum snd_pcm_plug_route_policy route_policy, snd_pcm_route_ttable_entry_t *ttable, unsigned int tt_ssize, unsigned int tt_cused, unsigned int tt_sused, snd_pcm_t *slave, int close_slave) snd_pcm_plug_open() argument 1278 int schannels = -1, srate = -1; _snd_pcm_plug_open() local [all...] |
H A D | pcm_share.c | 1624 int srate = -1; in _snd_pcm_share_open() local 1381 snd_pcm_share_open(snd_pcm_t **pcmp, const char *name, const char *sname, snd_pcm_format_t sformat, int srate, unsigned int schannels, int speriod_time, int sbuffer_time, unsigned int channels, unsigned int *channels_map, snd_pcm_stream_t stream, int mode) snd_pcm_share_open() argument
|
H A D | pcm_rate.c | 57 unsigned int srate; member 175 const snd_interval_t *srate, *crate; in snd_pcm_rate_hw_refine_schange() local 208 const snd_interval_t *srate, *crate; in snd_pcm_rate_hw_refine_cchange() local 1495 snd_pcm_rate_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, unsigned int srate, const snd_config_t *converter, snd_pcm_t *slave, int close_slave) snd_pcm_rate_open() argument 1683 int srate = -1; _snd_pcm_rate_open() local [all...] |