FrameListData Struct Reference

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


Data Fields

void * buf
size_t sz
 ≤ compressed data buffer
int64_t pts
 ≤ length of compressed data
unsigned long duration
 ≤ time stamp to show frame (in timebase units)
uint32_t flags
 ≤ duration to show frame (in timebase units)
struct FrameListDatanext
 ≤ flags for this frame


Detailed Description

Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.

One encoded frame returned from the library.

Definition at line 38 of file libvpxenc.c.


Field Documentation

Definition at line 39 of file libvpxenc.c.

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

unsigned long FrameListData::duration

≤ time stamp to show frame (in timebase units)

Definition at line 43 of file libvpxenc.c.

Referenced by cx_pktcpy().

≤ duration to show frame (in timebase units)

Definition at line 45 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

≤ flags for this frame

Definition at line 46 of file libvpxenc.c.

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

≤ length of compressed data

Definition at line 41 of file libvpxenc.c.

Referenced by cx_pktcpy(), and storeframe().

≤ compressed data buffer

Definition at line 40 of file libvpxenc.c.

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


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

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8