Lines Matching defs:DepthCompositeStream
17 #define LOG_TAG "Camera3-DepthCompositeStream"
28 #include "DepthCompositeStream.h"
33 DepthCompositeStream::DepthCompositeStream(wp<CameraDeviceBase> device,
102 DepthCompositeStream::~DepthCompositeStream() {
118 void DepthCompositeStream::compilePendingInputLocked() {
217 bool DepthCompositeStream::getNextReadyInputLocked(int64_t *currentTs /*inout*/) {
234 int64_t DepthCompositeStream::getNextFailingInputLocked(int64_t *currentTs /*inout*/) {
250 status_t DepthCompositeStream::processInputFrame(const InputFrame &inputFrame) {
384 void DepthCompositeStream::releaseInputFrameLocked(InputFrame *inputFrame /*out*/) {
407 void DepthCompositeStream::releaseInputFramesLocked(int64_t currentTs) {
419 bool DepthCompositeStream::threadLoop() {
475 bool DepthCompositeStream::isDepthCompositeStream(const sp<Surface> &surface) {
501 status_t DepthCompositeStream::createInternalStreams(const std::vector<sp<Surface>>& consumers,
544 mDepthConsumer->setName(String8("Camera3-DepthCompositeStream"));
573 status_t DepthCompositeStream::configureStream() {
631 status_t DepthCompositeStream::deleteInternalStreams() {
660 void DepthCompositeStream::onFrameAvailable(const BufferItem& item) {
684 status_t DepthCompositeStream::insertGbp(SurfaceMap* /*out*/outSurfaceMap,
705 void DepthCompositeStream::onResultError(const CaptureResultExtras& resultExtras) {
713 bool DepthCompositeStream::onStreamBufferError(const CaptureResultExtras& resultExtras) {
727 status_t DepthCompositeStream::getMatchingDepthSize(size_t width, size_t height,
760 void DepthCompositeStream::getSupportedDepthSizes(const CameraMetadata& ch,
783 status_t DepthCompositeStream::getCompositeStreamInfo(const OutputStreamInfo &streamInfo,