#include "hpm_common.h"Go to the source code of this file.
Data Structures | |
| union | display_color_32b |
| display data 32 bits argb More... | |
| struct | dispaly_alphablend_option |
| display data alphablend option More... | |
| struct | dispaly_yuv2rgb_coef |
| display yuv to rgb format conversion coefficient More... | |
| struct | display_yuv2rgb_config |
| display yuv to rgb format conversion config More... | |
| struct | display_rgb2yuv_config |
| display rgb to yuv format conversion config More... | |
| struct | display_buf |
Functions | |
| static uint8_t | display_get_pixel_size_in_bit (display_pixel_format_t format) |
| Display get pixel size in bit. More... | |
| static bool | display_pixel_format_is_yuv_format (display_pixel_format_t format) |
| Check whether the pixel data is yuv format. More... | |
| static uint8_t | display_get_pixel_size_in_byte (display_pixel_format_t format) |
| Display get pixel size in byte. More... | |
| static uint32_t | display_get_pitch_length_in_byte (display_pixel_format_t format, uint32_t width_in_pixel) |
| Display get pitch length in byte. More... | |