OpenMAXBellagio  0.9.3
OMX_TIME_MEDIATIMETYPE Struct Reference

#include <OMX_Other.h>

Data Fields

OMX_U32 nSize
 
OMX_VERSIONTYPE nVersion
 
OMX_U32 nClientPrivate
 
OMX_TIME_UPDATETYPE eUpdateType
 
OMX_TICKS nMediaTimestamp
 
OMX_TICKS nOffset
 
OMX_TICKS nWallTimeAtMediaTime
 
OMX_S32 xScale
 
OMX_TIME_CLOCKSTATE eState
 

Detailed Description

Definition at line 216 of file OMX_Other.h.

Field Documentation

◆ eState

OMX_TIME_CLOCKSTATE OMX_TIME_MEDIATIMETYPE::eState

Definition at line 234 of file OMX_Other.h.

Referenced by omx_video_scheduler_component_ClockPortHandleFunction().

◆ eUpdateType

OMX_TIME_UPDATETYPE OMX_TIME_MEDIATIMETYPE::eUpdateType

◆ nClientPrivate

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().

◆ nMediaTimestamp

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.

◆ nOffset

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().

◆ nSize

OMX_U32 OMX_TIME_MEDIATIMETYPE::nSize

size of the structure in bytes

Definition at line 217 of file OMX_Other.h.

◆ nVersion

OMX_VERSIONTYPE OMX_TIME_MEDIATIMETYPE::nVersion

OMX specification version information

Definition at line 218 of file OMX_Other.h.

◆ nWallTimeAtMediaTime

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.

◆ xScale

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().


The documentation for this struct was generated from the following file:

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo