ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Typedefs | |
typedef struct _Capture | Capture |
Functions | |
Capture * | qcap_driver_init (IPin *, USHORT) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_destroy (Capture *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_set_format (Capture *, AM_MEDIA_TYPE *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_get_format (const Capture *, AM_MEDIA_TYPE **) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_get_prop_range (Capture *, VideoProcAmpProperty, LONG *, LONG *, LONG *, LONG *, LONG *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_get_prop (Capture *, VideoProcAmpProperty, LONG *, LONG *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_set_prop (Capture *, VideoProcAmpProperty, LONG, LONG) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_run (Capture *, FILTER_STATE *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_pause (Capture *, FILTER_STATE *) DECLSPEC_HIDDEN |
HRESULT | qcap_driver_stop (Capture *, FILTER_STATE *) DECLSPEC_HIDDEN |
Definition at line 929 of file v4l.c.
Referenced by unknown_inner_Release().
HRESULT qcap_driver_get_format | ( | const Capture * | capBox, |
AM_MEDIA_TYPE ** | mT | ||
) |
Definition at line 939 of file v4l.c.
Referenced by AMStreamConfig_GetFormat(), VfwPin_EnumMediaTypes(), and VfwPin_GetMediaType().
HRESULT qcap_driver_get_prop | ( | Capture * | capBox, |
VideoProcAmpProperty | Property, | ||
LONG * | lValue, | ||
LONG * | Flags | ||
) |
Definition at line 951 of file v4l.c.
Referenced by AMVideoProcAmp_Get().
HRESULT qcap_driver_get_prop_range | ( | Capture * | capBox, |
VideoProcAmpProperty | Property, | ||
LONG * | pMin, | ||
LONG * | pMax, | ||
LONG * | pSteppingDelta, | ||
LONG * | pDefault, | ||
LONG * | pCapsFlags | ||
) |
Definition at line 944 of file v4l.c.
Referenced by AMVideoProcAmp_GetRange().
Definition at line 916 of file v4l.c.
Referenced by PPB_Load().
Definition at line 968 of file v4l.c.
Referenced by VfwCapture_Pause().
HRESULT qcap_driver_set_format | ( | Capture * | capBox, |
AM_MEDIA_TYPE * | mT | ||
) |
Definition at line 934 of file v4l.c.
Referenced by AMStreamConfig_SetFormat().
HRESULT qcap_driver_set_prop | ( | Capture * | capBox, |
VideoProcAmpProperty | Property, | ||
LONG | lValue, | ||
LONG | Flags | ||
) |
Definition at line 957 of file v4l.c.
Referenced by AMVideoProcAmp_Set().
Definition at line 973 of file v4l.c.
Referenced by unknown_inner_Release(), and VfwCapture_Stop().