Home
last modified time | relevance | path

Searched refs:head_size (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/lzmaram/
H A Dlzmaram.c64 unsigned int hi_lzma_get_uncompress_len(const hi_u8 lzma_head[13], hi_u32 head_size, /* head 13B */ in hi_lzma_get_uncompress_len() argument
72 || head_size > 13) { /* head 13B */ in hi_lzma_get_uncompress_len()
73 boot_msg1("[lzma get uncompress len]head size", head_size); in hi_lzma_get_uncompress_len()
124 unsigned int hi_lzma_decompress(const hi_u8 lzma_head[13], hi_u32 head_size, /* head 13B */ in hi_lzma_decompress() argument
142 ret = hi_lzma_get_uncompress_len(lzma_head, head_size, &uncompress_len, &dic_size); in hi_lzma_decompress()
171 unsigned int hi_lzma_mem_detect(const hi_u8 lzma_head[13], hi_u32 head_size) /* head 13B */ in hi_lzma_mem_detect() argument
187 ret = hi_lzma_get_uncompress_len(lzma_head, head_size, &compress_len, &dic_size); in hi_lzma_mem_detect()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dlzmaram.h37 unsigned int hi_lzma_decompress(const hi_u8 lzma_head[13], hi_u32 head_size, /* head 13B */
40 unsigned int hi_lzma_get_uncompress_len(const hi_u8 lzma_head[13], hi_u32 head_size, /* head 13B */
42 unsigned int hi_lzma_mem_detect(const hi_u8 lzma_head[13], hi_u32 head_size); /* head 13B */
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_file.c265 hi_u32 upg_check_head_common_info(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_head_common_info() argument
269 if (head_size != sizeof(hi_upg_common_head)) { in upg_check_head_common_info()
324 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size) in upg_check_common_head() argument
326 hi_u32 ret = upg_check_head_common_info(head, head_size); in upg_check_common_head()
H A Dupg_check_file.h36 hi_u32 upg_check_common_head(const hi_upg_common_head *head, hi_u32 head_size);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_comm_video_adapt.h299 hi_u32 head_size; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_video_adapt.h296 hi_u32 head_size; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_video_adapt.h295 hi_u32 head_size; member

Completed in 5 milliseconds