ReactOS 0.4.15-dev-7953-g1f49173
vptype.h
Go to the documentation of this file.
1
2#ifndef __IVPType__
3#define __IVPType__
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9 typedef enum _AMVP_MODE
10{
17
19{
24
25typedef struct _AMVPSIZE
26{
30
31typedef struct _AMVPDIMINFO
32{
39
40typedef struct _AMVPDATAINFO
41{
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif
62
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
long LONG
Definition: pedump.c:60
DWORD dwPictAspectRatioY
Definition: vptype.h:46
DWORD dwPictAspectRatioX
Definition: vptype.h:45
BOOL bEnableVACT
Definition: vptype.h:48
BOOL bDataIsInterlaced
Definition: vptype.h:49
DWORD dwReserved1
Definition: vptype.h:54
LONG lHalfLinesEven
Definition: vptype.h:53
BOOL bFieldPolarityInverted
Definition: vptype.h:51
DWORD dwSize
Definition: vptype.h:42
AMVPDIMINFO amvpDimInfo
Definition: vptype.h:44
DWORD dwMicrosecondsPerField
Definition: vptype.h:43
BOOL bEnableDoubleClock
Definition: vptype.h:47
DWORD dwNumLinesInVREF
Definition: vptype.h:52
LONG lHalfLinesOdd
Definition: vptype.h:50
DWORD dwVBIWidth
Definition: vptype.h:35
RECT rcValidRegion
Definition: vptype.h:37
DWORD dwVBIHeight
Definition: vptype.h:36
DWORD dwFieldWidth
Definition: vptype.h:33
DWORD dwFieldHeight
Definition: vptype.h:34
DWORD dwWidth
Definition: vptype.h:27
DWORD dwHeight
Definition: vptype.h:28
struct _AMVPDATAINFO * LPAMVPDATAINFO
enum _AMVP_MODE AMVP_MODE
struct _AMVPSIZE * LPAMVPSIZE
_AMVP_MODE
Definition: vptype.h:10
@ AMVP_MODE_BOBINTERLEAVED
Definition: vptype.h:12
@ AMVP_MODE_SKIPODD
Definition: vptype.h:15
@ AMVP_MODE_SKIPEVEN
Definition: vptype.h:14
@ AMVP_MODE_BOBNONINTERLEAVED
Definition: vptype.h:13
@ AMVP_MODE_WEAVE
Definition: vptype.h:11
struct _AMVPDIMINFO * LPAMVPDIMINFO
_AMVP_SELECT_FORMAT_BY
Definition: vptype.h:19
@ AMVP_DO_NOT_CARE
Definition: vptype.h:20
@ AMVP_BEST_BANDWIDTH
Definition: vptype.h:21
@ AMVP_INPUT_SAME_AS_OUTPUT
Definition: vptype.h:22
struct _AMVPSIZE AMVPSIZE
struct _AMVPDIMINFO AMVPDIMINFO
enum _AMVP_SELECT_FORMAT_BY AMVP_SELECT_FORMAT_BY
struct _AMVPDATAINFO AMVPDATAINFO