Searched refs:set_channels (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-format.c | 30 bool set_rate, bool set_channels) { in pa_format_info_from_sample_spec2() 44 if (set_channels) { in pa_format_info_from_sample_spec2() 29 pa_format_info_from_sample_spec2(const pa_sample_spec *ss, const pa_channel_map *map, bool set_format, bool set_rate, bool set_channels) pa_format_info_from_sample_spec2() argument
|
H A D | core-format.h | 28 * false for set_format, set_rate and set_channels as appropriate, then those 39 bool set_rate, bool set_channels);
|
/third_party/ffmpeg/libavformat/ |
H A D | mvdec.c | 108 static int set_channels(AVFormatContext *avctx, AVStream *st, int channels) in set_channels() function 160 return set_channels(avctx, st, var_read_int(pb, size)); in parse_audio_var() 382 if (set_channels(avctx, ast, avio_rb32(pb)) < 0) in mv_read_header()
|
Completed in 4 milliseconds