Home
last modified time | relevance | path

Searched defs:srate (Results 1 – 23 of 23) sorted by relevance

/third_party/libsnd/include/
Dsndfile.hh174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle()
196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle()
218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate) in SndfileHandle()
243 …:SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate) in SndfileHandle()
322 SndfileHandle::formatCheck (int fmt, int chans, int srate) in formatCheck()
430 SndfileHandle::SndfileHandle (const wchar_t *wpath, int mode, int fmt, int chans, int srate) in SndfileHandle()
/third_party/libsnd/examples/
Dsndfilehandle.cc32 int srate = 48000 ; in create_file() local
/third_party/ffmpeg/libavformat/
Dxa.c45 int channels, srate, bits_per_sample; in xa_probe() local
Dpmpdec.c49 int srate, channels; in pmp_header() local
Dcdxl.c35 int srate; member
Doggparsevorbis.c329 int srate; in vorbis_header() local
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c52 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
1148 snd_pcm_format_t sformat, int schannels, int srate, in snd_pcm_plug_open()
1278 int schannels = -1, srate = -1; in _snd_pcm_plug_open() local
Dpcm_rate.c57 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
1496 snd_pcm_format_t sformat, unsigned int srate, in snd_pcm_rate_open()
1683 int srate = -1; in _snd_pcm_rate_open() local
Dpcm_share.c1382 snd_pcm_format_t sformat, int srate, in snd_pcm_share_open()
1624 int srate = -1; in _snd_pcm_share_open() local
/third_party/libsnd/src/
Ddwd.c119 uint16_t srate, maxval ; member
Davr.c51 int srate ; /* sample frequency in hertz */ member
Dcaf.c74 { uint8_t srate [8] ; member
342 double srate ; in caf_read_header() local
Dtxw.c92 { unsigned char format, srate, sr2, sr3 ; member
/third_party/ffmpeg/libavfilter/
Daf_bs2b.c159 int srate = inlink->sample_rate; in config_output() local
Daf_silencedetect.c214 const int srate = inlink->sample_rate; in filter_frame() local
Daf_apulsator.c38 int srate; member
Dbuffersrc.c76 #define CHECK_AUDIO_PARAM_CHANGE(s, c, srate, layout, format, pts)\ argument
Daf_aexciter.c82 double srate, double freq, in set_params()
Daf_acrusher.c29 int srate; member
Daf_adynamicequalizer.c89 static double get_gain(double in, double srate, double makeup, in get_gain()
Dformats.c831 double srate = av_strtod(arg, &tail); in ff_parse_sample_rate() local
/third_party/lame/frontend/
Dbrhist.c179 int srate = lame_get_out_samplerate(gf); in progress_line() local
/third_party/libsnd/programs/
Dsndfile-play.c424 opensoundsys_open_device (int channels, int srate) in opensoundsys_open_device()