/third_party/ffmpeg/libavcodec/ |
H A D | qoienc.c | 31 const int channels = 3 + (avctx->pix_fmt == AV_PIX_FMT_RGBA); in qoi_encode_frame() local
|
H A D | sbc_parser.c | 37 int sr, blocks, mode, subbands, bitpool, channels, joint; in sbc_parse_header() local
|
H A D | s302m.c | 44 int frame_size, channels, bits; in s302m_parse_frame_header() local 107 int block_size, ret, channels; in s302m_decode_frame() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_asdr.c | 32 int channels; member
|
H A D | af_tremolo.c | 52 const int channels = inlink->ch_layout.nb_channels; in filter_frame() local
|
H A D | af_acontrast.c | 45 filter_flt(void **d, const void **s, int nb_samples, int channels, float contrast) filter_flt() argument 65 filter_dbl(void **d, const void **s, int nb_samples, int channels, float contrast) filter_dbl() argument 85 filter_fltp(void **d, const void **s, int nb_samples, int channels, float contrast) filter_fltp() argument 103 filter_dblp(void **d, const void **s, int nb_samples, int channels, float contrast) filter_dblp() argument
|
H A D | framepool.c | 40 int channels; member 115 int channels, variable 171 ff_frame_pool_get_audio_config(FFFramePool *pool, int *channels, int *nb_samples, enum AVSampleFormat *format, int *align) ff_frame_pool_get_audio_config() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | tta.c | 53 int i, channels, bps, samplerate; in tta_read_header() local
|
H A D | pcmdec.c | 37 int channels; member 71 int rate = 0, channels = 0, little_endian = 0; in pcm_read_header() local [all...] |
H A D | sol.c | 87 unsigned int id, channels, rate, type; in sol_read_header() local
|
H A D | dsfdec.c | 73 int channels; in dsf_read_header() local 163 int channels = st->codecpar->ch_layout.nb_channels; in dsf_read_packet() local
|
/third_party/ffmpeg/libavutil/ |
H A D | audio_fifo.c | 43 int channels; /**< number of channels */ member 62 AVAudioFifo *av_audio_fifo_alloc(enum AVSampleFormat sample_fmt, int channels, in av_audio_fifo_alloc() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_simple.c | 47 set_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *hw_params, unsigned int *rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, unsigned int *buffer_time, unsigned int *period_time, snd_pcm_access_t access) set_hw_params() argument 157 snd_spcm_init(snd_pcm_t *pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type) snd_spcm_init() argument 209 snd_spcm_init_duplex(snd_pcm_t *playback_pcm, snd_pcm_t *capture_pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type, snd_spcm_duplex_type_t duplex_type) snd_spcm_init_duplex() argument [all...] |
/third_party/alsa-lib/test/ |
H A D | chmap.c | 52 static int setup_pcm(snd_pcm_t *pcm, int format, int channels, int rate) in setup_pcm() argument 87 static int get_chmap(snd_pcm_t *pcm, int format, int channels, int rate) in get_chmap() argument 104 set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, int nargs, char **arg) set_chmap() argument 157 int channels = 0; main() local [all...] |
/third_party/libsnd/examples/ |
H A D | sndfile-loopify.c | 133 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() argument
|
/third_party/libsnd/src/ |
H A D | dwd.c | 118 { uint8_t major, minor, compression, channels, bitwidth ; member
|
/third_party/libsnd/programs/ |
H A D | sndfile-deinterleave.c | 58 int channels ; member [all...] |
H A D | sndfile-interleave.c | 59 int channels ; member [all...] |
/third_party/libsnd/tests/ |
H A D | multi_file_test.c | 205 write_file_at_end (int fd, int filetype, int channels, int file_num) in write_file_at_end() argument
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_lower_image_casts.c | 61 nir_ssa_def *channels[4]; in convert_value() local 108 nir_ssa_def *channels[4] = { in convert_value() local
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | sdp.c | 44 uint32_t rate, channels; in pa_sdp_build() local 94 unsigned rate, channels; in parse_sdp_sample_spec() local [all...] |
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | crossover.c | 25 void lr4_process_float32(struct lr4 *lr4, int samples, int channels, float *src, float *dest) in lr4_process_float32() argument 62 void lr4_process_s16(struct lr4 *lr4, int samples, int channels, short *src, short *dest) in lr4_process_s16() argument
|
/third_party/pulseaudio/src/pulse/ |
H A D | sample.c | 114 int pa_channels_valid(uint8_t channels) { in pa_channels_valid() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readppm.c | 68 int bit_depth, color_type, channels; variable
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwtran.c | 180 unsigned int channels = 0; in png_do_shift() local [all...] |