|
FFmpeg
|
Data Fields | |
| AVFifo * | ringbuffers [RingbufCount] |
| int | curr_frame_offset |
| int | data_start_offset |
| int | data_end_offset |
| AVFifo * | debug_matches |
Definition at line 133 of file vf_deshake_opencl.c.
| AVFifo* AbsoluteFrameMotion::ringbuffers[RingbufCount] |
Definition at line 135 of file vf_deshake_opencl.c.
Referenced by activate(), filter_frame(), and queue_frame().
| int AbsoluteFrameMotion::curr_frame_offset |
Definition at line 139 of file vf_deshake_opencl.c.
Referenced by filter_frame(), and start_end_for().
| int AbsoluteFrameMotion::data_start_offset |
Definition at line 142 of file vf_deshake_opencl.c.
Referenced by filter_frame(), and ringbuf_float_at().
| int AbsoluteFrameMotion::data_end_offset |
Definition at line 143 of file vf_deshake_opencl.c.
Referenced by filter_frame(), queue_frame(), and ringbuf_float_at().
| AVFifo* AbsoluteFrameMotion::debug_matches |
Definition at line 145 of file vf_deshake_opencl.c.
Referenced by filter_frame(), free_debug_matches(), and queue_frame().