vda_frame Struct Reference
[VDA]

This structure is used to store 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 decoded frame information and data.

Deprecated:
Use synchronous decoding mode.

Definition at line 61 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 76 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 84 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 68 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:50:17 2012 for FFmpeg by  doxygen 1.5.8