• Home
  • Raw
  • Download

Lines Matching refs:DepthCompositeStream

33 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()
501 status_t DepthCompositeStream::createInternalStreams(const std::vector<sp<Surface>>& consumers, in createInternalStreams()
573 status_t DepthCompositeStream::configureStream() { in configureStream()
631 status_t DepthCompositeStream::deleteInternalStreams() { in deleteInternalStreams()
660 void DepthCompositeStream::onFrameAvailable(const BufferItem& item) { in onFrameAvailable()
684 status_t DepthCompositeStream::insertGbp(SurfaceMap* /*out*/outSurfaceMap, in insertGbp()
705 void DepthCompositeStream::onResultError(const CaptureResultExtras& resultExtras) { in onResultError()
713 bool DepthCompositeStream::onStreamBufferError(const CaptureResultExtras& resultExtras) { in onStreamBufferError()
727 status_t DepthCompositeStream::getMatchingDepthSize(size_t width, size_t height, in getMatchingDepthSize()
760 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch, in getSupportedDepthSizes()
783 status_t DepthCompositeStream::getCompositeStreamInfo(const OutputStreamInfo &streamInfo, in getCompositeStreamInfo()