mp2t_stream_parser.cc | 63 PidType pid_type() const { return pid_type_; } function in class:media::mp2t::PidState 77 PidState::PidState(int pid, PidType pid_type, 80 pid_type_(pid_type), 303 if (pid_state->pid_type() == PidState::kPidPmt) { 363 PidState::PidType pid_type = local 366 new PidState(pes_pid, pid_type, pes_section_parser.Pass())); 383 if (pid_state->pid_type() == PidState::kPidAudioPes && 386 if (pid_state->pid_type() == PidState::kPidVideoPes && 407 (pid_state->pid_type() == PidState::kPidAudioPes || 408 pid_state->pid_type() == PidState::kPidVideoPes) [all...] |