Searched refs:timestamp (Results 251 - 275 of 551) sorted by relevance

<<11121314151617181920>>

/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h151 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
217 struct timeval timestamp; member in struct:msm_vpe_frame_info_t
/hardware/google/av/media/codecs/cmds/
H A Dcodec2.cpp268 (work->worklets.front()->output.ordinal.timestamp * 1000ll).peekll(),
296 int64_t timestamp = 0u; local
317 CHECK(meta.findInt64(kKeyTime, &timestamp));
341 work->input.ordinal.timestamp = timestamp;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2231 pthread_mutex_lock(&timestamp.m_lock);
2232 timestamp.m_TimeStamp = (OMX_U64)pParam->nTimestamp;
2233 DEBUG_PRINT_LOW("Buffer = %p, Timestamp = %llu", timestamp.pending_buffer, (OMX_U64)pParam->nTimestamp);
2234 if (timestamp.is_buffer_pending && (OMX_U64)timestamp.pending_buffer->nTimeStamp == timestamp.m_TimeStamp) {
2235 DEBUG_PRINT_INFO("Queueing back pending buffer %p", timestamp.pending_buffer);
2236 this->post_event((unsigned long)hComp,(unsigned long)timestamp.pending_buffer,m_input_msg_id);
2237 timestamp.pending_buffer = NULL;
2238 timestamp
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp694 LOGE("HAL:could not open timestamp enable");
697 LOGE("HAL:could not enable timestamp");
2489 &s->timestamp);
2491 s->gyro.v[0], s->gyro.v[1], s->gyro.v[2], s->timestamp, update);
2500 &s->gyro.status, &s->timestamp);
2505 s->uncalibrated_gyro.bias[2], s->timestamp, update);
2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2519 s->acceleration.v, &s->acceleration.status, &s->timestamp);
2522 s->timestamp, update);
2532 s->magnetic.v, &s->magnetic.status, &s->timestamp);
[all...]
H A Dsensors_mpl.cpp257 "data->timestamp=%lld, data->data[0]=%f,",
258 i, nb, count, nbEvents, data->timestamp,
276 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, "
278 nb, count, nbEvents, data->timestamp, data->data[0]);
292 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, "
294 nb, count, nbEvents, data->timestamp, data->data[0]);
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrWbEnc.cpp295 ALOGV("in buffer attr. size %zu timestamp %d frameindex %d, flags %x",
296 inSize, (int)work->input.ordinal.timestamp.peeku(),
349 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull();
355 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp;
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacEnc.cpp200 ALOGV("in buffer attr. size %zu timestamp %d frameindex %d, flags %x",
201 inSize, (int)work->input.ordinal.timestamp.peeku(),
204 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull();
277 work->worklets.front()->output.ordinal.timestamp = mAnchorTimeStamp + outTimeStamp;
/hardware/interfaces/sensors/1.0/vts/functional/
H A DVtsHalSensorsV1_0TargetTest.cpp288 int64_t timestamp = *reinterpret_cast<int64_t *>(mBuffer + offset + kOffsetTimestamp); local
290 ALOGV("offset = %zu, cnt %" PRId64 ", token %" PRId32 ", type %" PRId32 ", timestamp %" PRId64,
291 offset, atomicCounter, token, type, timestamp);
294 .timestamp = timestamp,
465 ss << "Event @ " << event.timestamp << " (" << v.x << ", " << v.y << ", " << v.z << ")"
938 dummy.timestamp = android::elapsedRealtimeNano();
1147 timestampInterval += e.timestamp - prevTimestamp;
1149 prevTimestamp = e.timestamp;
1163 timestampInterval += e.timestamp
[all...]
/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp259 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, ",
260 nb, count, nbEvents, data->timestamp);
315 "data->timestamp=%lld, data->data[0]=%f,",
316 i, nb, count, nbEvents, data->timestamp,
333 "nb=%d, count=%d, nbEvents=%d, data->timestamp=%lld, ",
334 nb, count, nbEvents, data->timestamp);
/hardware/libhardware/include/hardware/
H A Dgps.h364 GpsUtcTime timestamp; member in struct:__anon1295
536 typedef void (* gps_nmea_callback)(GpsUtcTime timestamp, const char* nmea, int length);
1076 * timestamp - Timestamp when the transition was detected.
1087 int32_t transition, GpsUtcTime timestamp);
1582 * Pseudorange rate at the timestamp in m/s. The correction of a given
H A Dcamera2.h87 * The timestamp represents the time at start of exposure of the first row
93 * same timestamp for that buffer, and that timestamp must match the
94 * timestamp in the output frame metadata.
97 int64_t timestamp,
319 * bytes of the timestamp for when exposure began.
320 * (timestamp = (ext3 << 32 | ext2))
/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp247 struct timespec timestamp; local
248 EXPECT_EQ(0, streamOut->get_presentation_position(streamOut, &frames, &timestamp));
253 EXPECT_EQ(0, streamOut->get_presentation_position(streamOut, &frames, &timestamp));
/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPI.h441 uint64_t timestamp; // UTC timestamp for location fix, milliseconds since January 1, 1970 member in struct:__anon3594
492 uint64_t timestamp; // timestamp of breach member in struct:__anon3600
592 uint64_t timestamp; // timestamp member in struct:__anon3609
/hardware/qcom/gps/msm8998/location/
H A DLocationAPI.h420 uint64_t timestamp; // UTC timestamp for location fix, milliseconds since January 1, 1970 member in struct:__anon3942
461 uint64_t timestamp; // timestamp of breach member in struct:__anon3946
562 uint64_t timestamp; // timestamp member in struct:__anon3955
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_pproc.h195 struct timeval timestamp; member in struct:msm_cpp_frame_info_t
282 struct timeval timestamp; member in struct:msm_vpe_frame_info_t
391 struct compat_timeval timestamp; member in struct:msm_cpp_frame_info32_t
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h46 int64_t timestamp; member in struct:PackedFrameData
H A DVideoDecoderMPEG4.cpp325 5. The timestamp of N-VOP frame will be used for P or I frame in the packed frame
357 // Update timestamp for P frame in the packed frame as timestamp here is for the B frame!
367 mPackedFrame.timestamp = mCurrentPTS;
373 // Update the timestamp according the increment
380 mPackedFrame.timestamp = mCurrentPTS + increment;
388 mPackedFrame.timestamp = mCurrentPTS + 30000;
411 VTRACE("Report OMX to handle for Multiple frame offset=%d time=%lld",mPackedFrame.offSet,mPackedFrame.timestamp);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.h46 int64_t timestamp; //corresponding input frame timestamp member in struct:EncodeTask
/hardware/interfaces/confirmationui/support/test/
H A Dmsg_formatting_test.cpp118 expected.timestamp = 0xf1f2f3f4f5f6f7f8;
/hardware/interfaces/gnss/1.0/default/
H A DGnss.h97 static void nmeaCb(GpsUtcTime timestamp, const char* nmea, int length);
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DDummyDynamicAccelDaemon.cpp169 event.timestamp = nowTimeNs;
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcamscope_packet_type.h237 struct timeval timestamp; member in struct:__anon2307
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraDisplay.cpp72 pQCameraDisplay->computeAverageVsyncInterval(buffer[i].header.timestamp);
/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dhw_interface.h58 virtual DisplayError VSync(int64_t timestamp) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dhw_interface.h58 virtual DisplayError VSync(int64_t timestamp) = 0;

Completed in 537 milliseconds

<<11121314151617181920>>