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

/external/chromium_org/media/formats/mp2t/
H A Dts_section_pat.cc60 // Note for pmt_pid_count: minus 4 to account for the CRC.
62 int pmt_pid_count = (section_length - 4) / 4; local
65 std::vector<int> program_number_array(pmt_pid_count);
66 std::vector<int> pmt_pid_array(pmt_pid_count);
67 for (int k = 0; k < pmt_pid_count; k++) {
88 if (pmt_pid_count > 1) {
102 for (int k = 0; k < pmt_pid_count; k++) {

Completed in 61 milliseconds