Searched refs:section_length (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Dts_section_pat.cc30 int section_length; local
40 RCHECK(bit_reader->ReadBits(12, &section_length));
41 RCHECK(section_length >= 5);
42 RCHECK(section_length <= 1021);
49 section_length -= 5;
61 RCHECK((section_length % 4) == 0);
62 int pmt_pid_count = (section_length - 4) / 4;
H A Dts_section_psi.cc86 int section_length = local
89 if (section_length >= 1021)
91 int psi_length = section_length + 3;
H A Dts_section_pmt.cc29 int section_length; local
39 RCHECK(bit_reader->ReadBits(12, &section_length));
56 RCHECK(section_length <= 1021);
81 int pid_map_end_marker = section_start_marker - section_length + 4;
/external/libnfc-nxp/src/
H A DphDnldNfc.c334 uint32_t section_length; member in struct:section_hdr
1288 read_size = (uint16_t) p_sec_info->p_sec_hdr->section_length;
1470 dnld_size = (uint16_t)(p_sec_info->p_sec_hdr->section_length
1646 (p_sec_info->p_sec_hdr->section_length -
3493 p_cur_sec->p_sec_hdr->section_length);
3531 + p_cur_sec->p_sec_hdr->section_length;
3554 + p_cur_sec->p_sec_hdr->section_length
3562 + p_cur_sec->p_sec_hdr->section_length
3570 + p_cur_sec->p_sec_hdr->section_length
/external/libpcap/
H A Dsf-pcap-ng.c110 u_int64_t section_length; member in struct:section_header_block
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1313 int section_length) {
1319 while (s < end && i < section_length) {
1311 calculate_section_intra_ratio(const FIRSTPASS_STATS *begin, const FIRSTPASS_STATS *end, int section_length) argument

Completed in 1950 milliseconds