Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c287 int tmp_size = client_data.content_block_len; in ota_download_image_header() local
296 if (ota_rx_size + tmp_size <= off_size) { in ota_download_image_header()
299 memcpy(sign_info_ptr, content, tmp_size); in ota_download_image_header()
300 sign_info_ptr += tmp_size; in ota_download_image_header()
301 ota_rx_size += tmp_size; in ota_download_image_header()
310 ota_rx_size += tmp_size; in ota_download_image_header()
313 image_info_ptr += tmp_size; in ota_download_image_header()
314 ota_rx_size += tmp_size; in ota_download_image_header()
318 memcpy(image_info_ptr, content, tmp_size); in ota_download_image_header()
319 image_info_ptr += tmp_size; in ota_download_image_header()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c308 size_t tmp_size, rescaler_size; in InitYUVRescaler() local
313 tmp_size = (work_size + 2 * uv_work_size) * sizeof(*work); in InitYUVRescaler()
315 tmp_size += work_size * sizeof(*work); in InitYUVRescaler()
319 p->memory = WebPSafeMalloc(1ULL, tmp_size + rescaler_size); in InitYUVRescaler()
325 scalers = (WebPRescaler*)WEBP_ALIGN((const uint8_t*)work + tmp_size); in InitYUVRescaler()

Completed in 5 milliseconds