Searched refs:StreamOperatorVdiImpl (Results 1 – 4 of 4) sorted by relevance
30 class StreamOperatorVdiImpl : public IStreamOperatorVdi {46 StreamOperatorVdiImpl() = default;47 StreamOperatorVdiImpl(const OHOS::sptr<IStreamOperatorVdiCallback> &callback,49 virtual ~StreamOperatorVdiImpl();50 StreamOperatorVdiImpl(const StreamOperatorVdiImpl &other) = delete;51 StreamOperatorVdiImpl(StreamOperatorVdiImpl&& other) = delete;52 StreamOperatorVdiImpl &operator=(const StreamOperatorVdiImpl &other) = delete;53 StreamOperatorVdiImpl &operator=(StreamOperatorVdiImpl&& other) = delete;
33 StreamOperatorVdiImpl::StreamOperatorVdiImpl(const OHOS::sptr<IStreamOperatorVdiCallback> &callback, in StreamOperatorVdiImpl() function in OHOS::Camera::StreamOperatorVdiImpl41 StreamOperatorVdiImpl::~StreamOperatorVdiImpl() in ~StreamOperatorVdiImpl()46 RetCode StreamOperatorVdiImpl::Init() in Init()79 void StreamOperatorVdiImpl::GetStreamSupportType(std::set<int32_t> inputIDSet, in GetStreamSupportType()189 DynamicStreamSwitchMode StreamOperatorVdiImpl::CheckStreamsSupported( in CheckStreamsSupported()302 RetCode StreamOperatorVdiImpl::ReleaseStreams() in ReleaseStreams()394 int32_t StreamOperatorVdiImpl::AttachBufferQueue(int32_t streamId, in AttachBufferQueue()431 int32_t StreamOperatorVdiImpl::DetachBufferQueue(int32_t streamId) in DetachBufferQueue()515 int32_t StreamOperatorVdiImpl::CancelCapture(int32_t captureId) in CancelCapture()626 void StreamOperatorVdiImpl::HandleCallbackMessage(MessageGroup &message) in HandleCallbackMessage()[all …]
72 OHOS::sptr<StreamOperatorVdiImpl> spStreamOperator_;
98 … spStreamOperator_ = std::make_shared<StreamOperatorVdiImpl>(callbackObj, shared_from_this()); in GetStreamOperator()100 … spStreamOperator_ = new(std::nothrow) StreamOperatorVdiImpl(callbackObj, shared_from_this()); in GetStreamOperator()