#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libavutil/common.h"
#include "libvo/fastmemcpy.h"
Go to the source code of this file.
typedef enum stereo_code stereo_code |
enum stereo_code |
Definition at line 38 of file vf_stereo3d.c.
static uint8_t ana_convert | ( | int | coeff[6], |
uint8_t | left[3], | ||
uint8_t | right[3] | ||
) | [inline, static] |
Definition at line 121 of file vf_stereo3d.c.
Referenced by put_image().
static int config | ( | struct vf_instance * | vf, |
int | width, | ||
int | height, | ||
int | d_width, | ||
int | d_height, | ||
unsigned int | flags, | ||
unsigned int | outfmt | ||
) | [static] |
Definition at line 131 of file vf_stereo3d.c.
Referenced by vf_open().
static int put_image | ( | struct vf_instance * | vf, |
mp_image_t * | mpi, | ||
double | pts | ||
) | [static] |
Definition at line 263 of file vf_stereo3d.c.
Referenced by vf_open().
static int query_format | ( | struct vf_instance * | vf, |
unsigned int | fmt | ||
) | [static] |
Definition at line 365 of file vf_stereo3d.c.
Referenced by vf_open().
static void uninit | ( | vf_instance_t * | vf | ) | [static] |
Definition at line 373 of file vf_stereo3d.c.
Referenced by vf_open().
static int vf_open | ( | vf_instance_t * | vf, |
char * | args | ||
) | [static] |
Definition at line 378 of file vf_stereo3d.c.
const int ana_coeff[10][3][6] [static] |
Definition at line 75 of file vf_stereo3d.c.
Referenced by config().
const vf_info_t vf_info_stereo3d |
{ "stereoscopic 3d view", "stereo3d", "Gordon Schmidt", "view stereoscopic videos", vf_open, }
Definition at line 505 of file vf_stereo3d.c.
struct vf_priv_s vf_priv_default |