Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp40 DepthCompositeStream::DepthCompositeStream(sp<CameraDeviceBase> device, in DepthCompositeStream() function in android::camera3::DepthCompositeStream
108 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 …]
DDepthCompositeStream.h40 class DepthCompositeStream : public CompositeStream, public Thread,
44 DepthCompositeStream(sp<CameraDeviceBase> device,
46 ~DepthCompositeStream() override;
DCameraDeviceClient.cpp979 camera3::DepthCompositeStream::isDepthCompositeStream(surfaces[0]); in createStream()
987 compositeStream = new camera3::DepthCompositeStream(mDevice, getRemoteCallback()); in createStream()
1889 isCompositeStream = camera3::DepthCompositeStream::isDepthCompositeStream(s) || in switchToOffline()
/frameworks/av/services/camera/libcameraservice/
DAndroid.bp153 "api2/DepthCompositeStream.cpp",
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp690 camera3::DepthCompositeStream::isDepthCompositeStreamInfo(streamInfo); in mapStream()
703 ret = camera3::DepthCompositeStream::getCompositeStreamInfo(streamInfo, in mapStream()