/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
producer_fec_unittest.cc | 69 uint32_t last_timestamp = 0; local 76 last_timestamp = rtp_packet->header.header.timestamp; 86 VerifyHeader(seq_num, last_timestamp, 109 uint32_t last_timestamp = 0; local 118 last_timestamp = rtp_packet->header.header.timestamp; 129 VerifyHeader(seq_num, last_timestamp,
|
/external/chromium_org/media/base/ |
audio_discard_helper.cc | 15 static void WarnOnNonMonotonicTimestamps(base::TimeDelta last_timestamp, 17 if (last_timestamp == kNoTimestamp() || last_timestamp < current_timestamp) 20 const base::TimeDelta diff = current_timestamp - last_timestamp;
|
/system/core/logcat/tests/ |
logcat_test.cpp | 177 char *last_timestamp = NULL; local 192 free(last_timestamp); 193 last_timestamp = strdup(buffer + time_offset); 199 EXPECT_TRUE(last_timestamp != NULL); 222 if (!strcmp(buffer + time_offset, last_timestamp)) { 229 free(last_timestamp); 230 last_timestamp = NULL;
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 84 last_timestamp = (last_timestamp_secs * 1000000) + last_timestamp_us 85 if (timestamp < last_timestamp): 86 raise Exception("last_timestamp: " + str(last_timestamp_secs)
|
/external/chromium_org/build/android/pylib/perf/ |
surface_stats_collector.py | 166 last_timestamp = 0 178 if last_timestamp: 188 if timestamp > last_timestamp] 190 last_timestamp = timestamps[-1]
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 53 TIME_STRUCT last_timestamp; member in struct:PERF_RTdata_rate 77 TIME_STRUCT last_timestamp; member in struct:PERF_RTdata_delay
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 357 delay_add(dDelay, TIME_DELTA(perf->time, dDelay->last_timestamp)); 359 TIME_COPY(dDelay->last_timestamp, perf->time); 538 TIME_COPY(me->dRate[i].last_timestamp, perf->time); 591 unsigned long delta = TIME_DELTA(perf->time, me->dRate[i].last_timestamp); 610 TIME_COPY(me->dRate[i].last_timestamp, perf->time); 680 me->dSTS->last_burst = TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp); 691 me->dSTS->dSingle.n + 1, me->dSTS->size_min, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dSingle.last_timestamp)); 702 me->dSTS->dBurst.n + 1, me->dSTS->size_min, 1e-6 * TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp)); 704 delay_add(&me->dSTS->dABurst, TIME_DELTA(perf->time, me->dSTS->dBurst.last_timestamp)); 709 TIME_COPY(me->dSTS->dSingle.last_timestamp, perf->time) [all...] |
/external/chromium_org/media/filters/ |
chunk_demuxer_unittest.cc | 862 base::TimeDelta* last_timestamp) { 866 *last_timestamp = kNoTimestamp(); 872 *last_timestamp = buffer->timestamp(); 1714 base::TimeDelta last_timestamp; local 2577 base::TimeDelta last_timestamp; local 2643 base::TimeDelta last_timestamp; local 2690 base::TimeDelta last_timestamp; local [all...] |
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.h | 109 uint64_t last_timestamp[numSensors]; member in class:CwMcuSensor
|
CwMcuSensor.cpp | [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
acm_common_defs.h | 94 uint32_t last_timestamp; member in struct:webrtc::WebRtcACMAudioBuff
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorStats.java | 44 public static final String LAST_TIMESTAMP_KEY = "last_timestamp";
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-script.c | 23 static u64 last_timestamp; variable 514 if (sample->time < last_timestamp) { 516 " this: %" PRIu64 "\n", last_timestamp, 520 last_timestamp = sample->time; [all...] |
/external/chromium_org/v8/tools/profviz/ |
composer.js | 218 var last_timestamp = 0; 223 assert(int_timestamp >= last_timestamp, "Inconsistent timestamps."); 224 last_timestamp = int_timestamp;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
neteq_unittest.cc | 1267 uint32_t last_timestamp; local [all...] |
/external/chromium_org/base/debug/ |
trace_event_unittest.cc | 2823 double last_timestamp = 0; local [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/ |
perfhost | |
/external/skia/platform_tools/android/bin/linux/ |
perfhost | |