Searched refs:section_size (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hap.c | 57 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()
|
D | hapqa_extract_bsf.c | 52 int section_size; in hapqa_extract() local 63 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_type); in hapqa_extract() 77 ret = ff_hap_parse_section_header(&gbc, §ion_size, §ion_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, §ion_size, §ion_type); in hapqa_extract() 90 target_packet_size = section_size + 4; in hapqa_extract()
|
D | hapdec.c | 49 int section_size; in hap_parse_decode_instructions() local 56 ret = ff_hap_parse_section_header(gbc, §ion_size, §ion_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 …]
|
D | hap.h | 109 int ff_hap_parse_section_header(GetByteContext *gbc, int *section_size,
|
/third_party/boost/libs/log/src/windows/ |
D | mapped_shared_memory.hpp | 47 boost::winapi::LARGE_INTEGER_ section_size; member
|
D | mapped_shared_memory.cpp | 240 return static_cast< std::size_t >(info.section_size.QuadPart); in obtain_size()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 132 __int64 section_size; member 1445 size = info.section_size; in get_file_mapping_size()
|