| /third_party/ffmpeg/libavcodec/ |
| H A D | flacdsp.c | 89 av_cold void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt, int channels, in ff_flacdsp_init() argument
|
| H A D | flacdsp_template.c | 51 flac_decorrelate_indep_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_indep_c() argument 62 flac_decorrelate_ls_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_ls_c() argument 76 flac_decorrelate_rs_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_rs_c() argument 90 flac_decorrelate_ms_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_ms_c() argument
|
| H A D | mpegaudiodecheader.c | 120 int ff_mpa_decode_header(uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate, enum AVCodecID *codec_id) in ff_mpa_decode_header() argument
|
| H A D | adx_parser.c | 55 int channels = state & 0xFF; in adx_parse() local
|
| H A D | adx.c | 41 int offset, cutoff, channels; in ff_adx_decode_header() local
|
| H A D | adx.h | 43 int channels; member
|
| H A D | alacdsp.c | 45 append_extra_bits(int32_t *buffer[2], int32_t *extra_bits_buffer[2], int extra_bits, int channels, int nb_samples) append_extra_bits() argument
|
| H A D | png.c | 43 int channels; in ff_png_get_nb_channels() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | audio.c | 40 int channels = link->ch_layout.nb_channels; in ff_default_get_audio_buffer() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | oss.h | 34 int channels; member
|
| H A D | alsa.h | 54 int channels; ///< number of channels set by user member
|
| H A D | sndio.h | 41 int channels; member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | adxdec.c | 94 int channels; in adx_read_header() local
|
| H A D | aea.c | 65 int channels; in aea_read_header() local
|
| H A D | soxdec.c | 52 int channels; in sox_read_header() local
|
| H A D | voc_packet.c | 35 int channels = 1; in ff_voc_get_packet() local
|
| H A D | ircamdec.c | 55 uint32_t magic, sample_rate, channels, tag; in ircam_read_header() local
|
| H A D | dfpwmdec.c | 35 int channels; member
|
| H A D | eacdata.c | 38 unsigned int channels; member
|
| /third_party/ffmpeg/libswresample/aarch64/ |
| H A D | audio_convert_init.c | 42 int channels; in conv_fltp_to_s16_nch_neon() local 48 swri_audio_convert_init_aarch64(struct AudioConvert *ac, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels) swri_audio_convert_init_aarch64() argument [all...] |
| /third_party/ffmpeg/libswresample/arm/ |
| H A D | audio_convert_init.c | 42 int channels; in conv_fltp_to_s16_nch_neon() local 48 swri_audio_convert_init_arm(struct AudioConvert *ac, enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels) swri_audio_convert_init_arm() argument [all...] |
| /third_party/ffmpeg/libswresample/ |
| H A D | audioconvert.h | 39 int channels; member
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | alacdsp.c | 94 static const char * const channels[2] = { "mono", "stereo" }; in check_append_extra_bits() local
|
| H A D | flacdsp.c | 44 check_decorrelate(uint8_t **ref_dst, uint8_t **ref_src, uint8_t **new_dst, uint8_t **new_src, int channels, int bits) check_decorrelate() argument
|
| /third_party/libsnd/examples/ |
| H A D | sfprocess.c | 128 process_data (double *data, int count, int channels) in process_data() argument [all...] |