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

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h. More...

Data Fields

voidbuf
 compressed data buffer
 
size_t sz
 length of compressed data
 
voidbuf_alpha
 
size_t sz_alpha
 
int64_t pts
 time stamp to show frame (in timebase units)
 
unsigned long duration
 duration to show frame (in timebase units)
 
uint32_t flags
 flags for this frame
 
uint64_t sse [4]
 
int have_sse
 true if we have pending sse[]
 
uint64_t frame_number
 
struct FrameListDatanext
 

Detailed Description

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.

One encoded frame returned from the library.

Definition at line 45 of file libvpxenc.c.

Field Documentation

void* FrameListData::buf

compressed data buffer

Definition at line 46 of file libvpxenc.c.

Referenced by cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().

size_t FrameListData::sz

length of compressed data

Definition at line 47 of file libvpxenc.c.

Referenced by cx_pktcpy(), queue_frames(), and storeframe().

void* FrameListData::buf_alpha

Definition at line 48 of file libvpxenc.c.

Referenced by cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().

size_t FrameListData::sz_alpha

Definition at line 49 of file libvpxenc.c.

Referenced by cx_pktcpy(), queue_frames(), and storeframe().

int64_t FrameListData::pts

time stamp to show frame (in timebase units)

Definition at line 50 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

unsigned long FrameListData::duration

duration to show frame (in timebase units)

Definition at line 52 of file libvpxenc.c.

Referenced by cx_pktcpy().

uint32_t FrameListData::flags

flags for this frame

Definition at line 54 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

uint64_t FrameListData::sse[4]

Definition at line 55 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

int FrameListData::have_sse

true if we have pending sse[]

Definition at line 56 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

uint64_t FrameListData::frame_number

Definition at line 57 of file libvpxenc.c.

Referenced by cx_pktcpy().

struct FrameListData* FrameListData::next

Definition at line 58 of file libvpxenc.c.

Referenced by coded_frame_add(), free_frame_list(), and queue_frames().


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