| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Functions | |
| AVFrame * | ff_default_get_audio_buffer (AVFilterLink *link, int nb_samples) | 
| default handler for get_audio_buffer() for audio inputs  More... | |
| AVFrame * | ff_null_get_audio_buffer (AVFilterLink *link, int nb_samples) | 
| get_audio_buffer() handler for filters which simply pass audio along  More... | |
| AVFrame * | ff_get_audio_buffer (AVFilterLink *link, int nb_samples) | 
| Request an audio samples buffer with a specific set of permissions.  More... | |
| AVFrame* ff_default_get_audio_buffer | ( | AVFilterLink * | link, | 
| int | nb_samples | ||
| ) | 
default handler for get_audio_buffer() for audio inputs
Definition at line 38 of file audio.c.
Referenced by ff_get_audio_buffer().
| AVFrame* ff_null_get_audio_buffer | ( | AVFilterLink * | link, | 
| int | nb_samples | ||
| ) | 
get_audio_buffer() handler for filters which simply pass audio along
Definition at line 33 of file audio.c.
Referenced by init().
| AVFrame* ff_get_audio_buffer | ( | AVFilterLink * | link, | 
| int | nb_samples | ||
| ) | 
Request an audio samples buffer with a specific set of permissions.
| link | the output link to the filter from which the buffer will be requested | 
| nb_samples | the number of samples per channel | 
Definition at line 86 of file audio.c.
Referenced by activate(), compand_delay(), compand_drain(), compand_nodelay(), config_filter(), config_input(), config_output(), ff_inlink_make_frame_writable(), ff_null_get_audio_buffer(), filter_frame(), fir_frame(), flush(), flush_buffer(), flush_frame(), get_audio_buffer(), headphone_frame(), init_segment(), output_frame(), request_frame(), send_silence(), spatial_activate(), take_samples(), and try_push_frame().
 1.8.17