| FFmpeg
    4.0
    | 
#include <libswscale/swscale_internal.h>
| Data Fields | |
| int | available_lines | 
| max number of lines that can be hold by this plane  More... | |
| int | sliceY | 
| index of first line  More... | |
| int | sliceH | 
| number of lines  More... | |
| uint8_t ** | line | 
| line buffer  More... | |
| uint8_t ** | tmp | 
| Tmp line buffer used by mmx code.  More... | |
Slice plane.
Definition at line 919 of file swscale_internal.h.
| int SwsPlane::available_lines | 
max number of lines that can be hold by this plane
Definition at line 921 of file swscale_internal.h.
Referenced by alloc_lines(), alloc_slice(), ff_init_slice_from_src(), ff_rotate_slice(), fill_ones(), free_lines(), no_chr_scale(), and swscale().
| int SwsPlane::sliceY | 
index of first line
Definition at line 922 of file swscale_internal.h.
Referenced by alloc_slice(), any_vscale(), chr_convert(), chr_h_scale(), chr_planar_vscale(), ff_init_slice_from_src(), ff_rotate_slice(), gamma_convert(), lum_convert(), lum_h_scale(), lum_planar_vscale(), no_chr_scale(), packed_vscale(), and swscale().
| int SwsPlane::sliceH | 
number of lines
Definition at line 923 of file swscale_internal.h.
Referenced by alloc_slice(), chr_convert(), chr_h_scale(), ff_init_slice_from_src(), ff_rotate_slice(), lum_convert(), lum_h_scale(), no_chr_scale(), and swscale().
| uint8_t** SwsPlane::line | 
line buffer
Definition at line 924 of file swscale_internal.h.
Referenced by alloc_lines(), alloc_slice(), any_vscale(), chr_convert(), chr_h_scale(), chr_planar_vscale(), ff_init_slice_from_src(), fill_ones(), free_lines(), free_slice(), gamma_convert(), lum_convert(), lum_h_scale(), lum_planar_vscale(), and packed_vscale().
| uint8_t** SwsPlane::tmp | 
Tmp line buffer used by mmx code.
Definition at line 925 of file swscale_internal.h.
Referenced by alloc_slice(), and free_slice().
 1.8.13
 1.8.13