Searched refs:DepthCompositeStream (Results 1 – 4 of 4) sorted by relevance
33 DepthCompositeStream::DepthCompositeStream(wp<CameraDeviceBase> device, in DepthCompositeStream() function in android::camera3::DepthCompositeStream102 DepthCompositeStream::~DepthCompositeStream() { in ~DepthCompositeStream()118 void DepthCompositeStream::compilePendingInputLocked() { in compilePendingInputLocked()217 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()234 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()250 status_t DepthCompositeStream::processInputFrame(const InputFrame &inputFrame) { in processInputFrame()384 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()407 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()419 bool DepthCompositeStream::threadLoop() { in threadLoop()475 bool DepthCompositeStream::isDepthCompositeStream(const sp<Surface> &surface) { in isDepthCompositeStream()[all …]
40 class DepthCompositeStream : public CompositeStream, public Thread,44 DepthCompositeStream(wp<CameraDeviceBase> device,46 ~DepthCompositeStream() override;
717 camera3::DepthCompositeStream::isDepthCompositeStream(surface); in isSessionConfigurationSupported()725 ret = camera3::DepthCompositeStream::getCompositeStreamInfo(streamInfo, in isSessionConfigurationSupported()956 … bool isDepthCompositeStream = camera3::DepthCompositeStream::isDepthCompositeStream(surfaces[0]); in createStream()961 compositeStream = new camera3::DepthCompositeStream(mDevice, getRemoteCallback()); in createStream()
43 "api2/DepthCompositeStream.cpp",