23 #ifndef __LIBRETRO_SDK_FORMAT_RBMP_H__ 24 #define __LIBRETRO_SDK_FORMAT_RBMP_H__
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:8418
Definition: ffmpeg_core.c:151
bool rbmp_save_image(const char *filename, const void *frame, unsigned width, unsigned height, unsigned pitch, enum rbmp_source_type type)
Definition: rbmp_encode.c:211
GLsizeiptr size
Definition: glext.h:6559
rbmp_t * rbmp_alloc(void)
Definition: rbmp.c:661
GLenum type
Definition: glext.h:6233
int rbmp_process_image(rbmp_t *rbmp, void **buf, size_t size, unsigned *width, unsigned *height)
Definition: rbmp.c:626
#define RETRO_END_DECLS
Definition: retro_common_api.h:42
void rbmp_free(rbmp_t *rbmp)
Definition: rbmp.c:653
GLint GLint GLsizei width
Definition: glext.h:6293
rbmp_source_type
Definition: rbmp.h:32
bool rbmp_set_buf_ptr(rbmp_t *rbmp, void *data)
Definition: rbmp.c:643
GLint GLint GLsizei GLsizei height
Definition: glext.h:6293