Home
last modified time | relevance | path

Searched refs:DepthCompositeStream (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp33 DepthCompositeStream::DepthCompositeStream(wp<CameraDeviceBase> device, in DepthCompositeStream() function in android::camera3::DepthCompositeStream
102 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 …]
DDepthCompositeStream.h40 class DepthCompositeStream : public CompositeStream, public Thread,
44 DepthCompositeStream(wp<CameraDeviceBase> device,
46 ~DepthCompositeStream() override;
DCameraDeviceClient.cpp717 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()
/frameworks/av/services/camera/libcameraservice/
DAndroid.bp43 "api2/DepthCompositeStream.cpp",