Home
last modified time | relevance | path

Searched refs:motion_vector_y (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_sensor_motion.cc112 std::vector<float>* motion_vector_x, std::vector<float>* motion_vector_y, in GetLatestNSensorEvents() argument
117 motion_vector_y->clear(); in GetLatestNSensorEvents()
132 motion_vector_y->push_back(event->sensor_event.u.vec3.y); in GetLatestNSensorEvents()
141 std::vector<float>* motion_vector_y, std::vector<float>* motion_vector_z, in QuerySensorEventsBetweenTimestamps() argument
145 motion_vector_y->clear(); in QuerySensorEventsBetweenTimestamps()
157 motion_vector_y->push_back(event.sensor_event.u.vec3.y); in QuerySensorEventsBetweenTimestamps()
Dgoog_sensor_motion.h130 std::vector<float>* motion_vector_x, std::vector<float>* motion_vector_y,
151 std::vector<float>* motion_vector_x, std::vector<float>* motion_vector_y,
Dgoog_gyro_direct.cc206 std::vector<float>* motion_vector_y, std::vector<float>* motion_vector_z, in QueryGyroEventsBetweenTimestamps() argument
210 motion_vector_y->clear(); in QueryGyroEventsBetweenTimestamps()
252 motion_vector_y->push_back(event_vector[index].data[1]); in QueryGyroEventsBetweenTimestamps()
Dgoog_gyro_direct.h101 std::vector<float>* motion_vector_x, std::vector<float>* motion_vector_y,
/hardware/google/camera/common/sensor_listener/tests/
Dgoog_sensor_motion_test.cc50 std::vector<float> motion_vector_y; in CheckLatestNMotionEvents() local
54 &motion_vector_x, &motion_vector_y, in CheckLatestNMotionEvents()
59 EXPECT_EQ(timestamps.size(), motion_vector_y.size()); in CheckLatestNMotionEvents()
80 std::vector<float> motion_vector_y; in CheckQuerySensorEventsBetweenTimestamps() local
84 start_time, end_time, &timestamps, &motion_vector_x, &motion_vector_y, in CheckQuerySensorEventsBetweenTimestamps()
88 EXPECT_EQ(timestamps.size(), motion_vector_y.size()); in CheckQuerySensorEventsBetweenTimestamps()