Go to the source code of this file.
Functions | |
| static VideoFilter * | new_force_template (VideoFrameType inpixfmt, VideoFrameType outpixfmt, VideoFrameType mypixfmt) |
| static VideoFilter * | new_force_yv12 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
| static VideoFilter * | new_force_yuv422p (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
| static VideoFilter * | new_force_rgb24 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
| static VideoFilter * | new_force_argb32 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options, int threads) |
Variables | |
| static FmtConv | Fmt_List_YV12 [] |
| static FmtConv | Fmt_List_YUV422P [] |
| static FmtConv | Fmt_List_RGB24 [] |
| static FmtConv | Fmt_List_ARGB32 [] |
| ConstFilterInfo | filter_table [] |
| static VideoFilter* new_force_template | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| VideoFrameType | mypixfmt | |||
| ) | [static] |
Definition at line 10 of file filter_force.c.
Referenced by new_force_argb32(), new_force_rgb24(), new_force_yuv422p(), and new_force_yv12().
| static VideoFilter* new_force_yv12 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 30 of file filter_force.c.
| static VideoFilter* new_force_yuv422p | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 41 of file filter_force.c.
| static VideoFilter* new_force_rgb24 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 52 of file filter_force.c.
| static VideoFilter* new_force_argb32 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options, | |||
| int | threads | |||
| ) | [static] |
Definition at line 63 of file filter_force.c.
FmtConv Fmt_List_YV12[] [static] |
Definition at line 74 of file filter_force.c.
FmtConv Fmt_List_YUV422P[] [static] |
{
{ FMT_YUV422P, FMT_YUV422P },
FMT_NULL
}
Definition at line 80 of file filter_force.c.
FmtConv Fmt_List_RGB24[] [static] |
Definition at line 86 of file filter_force.c.
FmtConv Fmt_List_ARGB32[] [static] |
{
{ FMT_ARGB32, FMT_ARGB32 },
FMT_NULL
}
Definition at line 92 of file filter_force.c.
Definition at line 98 of file filter_force.c.
1.6.3