/hardware/google/av/codec2/hidl/client/include/codec2/hidl/ |
D | client.h | 167 struct Component; 180 std::shared_ptr<Component>* const component); 203 static std::shared_ptr<Component> CreateComponentByName( 254 const std::weak_ptr<Component>& comp, 260 const std::weak_ptr<Component>& comp, 266 const std::weak_ptr<Component>& comp, 272 const std::weak_ptr<Component>& comp) = 0; 307 struct Codec2Client::Component : public Codec2Client::Configurable { struct 383 Component(const sp<Base>& base); 385 ~Component(); [all …]
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 321 struct Component::Listener : public C2Component::Listener { 323 Listener(const sp<Component>& component) : in Listener() 387 sp<Component> strongComponent = mComponent.promote(); in onWorkDone_nb() 404 wp<Component> mComponent; 409 Component::Component( in Component() function in hardware::google::media::c2::V1_0::utils::Component 427 c2_status_t Component::status() const { in status() 432 Return<Status> Component::queue(const WorkBundle& workBundle) { in queue() 453 Return<void> Component::flush(flush_cb _hidl_cb) { in flush() 484 Return<Status> Component::drain(bool withEos) { in drain() 491 Return<Status> Component::setOutputSurface( in setOutputSurface() [all …]
|
D | ComponentStore.cpp | 165 sp<Component> component; in createComponent() 172 component = new Component(c2component, listener, this, pool); in createComponent() 185 Component::InterfaceKey(component), in createComponent() 296 const Component::LocalId& componentLocalId) { in reportComponentDeath() 304 Component::LocalId it = mComponentRoster.find( in findC2Component() 305 Component::InterfaceKey(component)); in findC2Component()
|
D | Android.bp | 10 "Component.cpp",
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 332 struct Codec2Client::Component::HidlListener : public IComponentListener { 333 std::weak_ptr<Component> component; 346 std::shared_ptr<Codec2Client::Component> strongComponent = component.lock(); in onWorkDone() 407 std::shared_ptr<Codec2Client::Component> strongComponent = in onFramesRendered() 454 std::shared_ptr<Codec2Client::Component>* const component) { in createComponent() 460 sp<Component::HidlListener> hidlListener = new Component::HidlListener(); in createComponent() 473 *component = std::make_shared<Codec2Client::Component>(c); in createComponent() 690 std::shared_ptr<Codec2Client::Component> 695 std::shared_ptr<Component> component; in CreateComponentByName() 795 Codec2Client::Component::Base* Codec2Client::Component::base() const { in base() [all …]
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 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/utils/include/codec2/hidl/1.0/ |
D | Component.h | 69 struct Component : public Configurable<IComponent> { struct 70 Component( 158 void initListener(const sp<Component>& self); argument 160 virtual ~Component() override;
|
D | ComponentStore.h | 104 Component::Roster mComponentRoster; 106 void reportComponentDeath(const Component::LocalId& componentLocalId); 108 friend Component; member
|
/hardware/google/av/media/sfplugin/ |
D | CCodecConfig.h | 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 | 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 | CCodec.cpp | 142 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect() 194 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect() 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() 607 std::shared_ptr<Codec2Client::Component> comp = in allocate() 665 std::shared_ptr<Codec2Client::Component> comp; in configure() 1089 std::shared_ptr<Codec2Client::Component> comp; in start() [all …]
|
D | CCodecBufferChannel.h | 80 void setComponent(const std::shared_ptr<Codec2Client::Component> &component); 227 std::shared_ptr<Codec2Client::Component> mComponent;
|
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 | CCodec.h | 140 std::shared_ptr<Codec2Client::Component> comp;
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentInterface.hal | 22 * Component interface object. This object contains all of the configuration of 32 * Component interfaces have no states.
|
D | IComponentStore.hal | 82 * Component traits. 96 * Component domain. The framework may not recognize `OTHER`. 112 * Component kind. The framework may not recognize `OTHER`.
|
D | IComponent.hal | 144 * - BAD_STATE - Component is not in running state. 168 * - BAD_STATE - Component is not in running state. 240 * - BAD_STATE - Component is not in stopped or tripped state. 268 * - BAD_STATE - Component is not in running state. 299 * - BAD_STATE - Component is in released state.
|
/hardware/google/av/codec2/hidl/1.0/mts/master/ |
D | MtsHidlC2V1_0TargetMasterTest.cpp | 77 std::shared_ptr<android::Codec2Client::Component> component; in TEST_F()
|
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 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 | 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/interfaces/media/c2/1.0/ |
D | IComponentInterface.hal | 22 * Component interface object. This object contains all of the configurations of
|
D | IComponentStore.hal | 84 * Component traits. 102 * Component domain. 112 * Component kind.
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 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()
|