Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/mp2t/
Dts_section_pat.cc30 int section_length; in ParsePsiSection() local
40 RCHECK(bit_reader->ReadBits(12, &section_length)); in ParsePsiSection()
41 RCHECK(section_length >= 5); in ParsePsiSection()
42 RCHECK(section_length <= 1021); in ParsePsiSection()
49 section_length -= 5; in ParsePsiSection()
61 RCHECK((section_length % 4) == 0); in ParsePsiSection()
62 int pmt_pid_count = (section_length - 4) / 4; in ParsePsiSection()
Dts_section_pmt.cc29 int section_length; in ParsePsiSection() local
39 RCHECK(bit_reader->ReadBits(12, &section_length)); in ParsePsiSection()
56 RCHECK(section_length <= 1021); in ParsePsiSection()
81 int pid_map_end_marker = section_start_marker - section_length + 4; in ParsePsiSection()
Dts_section_psi.cc86 int section_length = in Parse() local
89 if (section_length >= 1021) in Parse()
91 int psi_length = section_length + 3; in Parse()
/external/libnfc-nxp/src/
DphDnldNfc.c334 uint32_t section_length; member
1288 read_size = (uint16_t) p_sec_info->p_sec_hdr->section_length; in phDnldNfc_Read()
1470 dnld_size = (uint16_t)(p_sec_info->p_sec_hdr->section_length in phDnldNfc_Process_Write()
1646 (p_sec_info->p_sec_hdr->section_length - in phDnldNfc_Process_Write()
3493 p_cur_sec->p_sec_hdr->section_length); in phDnldNfc_Process_FW()
3531 + p_cur_sec->p_sec_hdr->section_length; in phDnldNfc_Process_FW()
3554 + p_cur_sec->p_sec_hdr->section_length in phDnldNfc_Process_FW()
3562 + p_cur_sec->p_sec_hdr->section_length in phDnldNfc_Process_FW()
3570 + p_cur_sec->p_sec_hdr->section_length in phDnldNfc_Process_FW()