Lines Matching refs:audio_data
173 * The audio_data array is filled with the pointers to the samples data planes:
183 * otherwise the audio_data pointers will point to invalid data.
188 * @param[out] audio_data array to be filled with the pointer for each channel
198 int av_samples_fill_arrays(uint8_t **audio_data, int *linesize,
206 * The allocated samples buffer can be freed by using av_freep(&audio_data[0])
212 * @param[out] audio_data array to be filled with the pointer for each channel
222 int av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels,
234 int av_samples_alloc_array_and_samples(uint8_t ***audio_data, int *linesize, int nb_channels,
255 * @param audio_data array of pointers to data planes
261 int av_samples_set_silence(uint8_t **audio_data, int offset, int nb_samples,