RetroArch
|
Functions | |
void * | RWebCamInit (uint64_t caps, unsigned width, unsigned height) |
void | RWebCamFree (void *data) |
bool | RWebCamStart (void *data) |
void | RWebCamStop (void *data) |
bool | RWebCamPoll (void *data, retro_camera_frame_raw_framebuffer_t frame_raw_cb, retro_camera_frame_opengl_texture_t frame_gl_cb) |
static void * | rwebcam_init (const char *device, uint64_t caps, unsigned width, unsigned height) |
static void | rwebcam_free (void *data) |
static bool | rwebcam_start (void *data) |
static void | rwebcam_stop (void *data) |
static bool | rwebcam_poll (void *data, retro_camera_frame_raw_framebuffer_t frame_raw_cb, retro_camera_frame_opengl_texture_t frame_gl_cb) |
Variables | |
camera_driver_t | camera_rwebcam |
|
static |
|
static |
bool RWebCamPoll | ( | void * | data, |
retro_camera_frame_raw_framebuffer_t | frame_raw_cb, | ||
retro_camera_frame_opengl_texture_t | frame_gl_cb | ||
) |
camera_driver_t camera_rwebcam |