Portion of struct vpx_codec_cx_pkt from vpx_encoder.h. More...
Portion of struct vpx_codec_cx_pkt from vpx_encoder.h.
One encoded frame returned from the library.
Definition at line 44 of file libvpxenc.c.
compressed data buffer
Definition at line 45 of file libvpxenc.c.
Referenced by cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().
length of compressed data
Definition at line 46 of file libvpxenc.c.
Referenced by cx_pktcpy(), queue_frames(), and storeframe().
Definition at line 47 of file libvpxenc.c.
Referenced by cx_pktcpy(), free_coded_frame(), queue_frames(), and storeframe().
Definition at line 48 of file libvpxenc.c.
Referenced by cx_pktcpy(), queue_frames(), and storeframe().
time stamp to show frame (in timebase units)
Definition at line 49 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
duration to show frame (in timebase units)
Definition at line 51 of file libvpxenc.c.
Referenced by cx_pktcpy().
flags for this frame
Definition at line 53 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
Definition at line 54 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
true if we have pending sse[]
Definition at line 55 of file libvpxenc.c.
Referenced by cx_pktcpy(), and storeframe().
Definition at line 56 of file libvpxenc.c.
Referenced by cx_pktcpy().
Definition at line 57 of file libvpxenc.c.
Referenced by coded_frame_add(), free_frame_list(), and queue_frames().