Home
last modified time | relevance | path

Searched refs:height_in_pixel (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_jpeg_drv.c148 if (!jpeg_is_valid_size(config->jpeg_format, config->width_in_pixel, config->height_in_pixel)) { in jpeg_start_encode()
156 …ount = jpeg_calculate_macro_block_count(config->width_in_pixel, config->height_in_pixel, sampling); in jpeg_start_encode()
190 ptr->HEIGHT = config->height_in_pixel - 1; in jpeg_start_encode()
245 if (!jpeg_is_valid_size(config->jpeg_format, config->width_in_pixel, config->height_in_pixel)) { in jpeg_start_decode()
253 …ount = jpeg_calculate_macro_block_count(config->width_in_pixel, config->height_in_pixel, sampling); in jpeg_start_decode()
285 ptr->HEIGHT = config->height_in_pixel - 1; in jpeg_start_decode()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_jpeg_drv.h103 uint16_t height_in_pixel; /**< Image height register*/ member

Completed in 4 milliseconds