Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp101 struct Component::Listener : public C2Component::Listener {
103 Listener(const sp<Component>& component) : in Listener()
155 sp<Component> strongComponent = mComponent.promote(); in onWorkDone_nb()
172 wp<Component> mComponent;
177 Component::Component( in Component() function in hardware::google::media::c2::V1_0::utils::Component
195 c2_status_t Component::status() const { in status()
200 Return<Status> Component::queue(const WorkBundle& workBundle) { in queue()
213 Return<void> Component::flush(flush_cb _hidl_cb) { in flush()
231 Return<Status> Component::drain(bool withEos) { in drain()
238 Return<Status> Component::setOutputSurface( in setOutputSurface()
[all …]
DComponentStore.cpp164 sp<Component> component; in createComponent()
171 component = new Component(c2component, listener, this, pool); in createComponent()
184 Component::InterfaceKey(component), in createComponent()
294 const Component::LocalId& componentLocalId) { in reportComponentDeath()
302 Component::LocalId it = mComponentRoster.find( in findC2Component()
303 Component::InterfaceKey(component)); in findC2Component()
DAndroid.bp10 "Component.cpp",
/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(
244 const std::weak_ptr<Component>& comp,
248 const std::weak_ptr<Component>& comp,
253 const std::weak_ptr<Component>& comp,
257 const std::weak_ptr<Component>& comp) = 0;
272 struct Codec2Client::Component : public Codec2Client::Configurable { struct
350 Component(const sp<Base>& base);
352 ~Component();
[all …]
/hardware/google/av/codec2/hidl/client/
Dclient.cpp352 std::shared_ptr<Codec2Client::Component>* const component) { in createComponent()
357 std::weak_ptr<Component> component; in createComponent()
369 std::shared_ptr<Codec2Client::Component> strongComponent = component.lock(); in createComponent()
453 *component = std::make_shared<Codec2Client::Component>(c); in createComponent()
665 std::shared_ptr<Codec2Client::Component>
670 std::shared_ptr<Component> component; in CreateComponentByName()
752 Codec2Client::Component::Base* Codec2Client::Component::base() const { in base()
756 Codec2Client::Component::Component(const sp<Codec2Client::Component::Base>& base) : in Component() function in android::Codec2Client::Component
761 Codec2Client::Component::~Component() { in ~Component()
764 c2_status_t Codec2Client::Component::createBlockPool( in createBlockPool()
[all …]
/hardware/intel/common/omx-components/
DAUTHORS1 Smart Sound Technology OMX-IL Component (sst)
4 Poulsbo OMX-IL Component
/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.h138 const std::shared_ptr<Codec2Client::Component> &component);
228 std::shared_ptr<Codec2Client::Component> component,
240 std::shared_ptr<Codec2Client::Component> component,
247 const std::shared_ptr<Codec2Client::Component> &component);
311 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.h39 const std::shared_ptr<Codec2Client::Component> &comp) = 0;
DCCodec.cpp140 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
185 status_t connect(const std::shared_ptr<Codec2Client::Component> &comp) override { in connect()
419 const std::weak_ptr<Codec2Client::Component>& component, in onWorkDone()
430 const std::weak_ptr<Codec2Client::Component>& component, in onTripped()
439 const std::weak_ptr<Codec2Client::Component>& component, in onError()
447 const std::weak_ptr<Codec2Client::Component>& component) override { in onDeath()
449 std::shared_ptr<Codec2Client::Component> comp = component.lock(); in onDeath()
558 std::shared_ptr<Codec2Client::Component> comp = in allocate()
616 std::shared_ptr<Codec2Client::Component> comp; in configure()
970 std::shared_ptr<Codec2Client::Component> comp; in start()
[all …]
DCCodecBufferChannel.h79 void setComponent(const std::shared_ptr<Codec2Client::Component> &component);
197 std::shared_ptr<Codec2Client::Component> mComponent;
DC2OMXNode.cpp52 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode()
206 std::shared_ptr<Codec2Client::Component> comp = mComp.lock(); in emptyBuffer()
DCCodec.h131 std::shared_ptr<Codec2Client::Component> comp;
DCCodecConfig.cpp481 const std::shared_ptr<Codec2Client::Component> &component) { in initialize()
608 const std::shared_ptr<Codec2Client::Component> &component, in subscribeToConfigUpdate()
633 const std::shared_ptr<Codec2Client::Component> &component) { in queryConfiguration()
889 std::shared_ptr<Codec2Client::Component> component, in getConfigUpdateFromSdkParams()
928 std::shared_ptr<Codec2Client::Component> component, in setParameters()
DCCodecBufferChannel.cpp1200 const std::shared_ptr<Codec2Client::Component> &component) { in setComponent()
/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.
Dtypes.hal391 * Component specific frame ordinal - can wrap around.
544 /* Note: Component id is not necessary as tunneling is not supported. */
/hardware/intel/common/wrs_omxil_core/
DAUTHORS4 Component Base Framework (base)
/hardware/interfaces/renderscript/1.0/
DIContext.hal233 * @param compIdx Component number to identify which sub-Element is updated
358 * @param compIdx Component number to identify which sub-Element is updated
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal527 * SCIdS (Service Component Identifier within the Service) value