Searched refs:ts_packet (Results 1 – 9 of 9) sorted by relevance
49 bool PushTsPacket(const TsPacket& ts_packet);86 bool PidState::PushTsPacket(const TsPacket& ts_packet) { in PushTsPacket() argument87 DCHECK_EQ(ts_packet.pid(), pid_); in PushTsPacket()96 ts_packet.continuity_counter() != expected_continuity_counter) { in PushTsPacket()102 ts_packet.payload_unit_start_indicator(), in PushTsPacket()103 ts_packet.payload(), in PushTsPacket()104 ts_packet.payload_size()); in PushTsPacket()246 scoped_ptr<TsPacket> ts_packet(TsPacket::Parse(ts_buffer, ts_buffer_size)); in Parse() local247 if (!ts_packet) { in Parse()253 << "Processing PID=" << ts_packet->pid() in Parse()[all …]
61 scoped_ptr<TsPacket> ts_packet(new TsPacket()); in Parse() local62 bool status = ts_packet->ParseHeader(buf); in Parse()67 return ts_packet.release(); in Parse()
174 media/mp2t/ts_packet.cc \
820 'mp2t/ts_packet.cc',821 'mp2t/ts_packet.h',