RTS API Documentation
1.10.11
|
Data Fields | |
switch_image_t * | cache_img |
switch_rgb_color_t | mask [CHROMAKEY_MAX_MASK] |
uint32_t | thresholds [CHROMAKEY_MAX_MASK] |
int | mask_len |
switch_shade_t | autocolor |
uint32_t | dft_thresh |
uint32_t | dft_thresh_squared |
uint32_t | rr |
uint32_t | gg |
uint32_t | bb |
uint32_t | color_count |
switch_rgb_color_t | auto_color |
int | no_cache |
int | frames_read |
Definition at line 978 of file switch_core_video.c.
switch_rgb_color_t switch_chromakey_s::auto_color |
Definition at line 992 of file switch_core_video.c.
Referenced by switch_chromakey_add_color(), switch_chromakey_autocolor(), and switch_chromakey_process().
switch_shade_t switch_chromakey_s::autocolor |
Definition at line 983 of file switch_core_video.c.
Referenced by switch_chromakey_autocolor(), switch_chromakey_clear_colors(), and switch_chromakey_process().
uint32_t switch_chromakey_s::bb |
Definition at line 989 of file switch_core_video.c.
Referenced by switch_chromakey_process().
switch_image_t* switch_chromakey_s::cache_img |
Definition at line 979 of file switch_core_video.c.
Referenced by switch_chromakey_autocolor(), switch_chromakey_cache_image(), switch_chromakey_destroy(), and switch_chromakey_process().
uint32_t switch_chromakey_s::color_count |
Definition at line 990 of file switch_core_video.c.
Referenced by switch_chromakey_process().
uint32_t switch_chromakey_s::dft_thresh |
Definition at line 984 of file switch_core_video.c.
Referenced by switch_chromakey_autocolor(), switch_chromakey_process(), and switch_chromakey_set_default_threshold().
uint32_t switch_chromakey_s::dft_thresh_squared |
Definition at line 985 of file switch_core_video.c.
Referenced by switch_chromakey_autocolor(), and switch_chromakey_set_default_threshold().
int switch_chromakey_s::frames_read |
Definition at line 994 of file switch_core_video.c.
Referenced by switch_chromakey_process().
uint32_t switch_chromakey_s::gg |
Definition at line 988 of file switch_core_video.c.
Referenced by switch_chromakey_process().
switch_rgb_color_t switch_chromakey_s::mask[CHROMAKEY_MAX_MASK] |
Definition at line 980 of file switch_core_video.c.
Referenced by switch_chromakey_add_color(), switch_chromakey_clear_colors(), and switch_chromakey_process().
int switch_chromakey_s::mask_len |
Definition at line 982 of file switch_core_video.c.
Referenced by switch_chromakey_add_color(), switch_chromakey_clear_colors(), switch_chromakey_process(), and switch_chromakey_set_default_threshold().
int switch_chromakey_s::no_cache |
Definition at line 993 of file switch_core_video.c.
Referenced by switch_chromakey_autocolor(), switch_chromakey_clear_colors(), and switch_chromakey_process().
uint32_t switch_chromakey_s::rr |
Definition at line 987 of file switch_core_video.c.
Referenced by switch_chromakey_process().
uint32_t switch_chromakey_s::thresholds[CHROMAKEY_MAX_MASK] |
Definition at line 981 of file switch_core_video.c.
Referenced by switch_chromakey_add_color(), switch_chromakey_clear_colors(), switch_chromakey_process(), and switch_chromakey_set_default_threshold().