libavfilter/libmpcodecs/vf_pp.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <errno.h>
#include "config.h"
#include "mp_msg.h"
#include "cpudetect.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libpostproc/postprocess.h"

Go to the source code of this file.

Data Structures

struct  vf_priv_s

Functions

static int config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int voflags, unsigned int outfmt)
static void uninit (struct vf_instance *vf)
static int query_format (struct vf_instance *vf, unsigned int fmt)
static int control (struct vf_instance *vf, int request, void *data)
static void get_image (struct vf_instance *vf, mp_image_t *mpi)
static int put_image (struct vf_instance *vf, mp_image_t *mpi, double pts)
static int vf_open (vf_instance_t *vf, char *args)

Variables

static const unsigned int fmt_list []
const vf_info_t vf_info_pp


Function Documentation

static int config ( struct vf_instance vf,
int  width,
int  height,
int  d_width,
int  d_height,
unsigned int  voflags,
unsigned int  outfmt 
) [static]

Definition at line 54 of file vf_pp.c.

static int control ( struct vf_instance vf,
int  request,
void *  data 
) [static]

Definition at line 98 of file vf_pp.c.

static void get_image ( struct vf_instance vf,
mp_image_t mpi 
) [static]

Definition at line 109 of file vf_pp.c.

static int put_image ( struct vf_instance vf,
mp_image_t mpi,
double  pts 
) [static]

Definition at line 130 of file vf_pp.c.

static int query_format ( struct vf_instance vf,
unsigned int  fmt 
) [static]

Definition at line 85 of file vf_pp.c.

static void uninit ( struct vf_instance vf  )  [static]

Definition at line 75 of file vf_pp.c.

static int vf_open ( vf_instance_t vf,
char *  args 
) [static]

Definition at line 170 of file vf_pp.c.


Variable Documentation

const unsigned int fmt_list[] [static]

Initial value:

Definition at line 160 of file vf_pp.c.

Initial value:

 {
    "postprocessing",
    "pp",
    "A'rpi",
    "",
    vf_open,
    NULL
}

Definition at line 233 of file vf_pp.c.


Generated on Fri Oct 26 02:48:01 2012 for FFmpeg by  doxygen 1.5.8