#include <privatedecoder_vda.h>
Public Member Functions | |
| VDAFrame (CVPixelBufferRef buf, FourCharCode fmt, int64_t pres, int8_t interlaced, int8_t top_field, int8_t repeat) | |
Public Attributes | |
| CVPixelBufferRef | buffer |
| FourCharCode | format |
| int64_t | pts |
| int8_t | interlaced_frame |
| int8_t | top_field_first |
| int8_t | repeat_pict |
Definition at line 36 of file privatedecoder_vda.h.
| VDAFrame::VDAFrame | ( | CVPixelBufferRef | buf, | |
| FourCharCode | fmt, | |||
| int64_t | pres, | |||
| int8_t | interlaced, | |||
| int8_t | top_field, | |||
| int8_t | repeat | |||
| ) | [inline] |
Definition at line 39 of file privatedecoder_vda.h.
| CVPixelBufferRef VDAFrame::buffer |
Definition at line 45 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
| FourCharCode VDAFrame::format |
Definition at line 46 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
Definition at line 47 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
Definition at line 48 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
Definition at line 49 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
Definition at line 50 of file privatedecoder_vda.h.
Referenced by PrivateDecoderVDA::GetFrame().
1.6.3