FFmpeg
Data Fields
SwsPlane Struct Reference

Slice plane. More...

#include <swscale_internal.h>

Data Fields

  max number of lines that can be hold by this plane More...
 
  index of first line More...
 
  number of lines More...
 
uint8_t **  line
  line buffer More...
 
uint8_t **  tmp
  Tmp line buffer used by mmx code. More...
 

Detailed Description

Slice plane.

Definition at line 900 of file swscale_internal.h.

Field Documentation

int SwsPlane::available_lines

max number of lines that can be hold by this plane

Definition at line 902 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 903 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 904 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 905 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 906 of file swscale_internal.h.

Referenced by alloc_slice(), and free_slice().


The documentation for this struct was generated from the following file:

Generated on Fri Jan 12 2018 01:48:36 for FFmpeg by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /