OpenMAXBellagio
0.9.3
|
#include <OMX_Other.h>
Definition at line 216 of file OMX_Other.h.
OMX_TIME_CLOCKSTATE OMX_TIME_MEDIATIMETYPE::eState |
Definition at line 234 of file OMX_Other.h.
Referenced by omx_video_scheduler_component_ClockPortHandleFunction().
OMX_TIME_UPDATETYPE OMX_TIME_MEDIATIMETYPE::eUpdateType |
Reason for the update
Definition at line 222 of file OMX_Other.h.
Referenced by omx_clocksrc_BufferMgmtFunction(), omx_clocksrc_component_BufferMgmtCallback(), and omx_video_scheduler_component_ClockPortHandleFunction().
OMX_U32 OMX_TIME_MEDIATIMETYPE::nClientPrivate |
Client private data to disabiguate this media time
from others. Copied from the media time request. A value of zero is reserved for time scale updates.
Definition at line 219 of file OMX_Other.h.
Referenced by base_clock_port_Constructor().
OMX_TICKS OMX_TIME_MEDIATIMETYPE::nMediaTimestamp |
Media time requested. If no media time was
requested then this is the current media time.
Definition at line 223 of file OMX_Other.h.
OMX_TICKS OMX_TIME_MEDIATIMETYPE::nOffset |
Amount of wall clock time by which this
request was actually fulfilled early
Definition at line 225 of file OMX_Other.h.
Referenced by base_clock_port_Constructor(), and omx_video_scheduler_component_ClockPortHandleFunction().
OMX_U32 OMX_TIME_MEDIATIMETYPE::nSize |
size of the structure in bytes
Definition at line 217 of file OMX_Other.h.
OMX_VERSIONTYPE OMX_TIME_MEDIATIMETYPE::nVersion |
OMX specification version information
Definition at line 218 of file OMX_Other.h.
OMX_TICKS OMX_TIME_MEDIATIMETYPE::nWallTimeAtMediaTime |
Wall time corresponding to nMediaTimeStamp.
A client may compare this value to current media time obtained from the Clock Component to determine the wall time until the media timestamp is really current.
Definition at line 228 of file OMX_Other.h.
OMX_S32 OMX_TIME_MEDIATIMETYPE::xScale |
Current media time scale in Q16 format.
Definition at line 233 of file OMX_Other.h.
Referenced by base_clock_port_Constructor(), and omx_video_scheduler_component_ClockPortHandleFunction().