Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h167 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/
DComponent.cpp321 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 …]
DComponentStore.cpp165 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()
DAndroid.bp10 "Component.cpp",
/hardware/google/av/codec2/hidl/client/
Dclient.cpp332 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/
Dmedia_c2_hidl_test_common.h57 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,
Dmedia_c2_hidl_test_common.cpp25 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/
DComponent.h69 struct Component : public Configurable<IComponent> { struct
70 Component(
158 void initListener(const sp<Component>& self); argument
160 virtual ~Component() override;
DComponentStore.h104 Component::Roster mComponentRoster;
106 void reportComponentDeath(const Component::LocalId& componentLocalId);
108 friend Component; member
/hardware/google/av/media/sfplugin/
DCCodecConfig.h144 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,
DC2OMXNode.h36 explicit C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp);
82 std::weak_ptr<Codec2Client::Component> mComp;
DInputSurfaceWrapper.h44 const std::shared_ptr<Codec2Client::Component> &comp) = 0;
DCCodec.cpp142 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 …]
DCCodecBufferChannel.h80 void setComponent(const std::shared_ptr<Codec2Client::Component> &component);
227 std::shared_ptr<Codec2Client::Component> mComponent;
DC2OMXNode.cpp52 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode()
215 std::shared_ptr<Codec2Client::Component> comp = mComp.lock(); in emptyBuffer()
DCCodec.h140 std::shared_ptr<Codec2Client::Component> comp;
/hardware/google/interfaces/media/c2/1.0/
DIComponentInterface.hal22 * Component interface object. This object contains all of the configuration of
32 * Component interfaces have no states.
DIComponentStore.hal82 * Component traits.
96 * Component domain. The framework may not recognize `OTHER`.
112 * Component kind. The framework may not recognize `OTHER`.
DIComponent.hal144 * - 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/
DMtsHidlC2V1_0TargetMasterTest.cpp77 std::shared_ptr<android::Codec2Client::Component> component; in TEST_F()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp172 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()
DMtsHidlC2V1_0TargetAudioDecTest.cpp225 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/
DIComponentInterface.hal22 * Component interface object. This object contains all of the configurations of
DIComponentStore.hal84 * Component traits.
102 * Component domain.
112 * Component kind.
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp181 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()

12