Searched defs:timeStamp (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp452 status_t ISVProcessor::calculateFps(int64_t timeStamp, uint32_t* fps) argument
457 mTimeWindow.push_back(timeStamp);
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
H A DOMX_IntelVideoExt.h172 OMX_S64 timeStamp; // presentation time stamp member in struct:OMX_VIDEO_ERROR_BUFFER
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h132 int64_t timeStamp; member in struct:VideoDecodeBuffer
174 int64_t timeStamp; // presentation time stamp member in struct:VideoErrorBuffer
182 int64_t timeStamp; // presentation time stamp member in struct:VideoRenderBuffer
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamOut.impl.h92 &mStatus.reply.presentationPosition.timeStamp);
500 TimeSpec* timeStamp) {
513 timeStamp->tvSec = halTimeStamp.tv_sec;
514 timeStamp->tvNSec = halTimeStamp.tv_nsec;
521 TimeSpec timeStamp = {0, 0}; local
522 Result retval = getPresentationPositionImpl(mStream, &frames, &timeStamp);
523 _hidl_cb(retval, frames, timeStamp);
499 getPresentationPositionImpl(audio_stream_out_t* stream, uint64_t* frames, TimeSpec* timeStamp) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp2075 * @timeStamp : frame presentation time
2081 int32_t QCameraGrallocMemory::enqueueBuffer(uint32_t index, nsecs_t timeStamp) argument
2101 if (timeStamp != 0) {
2102 err = mWindow->set_timestamp(mWindow, timeStamp);
H A DQCamera2HWICallbacks.cpp1475 nsecs_t timeStamp = 0; local
1505 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1515 timeStamp, frame->buf_idx);
1567 timeStamp = stream->mFirstTimeStamp;
1569 timeStamp, fd_cnt,
1590 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1605 (int)(frame_ts - timeStamp));
1608 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx);
1614 timeStamp, frame->fd, frame->buf_idx, fd_cnt);
1635 timeStamp
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1633 nsecs_t interval_nsec = 0, frame_ts = 0, timeStamp = 0; local
1651 timeStamp = (nsecs_t)(buf_info->buf->ts.tv_sec) *
1654 if (timeStamp <= my_obj->prev_timestamp) {
1662 my_obj->prev_timestamp = (timeStamp - (nsecs_t)(user_buf->buf_cnt * interval_nsec));
1664 ts_delta = timeStamp - my_obj->prev_timestamp;
1666 LOGD("Timestamp delta = %d timestamp = %lld", ts_delta, timeStamp);
1692 my_obj->prev_timestamp = timeStamp;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h154 int64_t timeStamp; //reserved member in struct:__anon576
163 int64_t timeStamp; //reserved member in struct:__anon577
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dgps_extended_c.h441 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon3634
1138 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon3652
/hardware/qcom/gps/msm8998/utils/
H A Dgps_extended_c.h373 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon3976
1057 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon3994
/hardware/ril/include/telephony/
H A Dril.h1497 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1498 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon5856
1511 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1512 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon5858
/hardware/ril/reference-ril/
H A Dril.h1497 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1498 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon6075
1511 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1512 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon6077

Completed in 422 milliseconds