Searched refs:next_timestamp (Results 1 – 4 of 4) sorted by relevance
178 int PacketBuffer::NextTimestamp(uint32_t* next_timestamp) const { in NextTimestamp()182 if (!next_timestamp) { in NextTimestamp()185 *next_timestamp = buffer_.front().timestamp; in NextTimestamp()190 uint32_t* next_timestamp) const { in NextHigherTimestamp()194 if (!next_timestamp) { in NextHigherTimestamp()201 *next_timestamp = it->timestamp; in NextHigherTimestamp()
76 virtual int NextTimestamp(uint32_t* next_timestamp) const;84 uint32_t* next_timestamp) const;
41 (uint32_t * next_timestamp),45 (uint32_t timestamp, uint32_t* next_timestamp),
90 const unsigned int next_timestamp = in TEST_P() local98 EXPECT_EQ(next_timestamp, info.encoded_timestamp); in TEST_P()