FFmpeg
|
Data Fields | |
const AVClass * | class |
int | w |
int | h |
int | mode |
char * | rate_str |
AVRational | auto_frame_rate |
AVRational | frame_rate |
AVTXContext ** | fft |
AVTXContext ** | ifft |
av_tx_fn | tx_fn |
av_tx_fn | itx_fn |
int | fft_in_size |
int | fft_out_size |
int | ifft_in_size |
int | ifft_out_size |
int | pos |
int64_t | in_pts |
int64_t | old_pts |
int64_t | eof_pts |
float * | frequency_band |
AVFrame * | kernel |
unsigned * | index |
int * | kernel_start |
int * | kernel_stop |
AVFrame * | cache [2] |
AVFrame * | outpicref |
AVFrame * | fft_in |
AVFrame * | fft_out |
AVFrame * | ifft_in |
AVFrame * | ifft_out |
AVFrame * | ch_out |
int | nb_threads |
int | nb_channels |
int | nb_consumed_samples |
int | pps |
int | eof |
int | slide |
int | new_frame |
int | direction |
int | hop_size |
int | hop_index |
int | ihop_size |
int | ihop_index |
int | input_padding_size |
int | input_sample_count |
int | output_padding_size |
int | output_sample_count |
int | frequency_band_count |
float | logarithmic_basis |
int | frequency_scale |
float | minimum_frequency |
float | maximum_frequency |
float | deviation |
Definition at line 61 of file avf_showcwt.c.
const AVClass* ShowCWTContext::class |
Definition at line 62 of file avf_showcwt.c.
int ShowCWTContext::w |
Definition at line 63 of file avf_showcwt.c.
int ShowCWTContext::h |
Definition at line 63 of file avf_showcwt.c.
int ShowCWTContext::mode |
Definition at line 64 of file avf_showcwt.c.
char* ShowCWTContext::rate_str |
Definition at line 65 of file avf_showcwt.c.
AVRational ShowCWTContext::auto_frame_rate |
Definition at line 66 of file avf_showcwt.c.
AVRational ShowCWTContext::frame_rate |
Definition at line 67 of file avf_showcwt.c.
AVTXContext** ShowCWTContext::fft |
Definition at line 68 of file avf_showcwt.c.
AVTXContext** ShowCWTContext::ifft |
Definition at line 69 of file avf_showcwt.c.
av_tx_fn ShowCWTContext::tx_fn |
Definition at line 70 of file avf_showcwt.c.
av_tx_fn ShowCWTContext::itx_fn |
Definition at line 71 of file avf_showcwt.c.
int ShowCWTContext::fft_in_size |
Definition at line 72 of file avf_showcwt.c.
int ShowCWTContext::fft_out_size |
Definition at line 73 of file avf_showcwt.c.
int ShowCWTContext::ifft_in_size |
Definition at line 74 of file avf_showcwt.c.
int ShowCWTContext::ifft_out_size |
Definition at line 75 of file avf_showcwt.c.
int ShowCWTContext::pos |
Definition at line 76 of file avf_showcwt.c.
int64_t ShowCWTContext::in_pts |
Definition at line 77 of file avf_showcwt.c.
int64_t ShowCWTContext::old_pts |
Definition at line 78 of file avf_showcwt.c.
int64_t ShowCWTContext::eof_pts |
Definition at line 79 of file avf_showcwt.c.
float* ShowCWTContext::frequency_band |
Definition at line 80 of file avf_showcwt.c.
AVFrame* ShowCWTContext::kernel |
Definition at line 81 of file avf_showcwt.c.
unsigned* ShowCWTContext::index |
Definition at line 82 of file avf_showcwt.c.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
int* ShowCWTContext::kernel_start |
Definition at line 83 of file avf_showcwt.c.
int* ShowCWTContext::kernel_stop |
Definition at line 84 of file avf_showcwt.c.
AVFrame* ShowCWTContext::cache[2] |
Definition at line 85 of file avf_showcwt.c.
AVFrame* ShowCWTContext::outpicref |
Definition at line 86 of file avf_showcwt.c.
AVFrame* ShowCWTContext::fft_in |
Definition at line 87 of file avf_showcwt.c.
AVFrame* ShowCWTContext::fft_out |
Definition at line 88 of file avf_showcwt.c.
AVFrame* ShowCWTContext::ifft_in |
Definition at line 89 of file avf_showcwt.c.
AVFrame* ShowCWTContext::ifft_out |
Definition at line 90 of file avf_showcwt.c.
AVFrame* ShowCWTContext::ch_out |
Definition at line 91 of file avf_showcwt.c.
int ShowCWTContext::nb_threads |
Definition at line 92 of file avf_showcwt.c.
int ShowCWTContext::nb_channels |
Definition at line 93 of file avf_showcwt.c.
int ShowCWTContext::nb_consumed_samples |
Definition at line 94 of file avf_showcwt.c.
int ShowCWTContext::pps |
Definition at line 95 of file avf_showcwt.c.
int ShowCWTContext::eof |
Definition at line 96 of file avf_showcwt.c.
int ShowCWTContext::slide |
Definition at line 97 of file avf_showcwt.c.
int ShowCWTContext::new_frame |
Definition at line 98 of file avf_showcwt.c.
int ShowCWTContext::direction |
Definition at line 99 of file avf_showcwt.c.
int ShowCWTContext::hop_size |
Definition at line 100 of file avf_showcwt.c.
int ShowCWTContext::hop_index |
Definition at line 101 of file avf_showcwt.c.
int ShowCWTContext::ihop_size |
Definition at line 102 of file avf_showcwt.c.
int ShowCWTContext::ihop_index |
Definition at line 103 of file avf_showcwt.c.
int ShowCWTContext::input_padding_size |
Definition at line 104 of file avf_showcwt.c.
int ShowCWTContext::input_sample_count |
Definition at line 105 of file avf_showcwt.c.
int ShowCWTContext::output_padding_size |
Definition at line 106 of file avf_showcwt.c.
int ShowCWTContext::output_sample_count |
Definition at line 107 of file avf_showcwt.c.
int ShowCWTContext::frequency_band_count |
Definition at line 108 of file avf_showcwt.c.
float ShowCWTContext::logarithmic_basis |
Definition at line 109 of file avf_showcwt.c.
int ShowCWTContext::frequency_scale |
Definition at line 110 of file avf_showcwt.c.
float ShowCWTContext::minimum_frequency |
Definition at line 111 of file avf_showcwt.c.
float ShowCWTContext::maximum_frequency |
Definition at line 112 of file avf_showcwt.c.
float ShowCWTContext::deviation |
Definition at line 113 of file avf_showcwt.c.