FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVS_VideoFrame Struct Reference

#include <avisynth_c.h>

Data Fields

volatile long refcount
 
AVS_VideoFrameBuffervfb
 
int offset
 
int pitch
 
int row_size
 
int height
 
int offsetU
 
int offsetV
 
int pitchUV
 
int row_sizeUV
 
int heightUV
 
int refcount
 

Detailed Description

Definition at line 385 of file avisynth_c.h.

Field Documentation

volatile long AVS_VideoFrame::refcount

Definition at line 386 of file avisynth_c.h.

Referenced by avs_is_writable().

AVS_VideoFrameBuffer * AVS_VideoFrame::vfb
int AVS_VideoFrame::offset
int AVS_VideoFrame::pitch

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_pitch(), and avs_get_pitch_p().

int AVS_VideoFrame::row_size

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_row_size(), and avs_get_row_size_p().

int AVS_VideoFrame::height

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_height(), and avs_get_height_p().

int AVS_VideoFrame::offsetU

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_read_ptr_p(), and avs_get_write_ptr_p().

int AVS_VideoFrame::offsetV

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_read_ptr_p(), and avs_get_write_ptr_p().

int AVS_VideoFrame::pitchUV

Definition at line 388 of file avisynth_c.h.

Referenced by avs_get_height_p(), avs_get_pitch_p(), and avs_get_row_size_p().

int AVS_VideoFrame::row_sizeUV

Definition at line 389 of file avisynth_c.h.

Referenced by avs_get_row_size_p().

int AVS_VideoFrame::heightUV

Definition at line 389 of file avisynth_c.h.

Referenced by avs_get_height_p().

int AVS_VideoFrame::refcount

Definition at line 330 of file avxsynth_c.h.


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