|
FFmpeg
|
Data Structures | |
| struct | headphone_inputs |
Data Fields | |
| const AVClass * | class |
| char * | map |
| int | type |
| int | lfe_channel |
| int | have_hrirs |
| int | eof_hrirs |
| int64_t | pts |
| int | ir_len |
| int | mapping [64] |
| int | nb_inputs |
| int | nb_irs |
| float | gain |
| float | lfe_gain |
| float | gain_lfe |
| float * | ringbuffer [2] |
| int | write [2] |
| int | buffer_length |
| int | n_fft |
| int | size |
| int | hrir_fmt |
| int * | delay [2] |
| float * | data_ir [2] |
| float * | temp_src [2] |
| FFTComplex * | temp_fft [2] |
| FFTContext * | fft [2] |
| FFTContext * | ifft [2] |
| FFTComplex * | data_hrtf [2] |
| AVFloatDSPContext * | fdsp |
| struct HeadphoneContext::headphone_inputs * | in |
Definition at line 41 of file af_headphone.c.
| const AVClass* HeadphoneContext::class |
Definition at line 42 of file af_headphone.c.
| char* HeadphoneContext::map |
Definition at line 44 of file af_headphone.c.
Referenced by init(), and parse_map().
| int HeadphoneContext::type |
Definition at line 45 of file af_headphone.c.
Referenced by convert_coeffs().
| int HeadphoneContext::lfe_channel |
Definition at line 47 of file af_headphone.c.
Referenced by headphone_convolute(), headphone_fast_convolute(), parse_channel_name(), and parse_map().
| int HeadphoneContext::have_hrirs |
Definition at line 49 of file af_headphone.c.
Referenced by convert_coeffs(), filter_frame(), and request_frame().
| int HeadphoneContext::eof_hrirs |
Definition at line 50 of file af_headphone.c.
Referenced by filter_frame(), and request_frame().
| int64_t HeadphoneContext::pts |
Definition at line 51 of file af_headphone.c.
Referenced by filter_frame(), headphone_frame(), and init().
| int HeadphoneContext::ir_len |
Definition at line 53 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_convolute(), headphone_fast_convolute(), and read_ir().
| int HeadphoneContext::mapping[64] |
Definition at line 55 of file af_headphone.c.
Referenced by convert_coeffs(), and parse_map().
| int HeadphoneContext::nb_inputs |
Definition at line 57 of file af_headphone.c.
Referenced by config_output(), convert_coeffs(), init(), parse_map(), query_formats(), read_ir(), request_frame(), and uninit().
| int HeadphoneContext::nb_irs |
Definition at line 59 of file af_headphone.c.
Referenced by config_input(), convert_coeffs(), and parse_map().
| float HeadphoneContext::gain |
Definition at line 61 of file af_headphone.c.
Referenced by config_output(), and convert_coeffs().
| float HeadphoneContext::lfe_gain |
Definition at line 62 of file af_headphone.c.
Referenced by config_output().
| float HeadphoneContext::gain_lfe |
Definition at line 62 of file af_headphone.c.
Referenced by config_output(), headphone_convolute(), and headphone_fast_convolute().
| float* HeadphoneContext::ringbuffer[2] |
Definition at line 64 of file af_headphone.c.
Referenced by convert_coeffs(), and uninit().
| int HeadphoneContext::write[2] |
Definition at line 65 of file af_headphone.c.
| int HeadphoneContext::buffer_length |
Definition at line 67 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_convolute(), and headphone_fast_convolute().
| int HeadphoneContext::n_fft |
Definition at line 68 of file af_headphone.c.
Referenced by convert_coeffs(), and headphone_fast_convolute().
| int HeadphoneContext::size |
Definition at line 69 of file af_headphone.c.
Referenced by convert_coeffs(), filter_frame(), headphone_frame(), and request_frame().
| int HeadphoneContext::hrir_fmt |
Definition at line 70 of file af_headphone.c.
Referenced by config_output(), convert_coeffs(), parse_map(), and query_formats().
| int* HeadphoneContext::delay[2] |
Definition at line 72 of file af_headphone.c.
Referenced by convert_coeffs(), and uninit().
| float* HeadphoneContext::data_ir[2] |
Definition at line 73 of file af_headphone.c.
Referenced by convert_coeffs(), and uninit().
| float* HeadphoneContext::temp_src[2] |
Definition at line 74 of file af_headphone.c.
Referenced by convert_coeffs(), and uninit().
| FFTComplex* HeadphoneContext::temp_fft[2] |
Definition at line 75 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_fast_convolute(), and uninit().
| FFTContext* HeadphoneContext::fft[2] |
Definition at line 77 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_fast_convolute(), and uninit().
| FFTContext * HeadphoneContext::ifft[2] |
Definition at line 77 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_fast_convolute(), and uninit().
| FFTComplex* HeadphoneContext::data_hrtf[2] |
Definition at line 78 of file af_headphone.c.
Referenced by convert_coeffs(), headphone_fast_convolute(), and uninit().
| AVFloatDSPContext* HeadphoneContext::fdsp |
Definition at line 80 of file af_headphone.c.
Referenced by headphone_convolute(), init(), and uninit().
| struct HeadphoneContext::headphone_inputs * HeadphoneContext::in |
Referenced by config_output(), convert_coeffs(), filter_frame(), headphone_frame(), init(), read_ir(), request_frame(), and uninit().
1.8.6