Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 7 of 7) 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/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/boost/boost/interprocess/detail/
Dwin32_api.hpp132 __int64 section_size; member
1445 size = info.section_size; in get_file_mapping_size()