RetroArch
Classes | Typedefs | Functions | Variables
android.c File Reference
#include <glsym/glsym.h>
#include "../camera_driver.h"
Include dependency graph for android.c:

Classes

struct  android_camera
 

Typedefs

typedef struct android_camera androidcamera_t
 

Functions

static voidandroid_camera_init (const char *device, uint64_t caps, unsigned width, unsigned height)
 
static void android_camera_free (void *data)
 
static bool android_camera_start (void *data)
 
static void android_camera_stop (void *data)
 
static bool android_camera_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_android
 

Typedef Documentation

◆ androidcamera_t

Function Documentation

◆ android_camera_free()

static void android_camera_free ( void data)
static
Here is the call graph for this function:

◆ android_camera_init()

static void* android_camera_init ( const char *  device,
uint64_t  caps,
unsigned  width,
unsigned  height 
)
static
Here is the call graph for this function:

◆ android_camera_poll()

static bool android_camera_poll ( void data,
retro_camera_frame_raw_framebuffer_t  frame_raw_cb,
retro_camera_frame_opengl_texture_t  frame_gl_cb 
)
static
Here is the call graph for this function:

◆ android_camera_start()

static bool android_camera_start ( void data)
static

◆ android_camera_stop()

static void android_camera_stop ( void data)
static
Here is the call graph for this function:

Variable Documentation

◆ camera_android

camera_driver_t camera_android
Initial value:
= {
"android",
}
static void android_camera_free(void *data)
Definition: android.c:103
static void * android_camera_init(const char *device, uint64_t caps, unsigned width, unsigned height)
Definition: android.c:33
static bool android_camera_start(void *data)
Definition: android.c:118
static bool android_camera_poll(void *data, retro_camera_frame_raw_framebuffer_t frame_raw_cb, retro_camera_frame_opengl_texture_t frame_gl_cb)
Definition: android.c:160
static void android_camera_stop(void *data)
Definition: android.c:144