Home
last modified time | relevance | path

Searched refs:allocated_channels (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_data.c62 channels > a->allocated_channels) in ff_audio_data_set_channels()
108 a->allocated_channels = channels; in ff_audio_data_init()
144 a->allocated_channels = channels; in ff_audio_data_alloc()
175 a->allocated_channels, nb_samples, in ff_audio_data_realloc()
186 ret = av_samples_alloc(new_data, &plane_size, a->allocated_channels, in ff_audio_data_realloc()
203 a->allocated_channels, nb_samples, in ff_audio_data_realloc()
Daudio_data.h46 int allocated_channels; /**< allocated channel count */ member
Dutils.c345 avr->in_buffer->allocated_channels); in avresample_convert()
350 avr->resample_out_buffer->allocated_channels); in avresample_convert()
355 avr->out_buffer->allocated_channels); in avresample_convert()