RTS API Documentation  1.10.11
Data Fields
switch_chromakey_s Struct Reference
+ Collaboration diagram for switch_chromakey_s:

Data Fields

switch_image_tcache_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
 

Detailed Description

Definition at line 978 of file switch_core_video.c.

Field Documentation

◆ auto_color

switch_rgb_color_t switch_chromakey_s::auto_color

◆ autocolor

switch_shade_t switch_chromakey_s::autocolor

◆ bb

uint32_t switch_chromakey_s::bb

Definition at line 989 of file switch_core_video.c.

Referenced by switch_chromakey_process().

◆ cache_img

switch_image_t* switch_chromakey_s::cache_img

◆ color_count

uint32_t switch_chromakey_s::color_count

Definition at line 990 of file switch_core_video.c.

Referenced by switch_chromakey_process().

◆ dft_thresh

uint32_t switch_chromakey_s::dft_thresh

◆ dft_thresh_squared

uint32_t switch_chromakey_s::dft_thresh_squared

◆ frames_read

int switch_chromakey_s::frames_read

Definition at line 994 of file switch_core_video.c.

Referenced by switch_chromakey_process().

◆ gg

uint32_t switch_chromakey_s::gg

Definition at line 988 of file switch_core_video.c.

Referenced by switch_chromakey_process().

◆ mask

switch_rgb_color_t switch_chromakey_s::mask[CHROMAKEY_MAX_MASK]

◆ mask_len

int switch_chromakey_s::mask_len

◆ no_cache

int switch_chromakey_s::no_cache

◆ rr

uint32_t switch_chromakey_s::rr

Definition at line 987 of file switch_core_video.c.

Referenced by switch_chromakey_process().

◆ thresholds

uint32_t switch_chromakey_s::thresholds[CHROMAKEY_MAX_MASK]

The documentation for this struct was generated from the following file: