Go to the source code of this file.
|
int | ar2VideoDispOptionDummy (void) |
|
AR2VideoParamDummyT * | ar2VideoOpenDummy (const char *config) |
|
int | ar2VideoCloseDummy (AR2VideoParamDummyT *vid) |
|
int | ar2VideoGetIdDummy (AR2VideoParamDummyT *vid, ARUint32 *id0, ARUint32 *id1) |
|
int | ar2VideoGetSizeDummy (AR2VideoParamDummyT *vid, int *x, int *y) |
|
AR_PIXEL_FORMAT | ar2VideoGetPixelFormatDummy (AR2VideoParamDummyT *vid) |
|
AR2VideoBufferT * | ar2VideoGetImageDummy (AR2VideoParamDummyT *vid) |
|
int | ar2VideoCapStartDummy (AR2VideoParamDummyT *vid) |
|
int | ar2VideoCapStopDummy (AR2VideoParamDummyT *vid) |
|
int | ar2VideoGetParamiDummy (AR2VideoParamDummyT *vid, int paramName, int *value) |
|
int | ar2VideoSetParamiDummy (AR2VideoParamDummyT *vid, int paramName, int value) |
|
int | ar2VideoGetParamdDummy (AR2VideoParamDummyT *vid, int paramName, double *value) |
|
int | ar2VideoSetParamdDummy (AR2VideoParamDummyT *vid, int paramName, double value) |
|
int | ar2VideoGetParamsDummy (AR2VideoParamDummyT *vid, const int paramName, char **value) |
|
int | ar2VideoSetParamsDummy (AR2VideoParamDummyT *vid, const int paramName, const char *value) |
|
int | ar2VideoSetBufferSizeDummy (AR2VideoParamDummyT *vid, const int width, const int height) |
|
int | ar2VideoGetBufferSizeDummy (AR2VideoParamDummyT *vid, int *width, int *height) |
|
◆ ar2VideoCapStartDummy()
◆ ar2VideoCapStopDummy()
◆ ar2VideoCloseDummy()
◆ ar2VideoDispOptionDummy()
int ar2VideoDispOptionDummy |
( |
void |
| ) |
|
◆ ar2VideoGetBufferSizeDummy()
◆ ar2VideoGetIdDummy()
◆ ar2VideoGetImageDummy()
◆ ar2VideoGetParamdDummy()
◆ ar2VideoGetParamiDummy()
◆ ar2VideoGetParamsDummy()
◆ ar2VideoGetPixelFormatDummy()
◆ ar2VideoGetSizeDummy()
◆ ar2VideoOpenDummy()
◆ ar2VideoSetBufferSizeDummy()
int ar2VideoSetBufferSizeDummy |
( |
AR2VideoParamDummyT * |
vid, |
|
|
const int |
width, |
|
|
const int |
height |
|
) |
| |
◆ ar2VideoSetParamdDummy()
◆ ar2VideoSetParamiDummy()
◆ ar2VideoSetParamsDummy()
int ar2VideoSetParamsDummy |
( |
AR2VideoParamDummyT * |
vid, |
|
|
const int |
paramName, |
|
|
const char * |
value |
|
) |
| |