Lines Matching refs:DepthCompositeStream
33 DepthCompositeStream::DepthCompositeStream(sp<CameraDeviceBase> device, in DepthCompositeStream() function in android::camera3::DepthCompositeStream
101 DepthCompositeStream::~DepthCompositeStream() { in ~DepthCompositeStream()
112 void DepthCompositeStream::compilePendingInputLocked() { in compilePendingInputLocked()
211 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) { in getNextReadyInputLocked()
228 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) { in getNextFailingInputLocked()
244 status_t DepthCompositeStream::processInputFrame(nsecs_t ts, const InputFrame &inputFrame) { in processInputFrame()
394 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) { in releaseInputFrameLocked()
418 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) { in releaseInputFramesLocked()
430 bool DepthCompositeStream::threadLoop() { in threadLoop()
486 bool DepthCompositeStream::isDepthCompositeStream(const sp<Surface> &surface) { in isDepthCompositeStream()
516 status_t DepthCompositeStream::checkAndGetMatchingDepthSize(size_t width, size_t height, in checkAndGetMatchingDepthSize()
572 status_t DepthCompositeStream::createInternalStreams(const std::vector<sp<Surface>>& consumers, in createInternalStreams()
650 status_t DepthCompositeStream::configureStream() { in configureStream()
703 status_t DepthCompositeStream::deleteInternalStreams() { in deleteInternalStreams()
733 void DepthCompositeStream::onFrameAvailable(const BufferItem& item) { in onFrameAvailable()
757 status_t DepthCompositeStream::insertGbp(SurfaceMap* /*out*/outSurfaceMap, in insertGbp()
776 status_t DepthCompositeStream::insertCompositeStreamIds( in insertCompositeStreamIds()
788 void DepthCompositeStream::onResultError(const CaptureResultExtras& resultExtras) { in onResultError()
796 bool DepthCompositeStream::onStreamBufferError(const CaptureResultExtras& resultExtras) { in onStreamBufferError()
810 status_t DepthCompositeStream::getMatchingDepthSize(size_t width, size_t height, in getMatchingDepthSize()
843 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, bool maxResolution, in getSupportedDepthSizes()
868 status_t DepthCompositeStream::getCompositeStreamInfo(const OutputStreamInfo &streamInfo, in getCompositeStreamInfo()