You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP_GOTO_ON_FALSE((*out_size <= outbuf_size), ESP_ERR_INVALID_ARG, err, TAG, "Given buffer size % "PRId32" is smaller than actual jpeg decode output size % "PRId32"the height and width of output picture size will be adjusted to 16 bytes aligned automatically", outbuf_size, *out_size);
225
+
ESP_GOTO_ON_FALSE((*out_size <= outbuf_size), ESP_ERR_INVALID_ARG, err2, TAG, "Given buffer size % "PRId32" is smaller than actual jpeg decode output size % "PRId32"the height and width of output picture size will be adjusted to 16 bytes aligned automatically", outbuf_size, *out_size);
ESP_GOTO_ON_FALSE((encoder_engine->header_info->header_len % cache_hal_get_cache_line_size(CACHE_LL_LEVEL_EXT_MEM, CACHE_TYPE_DATA)) ==0, ESP_ERR_INVALID_STATE, err, TAG, "The header is not cache line aligned, please check");
230
+
ESP_GOTO_ON_FALSE((encoder_engine->header_info->header_len % cache_hal_get_cache_line_size(CACHE_LL_LEVEL_EXT_MEM, CACHE_TYPE_DATA)) ==0, ESP_ERR_INVALID_STATE, err2, TAG, "The header is not cache line aligned, please check");
0 commit comments