Home
last modified time | relevance | path

Searched defs:currentTs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp217 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()
234 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()
407 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()
420 int64_t currentTs = INT64_MAX; in threadLoop() local
DHeicCompositeStream.cpp672 bool HeicCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*out*/) { in getNextReadyInputLocked()
696 int64_t HeicCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*out*/) { in getNextFailingInputLocked()
1101 void HeicCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()
1500 int64_t currentTs = INT64_MAX; in threadLoop() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java444 long currentTs = -1L; in getCaptureResult() local