HomeSort by relevance Sort by last modified time
    Searched refs:first_timestamp (Results 1 - 7 of 7) sorted by null

  /system/core/logcat/tests/
logcat_test.cpp 178 char *first_timestamp = NULL; local
189 if (!first_timestamp) {
190 first_timestamp = strdup(buffer + time_offset);
200 EXPECT_TRUE(first_timestamp != NULL);
203 first_timestamp);
215 if (first_timestamp) {
218 EXPECT_STREQ(buffer + time_offset, first_timestamp);
219 free(first_timestamp);
220 first_timestamp = NULL;
232 EXPECT_TRUE(first_timestamp == NULL)
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 187 first_timestamp = None
190 first_timestamp = first_timestamp or timestamp
191 time_delta = int((timestamp - first_timestamp).total_seconds())
541 first_timestamp = None
543 first_timestamp = timestamp if not first_timestamp else first_timestamp
544 time_delta = '%d s.' % (timestamp - first_timestamp).total_seconds()
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 447 int64_t first_timestamp = -1; local
457 if (first_timestamp == -1)
458 first_timestamp = timestamp;
460 timestamp - first_timestamp - delivery_times_us_.back() >= 0);
461 delivery_times_us_.push_back(timestamp - first_timestamp);
  /external/chromium_org/media/filters/
source_buffer_stream.h 192 // sequence after |first_timestamp|, false otherwise.
194 base::TimeDelta first_timestamp, base::TimeDelta second_timestamp) const;
source_buffer_stream.cc 2233 const base::TimeDelta first_timestamp = KeyframeBeforeTimestamp(start); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack_unittest.cc 241 const uint32_t first_timestamp = timestamp; local
259 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp);
274 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 1758 uint32_t first_timestamp = header->timestamp; local
    [all...]

Completed in 184 milliseconds