Home
last modified time | relevance | path

Searched defs:channels (Results 151 - 175 of 631) sorted by relevance

12345678910>>...26

/third_party/ffmpeg/libavcodec/
H A Dpcm-dvd.c59 int channels; in pcm_dvd_parse_header() local
[all...]
H A Droqaudioenc.c57 int channels = avctx->ch_layout.nb_channels; in roq_dpcm_encode_init() local
127 int channels = avctx->ch_layout.nb_channels; in roq_dpcm_encode_frame() local
[all...]
H A Dsbcdsp.c270 sbc_calc_scalefactors(int32_t sb_sample_f[16][2][8], uint32_t scale_factor[2][8], int blocks, int channels, int subbands) sbc_calc_scalefactors() argument
H A Dsbc.h93 uint8_t channels; member
H A Dvmdaudio.c75 int channels = avctx->ch_layout.nb_channels; in vmdaudio_decode_init() local
106 decode_audio_s16(int16_t *out, const uint8_t *buf, int buf_size, int channels) decode_audio_s16() argument
146 int channels = avctx->ch_layout.nb_channels; vmdaudio_decode_frame() local
[all...]
H A Dvima.c128 int channels = 1; in decode_frame() local
/third_party/ffmpeg/libavfilter/
H A Df_reverse.c197 const int channels = out->ch_layout.nb_channels; in reverse_samples_packed() local
[all...]
H A Daf_ashowinfo.c186 int channels = inlink->ch_layout.nb_channels; in filter_frame() local
H A Daf_vibrato.c31 int channels; member
/third_party/ffmpeg/libavdevice/
H A Dopenal-dec.c37 int channels; member
53 int channels; member
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_depth2space.c61 int channels = operands[input_operand_index].dims[3]; in ff_dnn_execute_layer_depth2space() local
/third_party/ffmpeg/libavformat/
H A Dcafenc.c58 int channels = par->ch_layout.nb_channels, block_align = par->block_align; in samples_per_packet() local
H A Didcin.c159 unsigned int sample_rate, bytes_per_sample, channels; in idcin_read_header() local
[all...]
H A Daiffdec.c103 int channels; in get_aiff_header() local
H A Dpmpdec.c49 int srate, channels; in pmp_header() local
H A Drtpdec_amr.c38 int channels; member
H A Dsmush.c53 uint32_t sample_rate, channels, palette[256]; in smush_read_header() local
H A Dau.c152 unsigned int id, channels, rate; in au_read_header() local
[all...]
H A Dpsxstr.c66 StrChannel channels[32]; member
[all...]
H A Drl2.c87 unsigned short channels; in rl2_read_header() local
[all...]
H A Driffdec.c97 int id, channels = 0; in ff_get_wav_header() local
/third_party/ffmpeg/libavresample/
H A Daudio_data.c51 int ff_sample_fmt_is_planar(enum AVSampleFormat sample_fmt, int channels) in ff_sample_fmt_is_planar() argument
59 int ff_audio_data_set_channels(AudioData *a, int channels) in ff_audio_data_set_channels() argument
73 ff_audio_data_init(AudioData *a, uint8_t * const *src, int plane_size, int channels, int nb_samples, enum AVSampleFormat sample_fmt, int read_only, const char *name) ff_audio_data_init() argument
119 ff_audio_data_alloc(int channels, int nb_samples, enum AVSampleFormat sample_fmt, const char *name) ff_audio_data_alloc() argument
[all...]
/third_party/ffmpeg/tests/api/
H A Dapi-flac-test.c39 generate_raw_frame(uint16_t *frame_data, int i, int sample_rate, int channels, int frame_size) generate_raw_frame() argument
/third_party/ffmpeg/libswresample/
H A Daudioconvert.c145 swri_audio_convert_alloc(enum AVSampleFormat out_fmt, enum AVSampleFormat in_fmt, int channels, const int *ch_map, int flags) swri_audio_convert_alloc() argument
[all...]
/third_party/ffmpeg/tests/
H A Daudiogen.c117 static void put_wav_header(int sample_rate, int channels, int nb_samples) in put_wav_header() argument

Completed in 11 milliseconds

12345678910>>...26