FFmpeg
4.0
|
Data Fields | |
AVAudioFifo * | fifo |
AVFrame * | frame |
int | ir_len |
int | delay_l |
int | delay_r |
int | eof |
Definition at line 81 of file af_headphone.c.
AVAudioFifo* HeadphoneContext::headphone_inputs::fifo |
Definition at line 82 of file af_headphone.c.
Referenced by config_output(), convert_coeffs(), filter_frame(), headphone_frame(), read_ir(), request_frame(), and uninit().
AVFrame* HeadphoneContext::headphone_inputs::frame |
Definition at line 83 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_frame(), and uninit().
int HeadphoneContext::headphone_inputs::ir_len |
Definition at line 84 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_convolute(), headphone_fast_convolute(), and read_ir().
int HeadphoneContext::headphone_inputs::delay_l |
Definition at line 85 of file af_headphone.c.
Referenced by convert_coeffs().
int HeadphoneContext::headphone_inputs::delay_r |
Definition at line 86 of file af_headphone.c.
Referenced by convert_coeffs().
int HeadphoneContext::headphone_inputs::eof |
Definition at line 87 of file af_headphone.c.
Referenced by request_frame().