FFmpeg
|
#include <vdpau_internal.h>
Data Fields | |
VdpPictureInfoH264 | h264 |
VdpPictureInfoMPEG1Or2 | mpeg |
VdpPictureInfoVC1 | vc1 |
VdpPictureInfoMPEG4Part2 | mpeg4 |
Definition at line 43 of file vdpau_internal.h.
VdpPictureInfoH264 VDPAUPictureInfo::h264 |
Definition at line 44 of file vdpau_internal.h.
Referenced by vdpau_h264_decode_slice(), vdpau_h264_set_reference_frames(), and vdpau_h264_start_frame().
VdpPictureInfoMPEG1Or2 VDPAUPictureInfo::mpeg |
Definition at line 45 of file vdpau_internal.h.
Referenced by vdpau_mpeg_decode_slice(), and vdpau_mpeg_start_frame().
VdpPictureInfoVC1 VDPAUPictureInfo::vc1 |
Definition at line 46 of file vdpau_internal.h.
Referenced by vdpau_vc1_decode_slice(), and vdpau_vc1_start_frame().
VdpPictureInfoMPEG4Part2 VDPAUPictureInfo::mpeg4 |
Definition at line 47 of file vdpau_internal.h.
Referenced by vdpau_mpeg4_start_frame().