Searched refs:height_in_pixel (Results 1 – 2 of 2) sorted by relevance
148 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()
103 uint16_t height_in_pixel; /**< Image height register*/ member
Completed in 4 milliseconds