|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/port.h"#include <stdarg.h>#include <stdio.h>#include <fcntl.h>#include <errno.h>#include "windef.h"#include "winbase.h"#include "wtypes.h"#include "wingdi.h"#include "winuser.h"#include "dshow.h"#include "vfwmsgs.h"#include "amvideo.h"#include "wine/debug.h"#include "wine/library.h"#include "capture.h"#include "qcap_main.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | FAIL_WITH_ERR |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (qcap_v4l) | |
| Capture * | qcap_driver_init (IPin *pOut, USHORT card) |
| HRESULT | qcap_driver_destroy (Capture *capBox) |
| HRESULT | qcap_driver_set_format (Capture *capBox, AM_MEDIA_TYPE *mT) |
| HRESULT | qcap_driver_get_format (const Capture *capBox, AM_MEDIA_TYPE **mT) |
| HRESULT | qcap_driver_get_prop_range (Capture *capBox, VideoProcAmpProperty Property, LONG *pMin, LONG *pMax, LONG *pSteppingDelta, LONG *pDefault, LONG *pCapsFlags) |
| HRESULT | qcap_driver_get_prop (Capture *capBox, VideoProcAmpProperty Property, LONG *lValue, LONG *Flags) |
| HRESULT | qcap_driver_set_prop (Capture *capBox, VideoProcAmpProperty Property, LONG lValue, LONG Flags) |
| HRESULT | qcap_driver_run (Capture *capBox, FILTER_STATE *state) |
| HRESULT | qcap_driver_pause (Capture *capBox, FILTER_STATE *state) |
| HRESULT | qcap_driver_stop (Capture *capBox, FILTER_STATE *state) |
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().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | qcap_v4l | ) |