/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 75 typedef std::array<std::shared_ptr<Codec2Client>, kNumClients> ClientList; 78 std::shared_ptr<Codec2Client> getClient(size_t index) { in getClient() 79 return Codec2Client::CreateFromService(kClientNames[index]); in getClient() 332 struct Codec2Client::Component::HidlListener : public IComponentListener { 346 std::shared_ptr<Codec2Client::Component> strongComponent = component.lock(); in onWorkDone() 350 if (std::shared_ptr<Codec2Client::Listener> listener = base.lock()) { in onWorkDone() 373 if (std::shared_ptr<Codec2Client::Listener> listener = base.lock()) { in onTripped() 397 std::vector<Codec2Client::Listener::RenderedFrame> rfs; in onFramesRendered() 407 std::shared_ptr<Codec2Client::Component> strongComponent = in onFramesRendered() 437 Codec2Client::Base* Codec2Client::base() const { in base() [all …]
|
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 154 friend struct Codec2Client; 157 struct Codec2Client : public Codec2ConfigurableClient { struct 173 typedef Codec2Client Store; argument 197 static std::shared_ptr<Codec2Client> CreateFromService( argument 206 std::shared_ptr<Codec2Client>* owner = nullptr); 212 std::shared_ptr<Codec2Client>* owner = nullptr); 221 Codec2Client(const sp<Base>& base, std::string instanceName); 231 std::function<c2_status_t(const std::shared_ptr<Codec2Client>&)> predicate); 244 struct Codec2Client::Listener { argument 307 struct Codec2Client::Component : public Codec2Client::Configurable { [all …]
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 50 struct CodecListener : public android::Codec2Client::Listener { 57 const std::weak_ptr<android::Codec2Client::Component>& comp, in onWorkDone() 68 const std::weak_ptr<android::Codec2Client::Component>& comp, in onTripped() 77 const std::weak_ptr<android::Codec2Client::Component>& comp, in onError() 86 const std::weak_ptr<android::Codec2Client::Component>& comp) override { in onDeath() 185 const std::shared_ptr<android::Codec2Client::Component>& component, 195 const std::shared_ptr<android::Codec2Client::Component>& component,
|
D | media_c2_hidl_test_common.cpp | 25 const std::shared_ptr<android::Codec2Client::Component>& component, in testInputBuffer() 82 const std::shared_ptr<android::Codec2Client::Component>& component, in workDone()
|
/hardware/google/av/codec2/hidl/1.0/mts/master/ |
D | MtsHidlC2V1_0TargetMasterTest.cpp | 40 mClient = android::Codec2Client::CreateFromService( in SetUp() 50 std::shared_ptr<android::Codec2Client> mClient; 76 std::shared_ptr<android::Codec2Client::Listener> listener; in TEST_F() 77 std::shared_ptr<android::Codec2Client::Component> component; in TEST_F()
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 143 const std::shared_ptr<Codec2Client> &client, 144 const std::shared_ptr<Codec2Client::Component> &component); 238 std::shared_ptr<Codec2Client::Component> component, 250 std::shared_ptr<Codec2Client::Component> component, 257 const std::shared_ptr<Codec2Client::Component> &component); 321 const std::shared_ptr<Codec2Client::Component> &component,
|
D | CCodec.cpp | 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() [all …]
|
D | CCodec.h | 140 std::shared_ptr<Codec2Client::Component> comp; 165 std::shared_ptr<Codec2Client> mClient; 166 std::shared_ptr<Codec2Client::Listener> mClientListener;
|
D | C2OMXNode.h | 36 explicit C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp); 82 std::weak_ptr<Codec2Client::Component> mComp;
|
D | InputSurfaceWrapper.h | 44 const std::shared_ptr<Codec2Client::Component> &comp) = 0;
|
D | CCodecBufferChannel.h | 81 void setComponent(const std::shared_ptr<Codec2Client::Component> &component); 228 std::shared_ptr<Codec2Client::Component> mComponent; 256 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf;
|
D | Codec2InfoBuilder.cpp | 353 std::vector<Traits> traits = Codec2Client::ListComponents(); in buildMediaCodecList() 367 bool surfaceTest(Codec2Client::CreateInputSurface()); in buildMediaCodecList() 375 std::shared_ptr<Codec2Client::Interface> intf = in buildMediaCodecList() 376 Codec2Client::CreateInterfaceByName(trait.name.c_str()); in buildMediaCodecList()
|
D | C2OMXNode.cpp | 52 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() 215 std::shared_ptr<Codec2Client::Component> comp = mComp.lock(); in emptyBuffer()
|
D | CCodecConfig.cpp | 182 const std::shared_ptr<Codec2Client::Component> &component) { in QueryMediaTypeImpl() 210 bool input, const std::shared_ptr<Codec2Client::Component> &component) { in QueryMediaType() 826 const std::shared_ptr<Codec2Client> &client, in initialize() 827 const std::shared_ptr<Codec2Client::Component> &component) { in initialize() 950 const std::shared_ptr<Codec2Client::Component> &component, in subscribeToConfigUpdate() 975 const std::shared_ptr<Codec2Client::Component> &component) { in queryConfiguration() 1493 std::shared_ptr<Codec2Client::Component> component, in getConfigUpdateFromSdkParams() 1532 std::shared_ptr<Codec2Client::Component> component, in setParameters()
|
D | CCodecBufferChannel.cpp | 1594 const std::shared_ptr<Codec2Client::Component> &component) { in setComponent() 2781 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; in setSurface()
|
/hardware/google/av/codec2/hidl/1.0/mts/component/ |
D | MtsHidlC2V1_0TargetComponentTest.cpp | 42 mClient = android::Codec2Client::CreateFromService( in SetUp() 87 std::shared_ptr<android::Codec2Client> mClient; 88 std::shared_ptr<android::Codec2Client::Listener> mListener; 89 std::shared_ptr<android::Codec2Client::Component> mComponent;
|
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 67 mClient = android::Codec2Client::CreateFromService( in SetUp() 170 std::shared_ptr<android::Codec2Client> mClient; 171 std::shared_ptr<android::Codec2Client::Listener> mListener; 172 std::shared_ptr<android::Codec2Client::Component> mComponent; 181 const std::shared_ptr<android::Codec2Client::Component>& component, in validateComponent() 223 const std::shared_ptr<android::Codec2Client::Component>& component, in setupConfigParam() 263 void encodeNFrames(const std::shared_ptr<android::Codec2Client::Component>& component, in encodeNFrames()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 73 mClient = android::Codec2Client::CreateFromService( in SetUp() 223 std::shared_ptr<android::Codec2Client> mClient; 224 std::shared_ptr<android::Codec2Client::Listener> mListener; 225 std::shared_ptr<android::Codec2Client::Component> mComponent; 234 const std::shared_ptr<android::Codec2Client::Component>& component, in validateComponent() 276 const std::shared_ptr<android::Codec2Client::Component>& component, in setupConfigParam() 293 const std::shared_ptr<android::Codec2Client::Component>& component, in getInputChannelInfo() 389 void decodeNFrames(const std::shared_ptr<android::Codec2Client::Component>& component, in decodeNFrames()
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 66 mClient = android::Codec2Client::CreateFromService( in SetUp() 179 std::shared_ptr<android::Codec2Client> mClient; 180 std::shared_ptr<android::Codec2Client::Listener> mListener; 181 std::shared_ptr<android::Codec2Client::Component> mComponent; 190 const std::shared_ptr<android::Codec2Client::Component>& component, in validateComponent() 246 void encodeNFrames(const std::shared_ptr<android::Codec2Client::Component>& component, in encodeNFrames()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 72 mClient = android::Codec2Client::CreateFromService( in SetUp() 219 std::shared_ptr<android::Codec2Client> mClient; 220 std::shared_ptr<android::Codec2Client::Listener> mListener; 221 std::shared_ptr<android::Codec2Client::Component> mComponent; 230 const std::shared_ptr<android::Codec2Client::Component>& component, in validateComponent() 330 void decodeNFrames(const std::shared_ptr<android::Codec2Client::Component>& component, in decodeNFrames()
|