Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhap.c57 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size, in ff_hap_parse_section_header() argument
63 *section_size = bytestream2_get_le24(gbc); in ff_hap_parse_section_header()
66 if (*section_size == 0) { in ff_hap_parse_section_header()
70 *section_size = bytestream2_get_le32(gbc); in ff_hap_parse_section_header()
73 if (*section_size > bytestream2_get_bytes_left(gbc) || *section_size < 0) in ff_hap_parse_section_header()
Dhapqa_extract_bsf.c52 int section_size; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
81 target_packet_size = section_size + 4; in hapqa_extract()
84 start_section_size += 4 + section_size; in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
90 target_packet_size = section_size + 4; in hapqa_extract()
Dhapdec.c49 int section_size; in hap_parse_decode_instructions() local
56 ret = ff_hap_parse_section_header(gbc, &section_size, &section_type); in hap_parse_decode_instructions()
64 ret = ff_hap_set_chunk_count(ctx, section_size, is_first_table); in hap_parse_decode_instructions()
67 for (i = 0; i < section_size; i++) { in hap_parse_decode_instructions()
74 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
77 for (i = 0; i < section_size / 4; i++) { in hap_parse_decode_instructions()
84 ret = ff_hap_set_chunk_count(ctx, section_size / 4, is_first_table); in hap_parse_decode_instructions()
87 for (i = 0; i < section_size / 4; i++) { in hap_parse_decode_instructions()
96 size -= section_size; in hap_parse_decode_instructions()
134 int section_size; in hap_parse_frame_header() local
[all …]
Dhap.h109 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size,
/third_party/uboot/u-boot-2020.01/tools/
Domapimage.c47 && toc->section_size != 0xffffffff) { in omapimage_verify_header()
50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()
53 size = toc->section_size; in omapimage_verify_header()
96 && toc->section_size != 0xffffffff) { in omapimage_print_header()
99 size = cpu_to_be32(toc->section_size); in omapimage_print_header()
102 size = toc->section_size; in omapimage_print_header()
112 toc->section_size); in omapimage_print_header()
135 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
Domapimage.h14 uint32_t section_size; member
Dmxsimage.h130 uint32_t section_size; member
Dmxsimage.c1423 offset += shdr->section_size; in sb_fixup_sections_and_tags()
1426 shdr->section_size--; in sb_fixup_sections_and_tags()
1434 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
1581 ictx->sect_tail->payload.section_size = in sb_parse_line()
1994 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
/third_party/uboot/u-boot-2020.01/product/hiupdate/
Dauto_update_adaptation.c119 unsigned int section_size; member
1203 update_parm->section_size = (SECTION_SIZE / (nand_flash->writesize + in get_section_size()
1206 update_parm->section_size = update_parm->sz; in get_section_size()
1208 nand_flash->oobsize, update_parm->section_size); in get_section_size()
1210 update_parm->section_size = SECTION_SIZE; in get_section_size()
1215 update_parm->section_size = SECTION_SIZE; in get_section_size()
1249 opsz = update_parm->section_size; in segment_data_save()
1253 update_parm->section_size, update_parm->pos, opsz, map_size); in segment_data_save()
1292 update_parm->pos += update_parm->section_size; in segment_data_save()
1331 update_parm.nsect = aufile_size[i] / update_parm.section_size; in update_to_flash()
[all …]
/third_party/boost/libs/log/src/windows/
Dmapped_shared_memory.hpp47 boost::winapi::LARGE_INTEGER_ section_size; member
Dmapped_shared_memory.cpp240 return static_cast< std::size_t >(info.section_size.QuadPart); in obtain_size()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Demif-common.c900 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument
913 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()
914 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp132 __int64 section_size; member
1445 size = info.section_size; in get_file_mapping_size()
/third_party/uboot/u-boot-2020.01/tools/binman/
Dftest.py2294 section_size = ent.size
2337 self.assertEqual(len(data), 0x100 + section_size)
2338 self.assertEqual(section_size, 0x400 + dtb_size)
2419 section_size = entries['section'].size
2435 ' section 100 %x section 100' % section_size,