Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DJpegRCompositeStream.cpp203 bool JpegRCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()
222 int64_t JpegRCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()
431 void JpegRCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()
444 int64_t currentTs = INT64_MAX; in threadLoop() local
DDepthCompositeStream.cpp220 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()
237 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()
428 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()
441 int64_t currentTs = INT64_MAX; in threadLoop() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java446 long currentTs = -1L; in getCaptureResult() local