![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/BufTab.h>
#include <ti/sdo/dmai/VideoStd.h>
#include <ti/sdo/dmai/BufferGfx.h>
#include <ti/sdo/dmai/ColorSpace.h>
Go to the source code of this file.
Data Structures | |
struct | Capture_Attrs |
Attributes used to create a Capture device driver instance. More... | |
Typedefs | |
typedef struct Capture_Object * | Capture_Handle |
Handle through which to reference a Capture device instance. | |
Enumerations | |
enum | Capture_Input { Capture_Input_SVIDEO = 0, Capture_Input_COMPOSITE, Capture_Input_COMPONENT, Capture_Input_CAMERA, Capture_Input_COUNT } |
Video capture inputs. More... | |
Functions | |
Capture_Handle | Capture_create (BufTab_Handle hBufTab, Capture_Attrs *attrs) |
Creates a Capture driver instance. | |
Int | Capture_detectVideoStd (Capture_Handle hCapture, VideoStd_Type *videoStdPtr, Capture_Attrs *attrs) |
Detects the video standard of the input connected to a video. | |
Int | Capture_get (Capture_Handle hCapture, Buffer_Handle *hBufPtr) |
Receive a captured buffer from the capture device driver. | |
Int | Capture_put (Capture_Handle hCapture, Buffer_Handle hBuf) |
Send a captured buffer to the capture device driver instance to be filled with captured data. | |
Int | Capture_delete (Capture_Handle hCapture) |
Deletes a Capture device driver instance. | |
VideoStd_Type | Capture_getVideoStd (Capture_Handle hCapture) |
Get the VideoStd_Type of a previously created Capture device driver instance. | |
BufTab_Handle | Capture_getBufTab (Capture_Handle hCapture) |
Get the BufTab_Handle of a previously created Capture device driver instance. | |
Variables | |
const Capture_Attrs | Capture_Attrs_DM6446_DM355_DEFAULT |
Default attributes for video window 0 on dm6446 and dm355. | |
const Capture_Attrs | Capture_Attrs_DM6467_DEFAULT |
Default attributes for video window 0 on dm6467. | |
const Capture_Attrs | Capture_Attrs_DM365_DEFAULT |
Default attributes for video window 0 on dm365. | |
const Capture_Attrs | Capture_Attrs_OMAPL138_DEFAULT |
Default attributes for video window 0 on omapl138. | |
const Capture_Attrs | Capture_Attrs_OMAP3530_DEFAULT |
Default attributes for video window 0 on omap3530. |