Data Fields | |
| const AVClass * | class |
| int | x |
| int | y |
| position of overlayed picture | |
| int | allow_packed_rgb |
| uint8_t | frame_requested |
| uint8_t | overlay_eof |
| uint8_t | main_is_packed_rgb |
| uint8_t | main_rgba_map [4] |
| uint8_t | main_has_alpha |
| uint8_t | overlay_is_packed_rgb |
| uint8_t | overlay_rgba_map [4] |
| uint8_t | overlay_has_alpha |
| AVFilterBufferRef * | overpicref |
| struct FFBufQueue | queue_main |
| struct FFBufQueue | queue_over |
| int | main_pix_step [4] |
| steps per pixel for each plane of the main output | |
| int | overlay_pix_step [4] |
| steps per pixel for each plane of the overlay | |
| int | hsub |
| int | vsub |
| chroma subsampling values | |
| char * | x_expr |
| char * | y_expr |
Definition at line 73 of file vf_overlay.c.
| const AVClass* OverlayContext::class |
steps per pixel for each plane of the main output
Definition at line 91 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_main().
steps per pixel for each plane of the overlay
Definition at line 92 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_overlay().
Definition at line 84 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_overlay().
Definition at line 87 of file vf_overlay.c.
Referenced by draw_slice_main(), try_push_frame(), try_start_frame(), and uninit().
struct FFBufQueue OverlayContext::queue_main [read] |
Definition at line 88 of file vf_overlay.c.
Referenced by request_frame(), start_frame_main(), try_start_next_frame(), and uninit().
struct FFBufQueue OverlayContext::queue_over [read] |
Definition at line 89 of file vf_overlay.c.
Referenced by end_frame_over(), request_frame(), try_start_frame(), and uninit().
chroma subsampling values
Definition at line 93 of file vf_overlay.c.
Referenced by blend_slice(), and config_input_main().
Definition at line 75 of file vf_overlay.c.
Referenced by config_input_overlay(), draw_slice_main(), and try_push_frame().
| char* OverlayContext::x_expr |
Definition at line 95 of file vf_overlay.c.
Referenced by config_input_overlay(), init(), and uninit().
position of overlayed picture
Definition at line 75 of file vf_overlay.c.
Referenced by config_input_overlay(), draw_slice_main(), and try_push_frame().
| char * OverlayContext::y_expr |
Definition at line 95 of file vf_overlay.c.
Referenced by config_input_overlay(), init(), and uninit().
1.5.8