FreeSWITCH API Documentation
1.7.0
|
#include <switch_core_video.h>
Data Fields | |
uint8_t | y |
uint8_t | u |
uint8_t | v |
Definition at line 67 of file switch_core_video.h.
uint8_t switch_yuv_color_s::u |
Definition at line 69 of file switch_core_video.h.
Referenced by switch_img_draw_pixel(), and switch_img_fill().
uint8_t switch_yuv_color_s::v |
Definition at line 70 of file switch_core_video.h.
Referenced by switch_img_draw_pixel(), and switch_img_fill().
uint8_t switch_yuv_color_s::y |
Definition at line 68 of file switch_core_video.h.
Referenced by switch_img_draw_pixel(), and switch_img_fill().