Home | History | Annotate | Download | only in filters

Lines Matching refs:start_timestamp

114   void NewSegmentAppend(base::TimeDelta start_timestamp,
116 AppendBuffers(buffers_to_append, true, start_timestamp, false, true);
608 base::TimeDelta start_timestamp = segment_start_timestamp;
609 if (start_timestamp == kNoTimestamp())
610 start_timestamp = buffers[0]->timestamp();
612 ASSERT_TRUE(start_timestamp <= buffers[0]->timestamp());
615 DecodeTimestamp::FromPresentationTime(start_timestamp));