Searched defs:timeStamp (Results 1 - 14 of 14) 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/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp1918 * @timeStamp : frame presentation time
1924 int32_t QCameraGrallocMemory::enqueueBuffer(uint32_t index, nsecs_t timeStamp) argument
1933 if (timeStamp != 0) {
1934 err = mWindow->set_timestamp(mWindow, timeStamp);
H A DQCamera2HWICallbacks.cpp1388 nsecs_t timeStamp = 0; local
1418 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1421 timeStamp);
1488 timeStamp = stream->mFirstTimeStamp;
1490 timeStamp, fd_cnt);
1510 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1513 timeStamp, frame->fd, frame->buf_idx, fd_cnt);
1536 nh->data[(4 * fd_cnt) + i] = (int)(frame_ts - timeStamp);
1539 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx);
1558 cbArg.timestamp = timeStamp;
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1430 nsecs_t interval_nsec = 0, frame_ts = 0, timeStamp = 0; local
1448 timeStamp = (nsecs_t)(buf_info->buf->ts.tv_sec) *
1451 if (timeStamp <= my_obj->prev_timestamp) {
1459 my_obj->prev_timestamp = (timeStamp - (nsecs_t)(user_buf->buf_cnt * interval_nsec));
1461 ts_delta = timeStamp - my_obj->prev_timestamp;
1463 LOGD("Timestamp delta = %d timestamp = %lld", ts_delta, timeStamp);
1489 my_obj->prev_timestamp = timeStamp;
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp1983 * @timeStamp : frame presentation time
1989 int32_t QCameraGrallocMemory::enqueueBuffer(uint32_t index, nsecs_t timeStamp) argument
2009 if (timeStamp != 0) {
2010 err = mWindow->set_timestamp(mWindow, timeStamp);
H A DQCamera2HWICallbacks.cpp1425 nsecs_t timeStamp = 0; local
1455 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1465 timeStamp, frame->buf_idx);
1524 timeStamp = stream->mFirstTimeStamp;
1526 timeStamp, fd_cnt,
1547 timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL
1571 nh->data[(4 * fd_cnt) + i] = (int)(frame_ts - timeStamp);
1574 (frame_ts - timeStamp), plane_frame->fd, plane_frame->buf_idx);
1580 timeStamp, frame->fd, frame->buf_idx, fd_cnt);
1601 timeStamp
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c1577 nsecs_t interval_nsec = 0, frame_ts = 0, timeStamp = 0; local
1595 timeStamp = (nsecs_t)(buf_info->buf->ts.tv_sec) *
1598 if (timeStamp <= my_obj->prev_timestamp) {
1606 my_obj->prev_timestamp = (timeStamp - (nsecs_t)(user_buf->buf_cnt * interval_nsec));
1608 ts_delta = timeStamp - my_obj->prev_timestamp;
1610 LOGD("Timestamp delta = %d timestamp = %lld", ts_delta, timeStamp);
1636 my_obj->prev_timestamp = timeStamp;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp3680 const struct tm * const timeStamp = gmtime(&saveTime); local
3685 timeStamp->tm_hour,
3686 timeStamp->tm_min,
3687 timeStamp->tm_sec,
3697 timeStamp->tm_hour,
3698 timeStamp->tm_min,
3699 timeStamp->tm_sec,
3735 const struct tm * const timeStamp = gmtime(&saveTime); local
3740 timeStamp->tm_hour,
3741 timeStamp
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h154 int64_t timeStamp; //reserved member in struct:__anon788
163 int64_t timeStamp; //reserved member in struct:__anon789
/hardware/qcom/gps/msm8998/core/
H A Dgps_extended_c.h333 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon4469
1018 Gnss_ApTimeStampStructType timeStamp; member in struct:__anon4487
/hardware/ril/include/telephony/
H A Dril.h1394 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1395 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon5864
1408 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1409 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon5866
/hardware/ril/reference-ril/
H A Dril.h1394 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1395 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon6058
1408 RIL_TimeStampType timeStampType; /* type of time stamp represented by timeStamp */
1409 uint64_t timeStamp; /* Time in nanos as returned by ril_nano_time */ member in struct:__anon6060

Completed in 409 milliseconds