vda_frame Struct Reference

This structure is used to store a decoded frame information and data. More...

#include <vda.h>


Data Fields

int64_t pts
 The PTS of the frame.
CVPixelBufferRef cv_buffer
 The CoreVideo buffer that contains the decoded data.
struct vda_framenext_frame
 A pointer to the next frame.


Detailed Description

This structure is used to store a decoded frame information and data.

Definition at line 40 of file vda.h.


Field Documentation

CVPixelBufferRef vda_frame::cv_buffer

The CoreVideo buffer that contains the decoded data.

  • encoding: unused
  • decoding: Set/Unset by libavcodec.

Definition at line 55 of file vda.h.

Referenced by ff_vda_release_vda_frame(), and vda_decoder_callback().

A pointer to the next frame.

  • encoding: unused
  • decoding: Set/Unset by libavcodec.

Definition at line 63 of file vda.h.

Referenced by ff_vda_queue_pop(), vda_clear_queue(), and vda_decoder_callback().

int64_t vda_frame::pts

The PTS of the frame.

  • encoding: unused
  • decoding: Set/Unset by libavcodec.

Definition at line 47 of file vda.h.

Referenced by vda_decoder_callback().


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

Generated on Fri Oct 26 02:46:18 2012 for FFmpeg by  doxygen 1.5.8