Lines Matching full:component
100 /* Structure representing the seekmode of the component */
108 * on the Clock Component (CC):
117 * OMX_IndexConfigTimeClientStartTime: a Clock Component client sends
118 * this structure to the Clock Component via a SetConfig on its
125 * OMX_IndexConfigTimePosition: IL client querying component position
126 * (GetConfig) or commanding a component to seek to the given location
169 /** Structure representing a media time request to the clock component.
171 * A client component sends this structure to the Clock Component via a SetConfig
172 * on its client port to specify a media timestamp the Clock Component
173 * should emit. The Clock Component should fulfill the request by sending a
183 * A client component may uses these requests and the OMX_TIME_MEDIATIMETYPE to
187 * is a little early). When the clock component passes the resulting OMX_TIME_MEDIATIMETYPE
188 * structure back to the client component, the client may perform operation O (perhaps having
206 /**< Structure sent from the clock component client either when fulfilling
209 * In the former case the Clock Component fills this structure and times its emission
210 * to a client component (via the client port) according to the corresponding media
211 * time request sent by the client. The Clock Component should time the emission to occur
212 * when the requested timestamp matches the Clock Component's media time but also the
215 * Upon scale changes the clock component clears the nClientPrivate data, sends the current
218 * alter processing to accomodate scaling. For instance a video component might skip inter-frames
219 * in the case of extreme fastforward. Likewise an audio component might add or remove samples
230 * from the cloc component and subtracting it from nWallTimeAtMedia.
247 * media time obtained from the Clock Component to determine
256 * component, other components see scale changes via OMX_TIME_MEDIATIMETYPE buffers sent via
257 * the clock component client ports. Upon recieving this config the clock component changes
279 * media clock of the clock component. Applicable only to clock
280 * component.
284 * OMX_TIME_ClockStateWaitingForStartTime the Clock Component ignores
287 * OMX_IndexConfigTimeClientStartTime). The Clock Component then starts
304 * clock component's active reference clock */
331 * necessary for the compliant component to setup an input or an output other