Lines Matching refs:Codec2Client
136 const std::shared_ptr<Codec2Client::InputSurface> &surface) : in C2InputSurfaceWrapper()
142 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
178 std::shared_ptr<Codec2Client::InputSurface> mSurface;
179 std::shared_ptr<Codec2Client::InputSurfaceConnection> mConnection;
194 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
380 std::shared_ptr<Codec2Client> mClient;
383 Codec2ClientInterfaceWrapper(std::shared_ptr<Codec2Client> client) in Codec2ClientInterfaceWrapper()
446 struct CCodec::ClientListener : public Codec2Client::Listener {
451 const std::weak_ptr<Codec2Client::Component>& component, in onWorkDone()
463 const std::weak_ptr<Codec2Client::Component>& component, in onTripped()
472 const std::weak_ptr<Codec2Client::Component>& component, in onError()
480 const std::weak_ptr<Codec2Client::Component>& component) override { in onDeath()
482 std::shared_ptr<Codec2Client::Component> comp = component.lock(); in onDeath()
597 std::shared_ptr<Codec2Client> client; in allocate()
600 client = Codec2Client::CreateFromService("default", false); in allocate()
607 std::shared_ptr<Codec2Client::Component> comp = in allocate()
608 Codec2Client::CreateComponentByName( in allocate()
665 std::shared_ptr<Codec2Client::Component> comp; in configure()
967 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in createInputSurface()
1050 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
1089 std::shared_ptr<Codec2Client::Component> comp; in start()
1174 std::shared_ptr<Codec2Client::Component> comp; in stop()
1260 std::shared_ptr<Codec2Client::Component> comp; in release()
1317 std::shared_ptr<Codec2Client::Component> comp; in flush()
1385 std::shared_ptr<Codec2Client::Component> comp; in setParameters()
1447 std::shared_ptr<Codec2Client::Component> comp; in signalRequestIDRFrame()
1728 std::shared_ptr<android::Codec2Client::InputSurface> inputSurface = in CreateInputSurface()
1729 android::Codec2Client::CreateInputSurface(); in CreateInputSurface()