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

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 155 inv_time_t timestamp1; local
157 inv_get_accel_set(accel, accuracy, &timestamp1);
299 inv_time_t timestamp1; local
300 inv_get_accel_set(accel, accuracy, &timestamp1);
301 inv_get_6axis_quaternion_float(quat_6_axis, &timestamp1);
324 values[2], values[3], values[4], status, timestamp1);
344 inv_time_t timestamp1; local
345 inv_get_compass_set(compass, accuracy, &timestamp1);
346 inv_get_geomagnetic_quaternion_float(quat_geomagnetic, &timestamp1);
551 inv_time_t timestamp1; local
563 inv_time_t timestamp1; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.h 56 bool operator() (const uint32_t& timestamp1,
58 return IsNewerTimestamp(timestamp2, timestamp1);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc 241 uint32_t timestamp1 = 0xFFFFFFFF - duration; local
242 DtmfEvent event1(timestamp1, event_no, volume, duration, end_bit);
250 EXPECT_TRUE(buffer.GetEvent(timestamp1, &out_event));
263 EXPECT_TRUE(buffer.GetEvent(timestamp1, &out_event));
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3_unittest.cc 428 int timestamp1 = index.CalculateTimestamp(cache.start_time()); local
431 EXPECT_EQ(timestamp1, timestamp2);
435 EXPECT_EQ(timestamp1 + 1, timestamp3);
439 EXPECT_EQ(timestamp1 + 1, timestamp4);
443 EXPECT_EQ(timestamp1 + 2, timestamp5);
447 EXPECT_EQ(timestamp1 - 1, timestamp6);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 914 inline uint32_t LatestTimestamp(uint32_t timestamp1, uint32_t timestamp2) {
915 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2;
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 180 uint32_t timestamp1 = 1; local
205 frame1.set_timestamp(timestamp1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 117 milliseconds