
Defines | |
| #define | VLC_RGB_ES(fcc, leid, beid) { fcc, leid, 0, 0, 0 }, |
| #define | VLC_RGB(fcc, leid, beid, rmask, gmask, bmask) |
Functions | |
| int | TestFfmpegChroma (const int i_ffmpeg_id, const vlc_fourcc_t i_vlc_fourcc) |
| int | GetFfmpegChroma (int *i_ffmpeg_chroma, const video_format_t fmt) |
| int | GetVlcChroma (video_format_t *fmt, const int i_ffmpeg_chroma) |
Variables | |
| struct { | |
| vlc_fourcc_t i_chroma | |
| int i_chroma_id | |
| uint32_t i_rmask | |
| uint32_t i_gmask | |
| uint32_t i_bmask | |
| } | chroma_table [] |
| #define VLC_RGB | ( | fcc, | |||
| leid, | |||||
| beid, | |||||
| rmask, | |||||
| gmask, | |||||
| bmask | ) |
Value:
{ fcc, leid, rmask, gmask, bmask }, \
{ fcc, beid, bmask, gmask, rmask }, \
VLC_RGB_ES( fcc, leid, beid )
| #define VLC_RGB_ES | ( | fcc, | |||
| leid, | |||||
| beid | ) | { fcc, leid, 0, 0, 0 }, |
| int GetFfmpegChroma | ( | int * | i_ffmpeg_chroma, | |
| const video_format_t | fmt | |||
| ) |
References chroma_table, i, video_format_t::i_bmask, i_bmask, video_format_t::i_chroma, i_chroma, video_format_t::i_gmask, i_gmask, video_format_t::i_rmask, i_rmask, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by OpenDeinterlace().
| int GetVlcChroma | ( | video_format_t * | fmt, | |
| const int | i_ffmpeg_chroma | |||
| ) |
References chroma_table, i, video_format_t::i_bmask, video_format_t::i_chroma, i_chroma_id, video_format_t::i_gmask, video_format_t::i_rmask, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by ffmpeg_GetFrameBuf(), ffmpeg_NewPictBuf(), and InitVideoDec().
| int TestFfmpegChroma | ( | const int | i_ffmpeg_id, | |
| const vlc_fourcc_t | i_vlc_fourcc | |||
| ) |
References chroma_table, i, i_chroma, i_chroma_id, VLC_EGENERIC, and VLC_SUCCESS.
Referenced by ffmpeg_CopyPicture(), OpenDeinterlace(), and OpenEncoder().
struct { ... } chroma_table[] [static] |
Referenced by GetFfmpegChroma(), GetVlcChroma(), and TestFfmpegChroma().
| uint32_t i_bmask |
Referenced by BuildChromaChain(), CommonOpen(), DecOpen(), GetFfmpegChroma(), OpenVideoDev(), screen_InitCapture(), TestFfmpegChroma(), and UnpackFromFile().
| int i_chroma_id |
Referenced by GetVlcChroma(), and TestFfmpegChroma().
| uint32_t i_gmask |
| uint32_t i_rmask |
1.5.6