Searched refs:timestamp (Results 26 - 50 of 551) sorted by relevance

1234567891011>>

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.c65 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) argument
69 rh.gam_timestamp = timestamp;
77 void inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) argument
81 rh.geomag_timestamp = timestamp;
86 * @param[in] timestamp Timestamp of when this is valid
88 void inv_set_compass_correction(const long *data, inv_time_t timestamp) argument
92 rh.nav_timestamp = timestamp;
98 * @param[in] timestamp Timestamp of when this is valid
100 void inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) argument
104 rh.geomag_timestamp = timestamp;
112 inv_get_compass_correction(long *data, inv_time_t *timestamp) argument
123 inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp) argument
276 inv_get_6axis_quaternion(long *data, inv_time_t *timestamp) argument
301 inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp) argument
332 inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.h102 inv_time_t timestamp; member in struct:inv_single_sensor_t
115 inv_time_t timestamp; member in struct:inv_quat_sensor_t
243 inv_error_t inv_build_gyro(const short *gyro, inv_time_t timestamp);
245 inv_time_t timestamp);
247 inv_time_t timestamp);
248 inv_error_t inv_build_temp(const long temp, inv_time_t timestamp);
249 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
250 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
295 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
296 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
[all...]
H A Dresults_holder.c65 * @param[in] timestamp Timestamp of the 6-axis quaternion
67 void inv_store_gaming_quaternion(const long *quat, inv_time_t timestamp) argument
71 rh.gam_timestamp = timestamp;
77 * @param[in] timestamp Timestamp of the 9-axis quaternion
79 void inv_store_nav_quaternion(const float *quat, inv_time_t timestamp) argument
82 rh.nav_timestamp = timestamp;
88 * @param[in] timestamp Timestamp of the geomag quaternion
90 void inv_store_geomag_quaternion(const float *quat, inv_time_t timestamp) argument
93 rh.geomag_timestamp = timestamp;
99 * @param[in] timestamp Timestam
101 inv_store_game_quaternion(const float *quat, inv_time_t timestamp) argument
113 inv_store_accel_quaternion(const long *quat, inv_time_t timestamp) argument
124 inv_set_compass_correction(const long *data, inv_time_t timestamp) argument
136 inv_set_geomagnetic_compass_correction(const long *data, inv_time_t timestamp) argument
148 inv_get_compass_correction(long *data, inv_time_t *timestamp) argument
159 inv_get_geomagnetic_compass_correction(long *data, inv_time_t *timestamp) argument
295 inv_get_6axis_quaternion(long *data, inv_time_t *timestamp) argument
383 inv_get_geomagnetic_quaternion(long *data, inv_time_t *timestamp) argument
407 inv_get_6axis_quaternion_float(float *data, inv_time_t *timestamp) argument
418 inv_get_geomagnetic_quaternion_float(float *data, inv_time_t *timestamp) argument
430 inv_get_quaternion_set(long *data, int *accuracy, inv_time_t *timestamp) argument
[all...]
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideodecodeparams.c36 self->timestamp = 0;
178 guint64 timestamp) {
180 obj->timestamp = timestamp;
185 guint64 * timestamp) {
186 MIX_VIDEODECODEPARAMS_GETTER_CHECK_INPUT (obj, timestamp);
187 *timestamp = obj->timestamp;
177 mix_videodecodeparams_set_timestamp(MixVideoDecodeParams * obj, guint64 timestamp) argument
184 mix_videodecodeparams_get_timestamp(MixVideoDecodeParams * obj, guint64 * timestamp) argument
H A Dmixvideoencodeparams.c36 self->timestamp = 0;
178 guint64 timestamp) {
180 obj->timestamp = timestamp;
185 guint64 * timestamp) {
186 MIX_VIDEOENCODEPARAMS_GETTER_CHECK_INPUT (obj, timestamp);
187 *timestamp = obj->timestamp;
177 mix_videoencodeparams_set_timestamp(MixVideoEncodeParams * obj, guint64 timestamp) argument
184 mix_videoencodeparams_get_timestamp(MixVideoEncodeParams * obj, guint64 * timestamp) argument
H A Dmixvideodecodeparams.h73 guint64 timestamp; member in struct:_MixVideoDecodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
H A Dmixvideoencodeparams.h73 guint64 timestamp; member in struct:_MixVideoEncodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
H A Dmixvideoframe.c42 self->timestamp = 0;
199 this_target->timestamp = this_src->timestamp;
235 && this_first->timestamp == this_second->timestamp
286 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp) { argument
289 obj->timestamp = timestamp;
295 guint64 * timestamp) {
296 MIX_VIDEOFRAME_GETTER_CHECK_INPUT (obj, timestamp);
294 mix_videoframe_get_timestamp(MixVideoFrame * obj, guint64 * timestamp) argument
[all...]
H A Dmixvideoframe.h73 guint64 timestamp; member in struct:_MixVideoFrame
135 MIX_RESULT mix_videoframe_set_timestamp(MixVideoFrame * obj, guint64 timestamp);
136 MIX_RESULT mix_videoframe_get_timestamp(MixVideoFrame * obj, guint64 * timestamp);
/hardware/interfaces/graphics/composer/2.1/
H A DIComposerCallback.hal70 * @param timestamp is the CLOCK_MONOTONIC time at which the vsync event
74 oneway onVsync(Display display, int64_t timestamp);
/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp60 sizeof(token.timestamp) + kHmacSize ==
73 auto timestamp = htonq(token.timestamp); local
74 pos = copy_bytes_to_iterator(timestamp, pos);
88 sizeof(token.timestamp) + kHmacSize ==
102 pos = copy_bytes_from_iterator(&token.timestamp, pos);
103 token.timestamp = ntohq(token.timestamp);
/hardware/invensense/6515/libsensors_iio/
H A DCompassSensor.AKM.h58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.h58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DBaseSensorObject.cpp45 .timestamp = TIMESTAMP_AUTO_FILL // timestamp will be filled at dispatcher
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h26 struct timeval timestamp; member in struct:msm_buf_mngr_info
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h8 struct timeval timestamp; member in struct:msm_buf_mngr_info
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVsyncControl.cpp65 bool VsyncControl::wait(int disp, int64_t& timestamp) argument
79 timestamp = (int64_t)arg.vsync.timestamp;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVsyncControl.cpp65 bool VsyncControl::wait(int disp, int64_t& timestamp) argument
79 timestamp = (int64_t)arg.vsync.timestamp;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h77 typedef struct timestamp { struct in class:omx_time_stamp_reorder
80 } timestamp; typedef in class:omx_time_stamp_reorder
82 timestamp input_timestamps[TIME_SZ];
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct in class:omx_time_stamp_reorder
81 } timestamp; typedef in class:omx_time_stamp_reorder
83 timestamp input_timestamps[TIME_SZ];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dts_parser.h78 typedef struct timestamp { struct in class:omx_time_stamp_reorder
81 } timestamp; typedef in class:omx_time_stamp_reorder
83 timestamp input_timestamps[TIME_SZ];
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp171 * @brief OMX SwVdec timestamp list constructor.
181 * @brief OMX SwVdec timestamp list destructor.
189 * @brief Reset timestamp list.
198 * @brief Push timestamp to list, keeping lowest-valued timestamp at the end.
200 * @param[in] timestamp: Timestamp.
205 bool omx_swvdec_ts_list::push(long long timestamp) argument
217 // insert timestamp into list
220 m_list[m_count_filled].timestamp = timestamp;
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DVsyncEventObserver.cpp122 int64_t timestamp; local
123 bool ret = mVsyncControl->wait(mDevice, timestamp);
132 mDisplayDevice.onVsync(timestamp);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DVsyncEventObserver.cpp121 int64_t timestamp; local
122 bool ret = mVsyncControl->wait(mDevice, timestamp);
130 mDisplayDevice.onVsync(timestamp);
/hardware/intel/common/libva/va/
H A Dva_backend_tpi.h69 long long timestamp

Completed in 5462 milliseconds

1234567891011>>