libavfilter/libmpcodecs/vf_tile.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "cpudetect.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libvo/fastmemcpy.h"

Go to the source code of this file.

Data Structures

struct  vf_priv_s
 Stores persistant variables. More...

Functions

static int config (struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt)
static int put_image (struct vf_instance *vf, mp_image_t *mpi, double pts)
static void uninit (struct vf_instance *vf)
static int query_format (struct vf_instance *vf, unsigned int fmt)
static int parse_int (char **s, int *rt, int def_val)
static int vf_open (vf_instance_t *vf, char *args)

Variables

const vf_info_t vf_info_tile


Function Documentation

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 87 of file vf_tile.c.

static int parse_int ( char **  s,
int *  rt,
int  def_val 
) [static]

Definition at line 238 of file vf_tile.c.

Referenced by vf_open().

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

Definition at line 110 of file vf_tile.c.

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

Definition at line 202 of file vf_tile.c.

static void uninit ( struct vf_instance vf  )  [static]

Definition at line 195 of file vf_tile.c.

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

Definition at line 271 of file vf_tile.c.


Variable Documentation

Initial value:

 {
    "Make a single image tiling x/y images",
    "tile",
    "Daniele Forghieri",
    "",
    vf_open,
    NULL
}

Definition at line 323 of file vf_tile.c.


Generated on Fri Oct 26 02:46:12 2012 for FFmpeg by  doxygen 1.5.8