FFmpeg
Data Fields
SwsPlane Struct Reference

Slice plane. More...

#include <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...
 

Detailed Description

Slice plane.

Definition at line 972 of file swscale_internal.h.

Field Documentation

◆ available_lines

int SwsPlane::available_lines

max number of lines that can be hold by this plane

Definition at line 974 of file swscale_internal.h.

Referenced by swscale().

◆ sliceY

int SwsPlane::sliceY

index of first line

Definition at line 975 of file swscale_internal.h.

Referenced by swscale().

◆ sliceH

int SwsPlane::sliceH

number of lines

Definition at line 976 of file swscale_internal.h.

Referenced by swscale().

◆ line

uint8_t** SwsPlane::line

line buffer

Definition at line 977 of file swscale_internal.h.

◆ tmp

uint8_t** SwsPlane::tmp

Tmp line buffer used by mmx code.

Definition at line 978 of file swscale_internal.h.


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