filter_bobdeint.c File Reference

Go to the source code of this file.

Classes

struct  BDFilter

Typedefs

typedef struct BDFilter BDFilter

Functions

static void doSplit (BDFilter *filter, unsigned char *buf, int lines, int width)
int bobDeintFilter (VideoFilter *f, VideoFrame *frame, int field)
void bobDtor (VideoFilter *f)
static VideoFilternew_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads)

Variables

static FmtConv FmtList []
ConstFilterInfo filter_table []

Typedef Documentation

typedef struct BDFilter BDFilter

Function Documentation

static void doSplit ( BDFilter filter,
unsigned char *  buf,
int  lines,
int  width 
) [static]

Definition at line 31 of file filter_bobdeint.c.

Referenced by bobDeintFilter().

int bobDeintFilter ( VideoFilter f,
VideoFrame frame,
int  field 
)

Definition at line 61 of file filter_bobdeint.c.

Referenced by new_filter().

void bobDtor ( VideoFilter f  ) 

Definition at line 97 of file filter_bobdeint.c.

Referenced by new_filter().

static VideoFilter* new_filter ( VideoFrameType  inpixfmt,
VideoFrameType  outpixfmt,
int *  width,
int *  height,
char *  options,
int  threads 
) [static]

Definition at line 106 of file filter_bobdeint.c.

Referenced by HDHRStreamHandler::UpdateFilters().


Variable Documentation

FmtConv FmtList[] [static]
Initial value:
 
{
    { FMT_YV12, FMT_YV12 },
    FMT_NULL
}

Definition at line 137 of file filter_bobdeint.c.

Initial value:
 
{
    {
        filter_init: &new_filter,
        name:       "bobdeint",
        descript:   "bob deinterlace filter; splits fields to top and bottom of buffer",
        formats:    FmtList,
        libname:    NULL,
    },
    FILT_NULL
}

Definition at line 143 of file filter_bobdeint.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Generated on Sat May 26 06:41:48 2012 for MythTV by  doxygen 1.6.3