Lines Matching refs:std
64 std::shared_ptr<Player> adapter;
73 std::shared_ptr<StreamSourceSample> streamSample;
74 std::shared_ptr<PlayerCallback> cb;
97 void SetStreamCallback(const std::shared_ptr<StreamCallback> &callback);
103 std::weak_ptr<StreamCallback> m_callBack;
104 std::vector<IdleBuffer> aviableBuffer;
120 void StreamSourceSample::SetStreamCallback(const std::shared_ptr<StreamCallback> &callback)
127 std::shared_ptr<StreamCallback> callback = m_callBack.lock();
136 std::shared_ptr<StreamCallback> callback = m_callBack.lock();
384 sample.cb = std::make_shared<PlayerCallbackImpl>(sample);
400 sample.streamSample = std::make_shared<StreamSourceSample>();
422 std::string uri(sample.filePath);
423 std::map<std::string, std::string> header;
525 sample.adapter = std::make_shared<Player>();
571 sample.adapter = std::make_shared<Player>();
879 sample.adapter = std::make_shared<Player>();