Go to the source code of this file.
Classes | |
| struct | ThisFilter |
Typedefs | |
| typedef struct ThisFilter | ThisFilter |
Functions | |
| static int | pp (VideoFilter *vf, VideoFrame *frame, int field) |
| static void | cleanup (VideoFilter *filter) |
| static VideoFilter * | new_filter (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
Variables | |
| FmtConv | FmtList [] |
| ConstFilterInfo | filter_table [] |
| typedef struct ThisFilter ThisFilter |
| static int pp | ( | VideoFilter * | vf, | |
| VideoFrame * | frame, | |||
| int | field | |||
| ) | [static] |
Definition at line 41 of file filter_postprocess.c.
Referenced by HistogramAnalyzer::analyzeFrame(), get_pid(), and new_filter().
| static void cleanup | ( | VideoFilter * | filter | ) | [static] |
Definition at line 80 of file filter_postprocess.c.
Referenced by RemoteEncoder::GetChannelInfo(), RemoteEncoder::GetNextProgram(), MainServer::HandleSetChannelInfo(), main(), new_filter(), and MythSystemSignalManager::run().
| static VideoFilter* new_filter | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 86 of file filter_postprocess.c.
Definition at line 130 of file filter_postprocess.c.
Referenced by FilterManager::LoadFilters().
{
{
filter_init: &new_filter,
name: "postprocess",
descript: "FFMPEG's postprocessing filters",
formats: FmtList,
libname: NULL
},
FILT_NULL
}
Definition at line 136 of file filter_postprocess.c.
1.6.3