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.