/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.h | 110 nsecs_t timestamp) = 0; 198 int64_t *timestamp, buffer_handle_t* handle); 200 int64_t *timestamp, buffer_handle_t* handle); 202 uint32_t stride, int64_t *timestamp); 204 uint32_t stride, int64_t *timestamp); 206 uint32_t stride, int64_t *timestamp);
|
D | QemuSensor.cpp | 281 int64_t timestamp = 0L; in threadLoop() local 292 captureRGB(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 296 captureRGBA(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop() 298 captureRGBA(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 353 captureYU12(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop() 355 captureYU12(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 364 if (timestamp != 0UL) { in threadLoop() 365 mNextCaptureTime = timestamp; in threadLoop() 395 uint32_t stride, int64_t *timestamp) { in captureRGBA() argument 456 exposureCompensation, timestamp); in captureRGBA() [all …]
|
/device/generic/goldfish/sensors/ |
D | multihal_sensors_qemu.cpp | 106 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 116 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 128 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 138 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 148 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 160 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 170 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 182 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 194 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() 204 event.timestamp = nowNs + state->timeBiasNs; in parseQemuSensorEvent() [all …]
|
D | multihal_sensors.cpp | 146 batchEventRef.timestamp = in activate() 286 const int64_t t = m_batchQueue.top().timestamp; in batchThread() 293 while (!m_batchQueue.empty() && (nowNs >= m_batchQueue.top().timestamp)) { in batchThread() 308 batchInfo.event.timestamp = evRef.timestamp; in batchThread() 318 evRef.timestamp += samplingPeriodNs; in batchThread()
|
D | multihal_sensors.h | 117 int64_t timestamp = -1; member 123 return timestamp > rhs.timestamp;
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCameraDevice.cpp | 221 int64_t* timestamp) { in getCurrentFrame() argument 241 if (timestamp != nullptr) { in getCurrentFrame() 242 *timestamp = mCameraThread->getPrimaryTimestamp(); in getCurrentFrame() 251 int64_t* timestamp) { in getCurrentPreviewFrame() argument 270 if (timestamp != nullptr) { in getCurrentPreviewFrame() 271 *timestamp = mCameraThread->getPrimaryTimestamp(); in getCurrentPreviewFrame() 293 bool EmulatedQemuCameraDevice::produceFrame(void* buffer, int64_t* timestamp) in produceFrame() argument 306 timestamp); in produceFrame()
|
D | EmulatedQemuCameraDevice.h | 86 int64_t* timestamp) override; 90 int64_t* timestamp) override; 104 bool produceFrame(void* buffer, int64_t* timestamp) override;
|
D | CallbackNotifier.cpp | 220 void CallbackNotifier::onNextFrameAvailable(nsecs_t timestamp, in onNextFrameAvailable() argument 224 isNewVideoFrameTime(timestamp)) { in onNextFrameAvailable() 247 mDataCBTimestamp(frame_timestamp != 0L ? frame_timestamp : timestamp, in onNextFrameAvailable() 348 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp) in isNewVideoFrameTime() argument 351 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { in isNewVideoFrameTime() 352 mLastFrameTimestamp = timestamp; in isNewVideoFrameTime()
|
D | EmulatedCameraDevice.h | 205 int64_t* timestamp); 223 virtual status_t getCurrentPreviewFrame(void* buffer, int64_t* timestamp); 458 virtual bool produceFrame(void* buffer, int64_t* timestamp) = 0; 650 int64_t* timestamp) { in staticProduceFrame() argument 652 return cameraDevice->produceFrame(buffer, timestamp); in staticProduceFrame()
|
D | Exif.cpp | 42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument 46 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument 266 static bool convertTimestampToTimeAndDate(int64_t timestamp, in convertTimestampToTimeAndDate() argument 269 Timestamp time = timestamp; in convertTimestampToTimeAndDate() 428 int64_t timestamp = 0; in createExifDataCommon() local 431 timestamp = entry.data.i64[0]; in createExifDataCommon() 433 if (convertTimestampToTimeAndDate(timestamp, &triplet, &date)) { in createExifDataCommon()
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 554 sensors_event_t *HubConnection::initEv(sensors_event_t *ev, uint64_t timestamp, uint32_t type, uint… in initEv() argument 558 ev->timestamp = timestamp; in initEv() 599 void HubConnection::processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct OneAxi… in processSample() argument 606 initEv(&nev[cnt++], timestamp, type, sensor)->pressure = sample->fdata; in processSample() 609 initEv(&nev[cnt++], timestamp, type, sensor)->relative_humidity = sample->fdata; in processSample() 612 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata; in processSample() 615 initEv(&nev[cnt++], timestamp, type, sensor)->temperature = sample->fdata; in processSample() 618 initEv(&nev[cnt++], timestamp, type, sensor)->distance = sample->fdata; in processSample() 621 initEv(&nev[cnt++], timestamp, type, sensor)->light = sample->fdata; in processSample() 627 initEv(&nev[cnt++], timestamp, type, sensor)->u64.step_counter = mLastStepCount; in processSample() [all …]
|
D | hubconnection.h | 264 … sensors_event_t *initEv(sensors_event_t *ev, uint64_t timestamp, uint32_t type, uint32_t sensor); 266 …void processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct OneAxisSample *sampl… 267 …void processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct RawThreeAxisSample *… 268 …void processSample(uint64_t timestamp, uint32_t type, uint32_t sensor, struct ThreeAxisSample *sam… 324 bool isSampleIntervalSatisfied(int handle, uint64_t timestamp);
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Exif.cpp | 45 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument 49 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument 252 static bool convertTimestampToTimeAndDate(int64_t timestamp, in convertTimestampToTimeAndDate() argument 255 Timestamp time = timestamp; in convertTimestampToTimeAndDate() 376 int64_t timestamp = 0; in createExifData() local 379 ×tamp)) { in createExifData() 381 if (convertTimestampToTimeAndDate(timestamp, &triplet, &date)) { in createExifData()
|
D | CallbackNotifier.cpp | 194 nsecs_t timestamp, in onNextFrameAvailable() argument 197 isNewVideoFrameTime(timestamp)) { in onNextFrameAvailable() 202 mDataCBTimestamp(timestamp, CAMERA_MSG_VIDEO_FRAME, cam_buff, 0, in onNextFrameAvailable() 304 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp) { in isNewVideoFrameTime() argument 306 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { in isNewVideoFrameTime() 307 mLastFrameTimestamp = timestamp; in isNewVideoFrameTime()
|
D | CallbackNotifier.h | 158 void onNextFrameAvailable(const void* frame, nsecs_t timestamp, 189 bool isNewVideoFrameTime(nsecs_t timestamp);
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_kgsl.h | 479 unsigned int timestamp; member 488 unsigned int timestamp; member 511 unsigned int timestamp; /*output param */ member 523 unsigned int timestamp; /*output param */ member 540 unsigned int timestamp; member 595 unsigned int timestamp; /*output param */ member 605 unsigned int timestamp; member 753 unsigned int timestamp; /* Timestamp to trigger event on */ member 1043 unsigned int timestamp; member 1097 unsigned int timestamp; member [all …]
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_kgsl.h | 307 unsigned int timestamp; member 313 unsigned int timestamp; member 321 unsigned int timestamp; member 327 unsigned int timestamp; member 334 unsigned int timestamp; member 360 unsigned int timestamp; member 367 unsigned int timestamp; member 455 unsigned int timestamp; member 551 unsigned int timestamp; member 570 unsigned int timestamp; member [all …]
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_kgsl.h | 479 unsigned int timestamp; member 488 unsigned int timestamp; member 511 unsigned int timestamp; /*output param */ member 523 unsigned int timestamp; /*output param */ member 540 unsigned int timestamp; member 595 unsigned int timestamp; /*output param */ member 605 unsigned int timestamp; member 753 unsigned int timestamp; /* Timestamp to trigger event on */ member 1043 unsigned int timestamp; member 1097 unsigned int timestamp; member [all …]
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_kgsl.h | 302 unsigned int timestamp; member 308 unsigned int timestamp; member 316 unsigned int timestamp; member 322 unsigned int timestamp; member 329 unsigned int timestamp; member 355 unsigned int timestamp; member 362 unsigned int timestamp; member 450 unsigned int timestamp; member 546 unsigned int timestamp; member 565 unsigned int timestamp; member [all …]
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_kgsl.h | 302 unsigned int timestamp; member 308 unsigned int timestamp; member 316 unsigned int timestamp; member 322 unsigned int timestamp; member 329 unsigned int timestamp; member 355 unsigned int timestamp; member 362 unsigned int timestamp; member 450 unsigned int timestamp; member 546 unsigned int timestamp; member 565 unsigned int timestamp; member [all …]
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_kgsl.h | 485 unsigned int timestamp; member 494 unsigned int timestamp; member 517 unsigned int timestamp; /*output param */ member 529 unsigned int timestamp; /*output param */ member 546 unsigned int timestamp; member 601 unsigned int timestamp; /*output param */ member 611 unsigned int timestamp; member 759 unsigned int timestamp; /* Timestamp to trigger event on */ member 1049 unsigned int timestamp; member 1103 unsigned int timestamp; member [all …]
|
/device/google/coral/powerstats/ |
D | RailDataProvider.cpp | 141 uint64_t timestamp = 0; in parseIioEnergyNode() local 147 timestamp = strtoull(words[0].c_str(), NULL, 10); in parseIioEnergyNode() 148 if (timestamp == 0 || timestamp == ULLONG_MAX) { in parseIioEnergyNode() 149 ALOGW("Potentially wrong timestamp: %" PRIu64, timestamp); in parseIioEnergyNode() 158 mOdpm.reading[index].timestamp = timestamp; in parseIioEnergyNode()
|
/device/google/cuttlefish/common/libs/utils/ |
D | tee_logging.cpp | 119 char timestamp[32]; in StderrOutputGenerator() local 120 strftime(timestamp, sizeof(timestamp), "%m-%d %H:%M:%S", &now); in StderrOutputGenerator() 129 severity_char, timestamp, pid, tid, file, line); in StderrOutputGenerator() 132 timestamp, pid, tid); in StderrOutputGenerator()
|
/device/google/contexthub/util/common/ |
D | ring.cpp | 123 memcpy(reinterpret_cast<char *>(&mData[mWritePos]) + offsetof(sensors_event_t, timestamp), in write() 124 reinterpret_cast<const char *>(ev) + offsetof(sensors_event_t, timestamp), in write() 125 sizeof(sensors_event_t) - offsetof(sensors_event_t, timestamp)); in write()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.h | 113 struct timespec timestamp; member 123 struct timespec timestamp; member
|