RetroArch
Functions | Variables
nullcamera.c File Reference
#include "../camera_driver.h"
Include dependency graph for nullcamera.c:
This graph shows which files directly or indirectly include this file:

Functions

static voidnullcamera_init (const char *device, uint64_t caps, unsigned width, unsigned height)
 
static void nullcamera_free (void *data)
 
static bool nullcamera_start (void *data)
 
static void nullcamera_stop (void *data)
 
static bool nullcamera_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_null
 

Function Documentation

◆ nullcamera_free()

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

◆ nullcamera_init()

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

◆ nullcamera_poll()

static bool nullcamera_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:

◆ nullcamera_start()

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

◆ nullcamera_stop()

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

Variable Documentation

◆ camera_null

camera_driver_t camera_null
Initial value:
= {
"null",
}
static void * nullcamera_init(const char *device, uint64_t caps, unsigned width, unsigned height)
Definition: nullcamera.c:19
static void nullcamera_free(void *data)
Definition: nullcamera.c:26
static void nullcamera_stop(void *data)
Definition: nullcamera.c:37
static bool nullcamera_poll(void *data, retro_camera_frame_raw_framebuffer_t frame_raw_cb, retro_camera_frame_opengl_texture_t frame_gl_cb)
Definition: nullcamera.c:42
static bool nullcamera_start(void *data)
Definition: nullcamera.c:31