Home
last modified time | relevance | path

Searched refs:av_samples_alloc (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dsamplefmt.c173 int av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels, in av_samples_alloc() function
206 ret = av_samples_alloc(*audio_data, linesize, nb_channels, in av_samples_alloc_array_and_samples()
Dsamplefmt.h226 int av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels,
/third_party/ffmpeg/doc/examples/
Dresampling_audio.c172 ret = av_samples_alloc(dst_data, &dst_linesize, dst_nb_channels, in main()
Dtranscode_aac.c460 if ((error = av_samples_alloc(*converted_input_samples, NULL, in init_converted_samples()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp273 av_samples_alloc( in decode()
/third_party/ffmpeg/libavresample/
Daudio_data.c186 ret = av_samples_alloc(new_data, &plane_size, a->allocated_channels, in ff_audio_data_realloc()
/third_party/ffmpeg/doc/
DAPIchanges2293 av_samples_alloc(), to samplefmt.h.
2525 2011-06-06 - 0bc2cca - lavu 51.6.0 - av_samples_alloc()
2527 av_samples_alloc().
2531 av_samples_alloc().