LiVES 1.3.11-svn
|
#include <yuv4mpeg.h>
Go to the source code of this file.
Data Structures | |
struct | lives_yuv4m_t |
struct | lives_card_w |
Defines | |
#define | YUV4_TYPE_GENERIC 0 |
#define | YUV4_TYPE_FW 1 |
#define | YUV4_TYPE_TV 2 |
Functions | |
void | weed_layer_set_from_yuv4m (weed_plant_t *layer, file *) |
void | on_open_yuv4m_activate (GtkMenuItem *, gpointer) |
void | on_live_tvcard_activate (GtkMenuItem *, gpointer) |
void | on_live_fw_activate (GtkMenuItem *, gpointer) |
void | lives_yuv_stream_stop_read (lives_yuv4m_t *) |
gboolean | lives_yuv_stream_start_write (lives_yuv4m_t *, const gchar *filename, gint hsize, gint vsize, gdouble fps) |
not used | |
gboolean | lives_yuv_stream_write_frame (lives_yuv4m_t *, void *pixel_data) |
void | lives_yuv_stream_stop_write (lives_yuv4m_t *) |
#define YUV4_TYPE_FW 1 |
#define YUV4_TYPE_GENERIC 0 |
#define YUV4_TYPE_TV 2 |
gboolean lives_yuv_stream_start_write | ( | lives_yuv4m_t * | , |
const gchar * | filename, | ||
gint | hsize, | ||
gint | vsize, | ||
gdouble | fps | ||
) |
not used
void lives_yuv_stream_stop_read | ( | lives_yuv4m_t * | ) |
void lives_yuv_stream_stop_write | ( | lives_yuv4m_t * | ) |
gboolean lives_yuv_stream_write_frame | ( | lives_yuv4m_t * | , |
void * | pixel_data | ||
) |
void on_live_fw_activate | ( | GtkMenuItem * | , |
gpointer | |||
) |
void on_live_tvcard_activate | ( | GtkMenuItem * | , |
gpointer | |||
) |
void on_open_yuv4m_activate | ( | GtkMenuItem * | , |
gpointer | |||
) |
void weed_layer_set_from_yuv4m | ( | weed_plant_t * | layer, |
file * | |||
) |