Go to the source code of this file.
Functions | |
| VideoFilter * | new_force_template (VideoFrameType inpixfmt, VideoFrameType outpixfmt, VideoFrameType mypixfmt) |
| VideoFilter * | new_force_yv12 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
| VideoFilter * | new_force_yuv422p (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
| VideoFilter * | new_force_rgb24 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
| VideoFilter * | new_force_argb32 (VideoFrameType inpixfmt, VideoFrameType outpixfmt, int *width, int *height, char *options) |
Variables | |
| static FmtConv | Fmt_List_YV12 [] |
| static FmtConv | Fmt_List_YUV422P [] |
| static FmtConv | Fmt_List_RGB24 [] |
| static FmtConv | Fmt_List_ARGB32 [] |
| FilterInfo | filter_table [] |
| VideoFilter* new_force_template | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| VideoFrameType | mypixfmt | |||
| ) |
Definition at line 10 of file filter_force.c.
Referenced by new_force_argb32(), new_force_rgb24(), new_force_yuv422p(), and new_force_yv12().
| VideoFilter* new_force_yv12 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 30 of file filter_force.c.
| VideoFilter* new_force_yuv422p | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 41 of file filter_force.c.
| VideoFilter* new_force_rgb24 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 52 of file filter_force.c.
| VideoFilter* new_force_argb32 | ( | VideoFrameType | inpixfmt, | |
| VideoFrameType | outpixfmt, | |||
| int * | width, | |||
| int * | height, | |||
| char * | options | |||
| ) |
Definition at line 63 of file filter_force.c.
FmtConv Fmt_List_YV12[] [static] |
FmtConv Fmt_List_YUV422P[] [static] |
Initial value:
{
{ FMT_YUV422P, FMT_YUV422P },
FMT_NULL
}
Definition at line 79 of file filter_force.c.
FmtConv Fmt_List_RGB24[] [static] |
FmtConv Fmt_List_ARGB32[] [static] |
Initial value:
{
{ FMT_ARGB32, FMT_ARGB32 },
FMT_NULL
}
Definition at line 91 of file filter_force.c.
Definition at line 97 of file filter_force.c.
1.5.5