Searched refs:currentTs (Results 1 – 5 of 5) sorted by relevance
218 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked() argument219 if (currentTs == nullptr) { in getNextReadyInputLocked()226 (it.second.jpegBuffer.data != nullptr) && (it.first < *currentTs)) { in getNextReadyInputLocked()227 *currentTs = it.first; in getNextReadyInputLocked()235 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked() argument237 if (currentTs == nullptr) { in getNextFailingInputLocked()242 if (it.second.error && !it.second.errorNotified && (it.first < *currentTs)) { in getNextFailingInputLocked()243 *currentTs = it.first; in getNextFailingInputLocked()426 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked() argument429 if (it->first <= currentTs) { in releaseInputFramesLocked()[all …]
200 bool JpegRCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked() argument201 if (currentTs == nullptr) { in getNextReadyInputLocked()210 (it.first < *currentTs)) { in getNextReadyInputLocked()211 *currentTs = it.first; in getNextReadyInputLocked()219 int64_t JpegRCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked() argument221 if (currentTs == nullptr) { in getNextFailingInputLocked()226 if (it.second.error && !it.second.errorNotified && (it.first < *currentTs)) { in getNextFailingInputLocked()227 *currentTs = it.first; in getNextFailingInputLocked()428 void JpegRCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked() argument431 if (it->first <= currentTs) { in releaseInputFramesLocked()[all …]
99 void releaseInputFramesLocked(int64_t currentTs);102 bool getNextReadyInputLocked(int64_t *currentTs /*inout*/);105 int64_t getNextFailingInputLocked(int64_t *currentTs /*inout*/);
120 void releaseInputFramesLocked(int64_t currentTs);123 bool getNextReadyInputLocked(int64_t *currentTs /*inout*/);126 int64_t getNextFailingInputLocked(int64_t *currentTs /*inout*/);
444 long currentTs = -1L; in getCaptureResult() local452 currentTs = result.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureResult()453 if (currentTs == timestamp) { in getCaptureResult()