Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dzsl_buffer_manager.cc392 status_t ZslBufferManager::GetCurrentTimestampNs(int64_t* current_timestamp) { in GetCurrentTimestampNs() argument
393 if (current_timestamp == nullptr) { in GetCurrentTimestampNs()
405 *current_timestamp = ts.tv_sec * kNsPerSec + ts.tv_nsec; in GetCurrentTimestampNs()
417 int64_t current_timestamp; in GetMostRecentZslBuffers() local
418 status_t res = GetCurrentTimestampNs(&current_timestamp); in GetMostRecentZslBuffers()
474 if (current_timestamp - buffer_timestamp < kMaxBufferTimestampDiff) { in GetMostRecentZslBuffers()
Dzsl_buffer_manager.h138 status_t GetCurrentTimestampNs(int64_t* current_timestamp);
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c1609 uint64_t current_timestamp = 0; in rmt_dump_data() local
1611 current_timestamp = in rmt_dump_data()
1626 int64_t delta = token->timestamp - current_timestamp; in rmt_dump_data()
1681 current_timestamp = token->timestamp; in rmt_dump_data()