FrameBuffer Struct Reference

Data Fields

uint8_t * base [4]
uint8_t * data [4]
int linesize [4]
int h
int w
enum PixelFormat pix_fmt
int refcount
struct InputStreamist
struct FrameBuffernext

Detailed Description

Definition at line 148 of file avconv.c.

Field Documentation

uint8_t* FrameBuffer::base[4]

Definition at line 149 of file avconv.c.

Referenced by alloc_buffer(), codec_get_buffer(), and free_buffer_pool().

uint8_t* FrameBuffer::data[4]

Definition at line 150 of file avconv.c.

Referenced by alloc_buffer(), and codec_get_buffer().

int FrameBuffer::h

Definition at line 153 of file avconv.c.

Referenced by alloc_buffer(), and codec_get_buffer().

struct InputStream* FrameBuffer::ist

Definition at line 157 of file avconv.c.

Referenced by alloc_buffer(), and filter_release_buffer().

int FrameBuffer::linesize[4]

Definition at line 151 of file avconv.c.

Referenced by alloc_buffer(), and codec_get_buffer().

struct FrameBuffer* FrameBuffer::next

Definition at line 158 of file avconv.c.

Referenced by codec_get_buffer(), free_buffer_pool(), and unref_buffer().

enum PixelFormat FrameBuffer::pix_fmt

Definition at line 154 of file avconv.c.

Referenced by alloc_buffer(), and codec_get_buffer().

int FrameBuffer::refcount

Definition at line 156 of file avconv.c.

Referenced by codec_get_buffer(), transcode_video(), and unref_buffer().

int FrameBuffer::w

Definition at line 153 of file avconv.c.

Referenced by alloc_buffer(), and codec_get_buffer().


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