#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_frame * | next_frame |
A pointer to the next frame. |
Definition at line 61 of file vda.h.
CVPixelBufferRef vda_frame::cv_buffer |
The CoreVideo buffer that contains the decoded data.
Definition at line 76 of file vda.h.
Referenced by ff_vda_release_vda_frame(), and vda_decoder_callback().
struct vda_frame* vda_frame::next_frame [read] |
A pointer to the next frame.
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.
Definition at line 68 of file vda.h.
Referenced by vda_decoder_callback().