Searched refs:DepthCompositeStream (Results 1 – 5 of 5) sorted by relevance
40 DepthCompositeStream::DepthCompositeStream(sp<CameraDeviceBase> device, in DepthCompositeStream() function in android::camera3::DepthCompositeStream108 DepthCompositeStream::~DepthCompositeStream() { in ~DepthCompositeStream()119 void DepthCompositeStream::compilePendingInputLocked() { in compilePendingInputLocked()218 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()235 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()251 status_t DepthCompositeStream::processInputFrame(nsecs_t ts, const InputFrame &inputFrame) { in processInputFrame()402 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()426 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()438 bool DepthCompositeStream::threadLoop() { in threadLoop()494 bool DepthCompositeStream::isDepthCompositeStream(const sp<Surface> &surface) { in isDepthCompositeStream()[all …]
40 class DepthCompositeStream : public CompositeStream, public Thread,44 DepthCompositeStream(sp<CameraDeviceBase> device,46 ~DepthCompositeStream() override;
979 camera3::DepthCompositeStream::isDepthCompositeStream(surfaces[0]); in createStream()987 compositeStream = new camera3::DepthCompositeStream(mDevice, getRemoteCallback()); in createStream()1889 isCompositeStream = camera3::DepthCompositeStream::isDepthCompositeStream(s) || in switchToOffline()
153 "api2/DepthCompositeStream.cpp",
690 camera3::DepthCompositeStream::isDepthCompositeStreamInfo(streamInfo); in mapStream()703 ret = camera3::DepthCompositeStream::getCompositeStreamInfo(streamInfo, in mapStream()