Home | History | Annotate | Download | only in openmax

Lines Matching full:component

43  *  the public interface of a component.  This header file is intended to
44 * be used by both the application and the component.
131 OMX_NotSuspended, /**< component is not suspended */
132 OMX_Suspended, /**< component is suspended */
177 on a component as a resolution to resource conflicts. */
313 /** The OMX_HANDLETYPE structure defines the component handle. The component
314 * handle is used to access all of the component's public methods and also
315 * contains pointers to the component's private data area. The component
316 * handle is initialized by the OMX core (with help from the component)
317 * during the process of loading the component. After the component is
319 * component's public functions (although some may return an error because
339 /** pComponentPrivate is a pointer to the component private data area.
340 This member is allocated and initialized by the component when the
341 component is first loaded. The application should not access this
424 component to determine if tunneling is possible and to setup the
432 The interop profile component MUST support tunneling to another
433 interop profile component with a compatible port parameters.
434 A component may also support proprietary communication.
440 to the component implementation.
443 component will:
448 component will:
451 2. If the ports are compatible, the component should store
457 The component will return from this call within 5 msec.
460 Handle of the component to be accessed. This is the component
463 nPort is used to select the port on the component to be used
466 Handle of the component to tunnel with. This is the component
468 this parameter is 0x0 the component should setup the port for
471 nPortOutput is used indicate the port the component should
475 the component should populate the fields of this structure. When
476 When nPort is an input port the component should review the setup
477 provided by the component with the output port.
540 structure from the application to the component. This is a blocking
541 call. The component will return from this call within 5 msec.
543 Handle of the component to be accessed. This is the component
547 callback information to the component
562 /** ComponentDeInit method is used to deinitialize the component
563 providing a means to free any resources allocated at component
564 initialization. NOTE: After this call the component handle is
567 Handle of the component to be accessed. This is the component