Monado OpenXR Runtime
|
Code to build conversion tables and convert images. More...
Functions | |
void | t_convert_fill_table (struct t_convert_table *t) |
void | t_convert_make_y8u8v8_to_r8g8b8 (struct t_convert_table *t) |
void | t_convert_make_y8u8v8_to_h8s8v8 (struct t_convert_table *t) |
void | t_convert_make_h8s8v8_to_r8g8b8 (struct t_convert_table *t) |
void | t_convert_in_place_y8u8v8_to_r8g8b8 (uint32_t width, uint32_t height, size_t stride, void *data_ptr) |
void | t_convert_in_place_y8u8v8_to_h8s8v8 (uint32_t width, uint32_t height, size_t stride, void *data_ptr) |
void | t_convert_in_place_h8s8v8_to_r8g8b8 (uint32_t width, uint32_t height, size_t stride, void *data_ptr) |
Code to build conversion tables and convert images.
void t_convert_fill_table | ( | struct t_convert_table * | t | ) |
References t_convert_table::v.
Referenced by t_convert_make_h8s8v8_to_r8g8b8(), t_convert_make_y8u8v8_to_h8s8v8(), and t_convert_make_y8u8v8_to_r8g8b8().
void t_convert_in_place_h8s8v8_to_r8g8b8 | ( | uint32_t | width, |
uint32_t | height, | ||
size_t | stride, | ||
void * | data_ptr | ||
) |
Referenced by t_convert_make_h8s8v8_to_r8g8b8().
void t_convert_in_place_y8u8v8_to_h8s8v8 | ( | uint32_t | width, |
uint32_t | height, | ||
size_t | stride, | ||
void * | data_ptr | ||
) |
Referenced by t_convert_make_y8u8v8_to_h8s8v8().
void t_convert_in_place_y8u8v8_to_r8g8b8 | ( | uint32_t | width, |
uint32_t | height, | ||
size_t | stride, | ||
void * | data_ptr | ||
) |
Referenced by t_convert_make_y8u8v8_to_r8g8b8().
void t_convert_make_h8s8v8_to_r8g8b8 | ( | struct t_convert_table * | t | ) |
References t_convert_fill_table(), t_convert_in_place_h8s8v8_to_r8g8b8(), and t_convert_table::v.
void t_convert_make_y8u8v8_to_h8s8v8 | ( | struct t_convert_table * | t | ) |
References t_convert_fill_table(), t_convert_in_place_y8u8v8_to_h8s8v8(), and t_convert_table::v.
Referenced by t_hsv_build_large_table().
void t_convert_make_y8u8v8_to_r8g8b8 | ( | struct t_convert_table * | t | ) |
References t_convert_fill_table(), and t_convert_in_place_y8u8v8_to_r8g8b8().
Referenced by t_debug_hsv_viewer_create().