Home
last modified time | relevance | path

Searched refs:OMX_TICKS (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_Other.h134 OMX_TICKS nTimestamp; /**< timestamp .*/
201 OMX_TICKS nMediaTimestamp; /**< Media timestamp requested.*/
202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
240 OMX_TICKS nMediaTimestamp; /**< Media time requested. If no media time was
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
245 OMX_TICKS nWallTimeAtMediaTime; /**< Wall time corresponding to nMediaTimeStamp.
294 OMX_TICKS nStartTime; /**< Start time of the media time. */
295 OMX_TICKS nOffset; /**< Time to offset the media time by
DOMX_Types.h322 typedef OMX_S64 OMX_TICKS; typedef
324 typedef struct OMX_TICKS struct
328 } OMX_TICKS; argument
DOMX_Core.h448 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h101 OMX_U32 flags, OMX_TICKS timestamp);
106 OMX_U32 flags, OMX_TICKS timestamp);
203 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr);
DOMX.h117 OMX_U32 flags, OMX_TICKS timestamp);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h65 KeyedVector<int32_t, OMX_TICKS> mPvToOmxTimeMap;
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.h69 OMX_TICKS mCurrentInputTimeStamp;
/frameworks/av/include/media/
DIOMX.h139 OMX_U32 flags, OMX_TICKS timestamp) = 0;
190 OMX_TICKS timestamp;
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h209 OMX_TICKS mLastTimestamp;
/frameworks/av/media/libstagefright/
DOMXClient.cpp126 OMX_U32 flags, OMX_TICKS timestamp);
374 OMX_U32 flags, OMX_TICKS timestamp) { in emptyBuffer()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp979 OMX_U32 flags, OMX_TICKS timestamp) { in emptyBuffer()
1018 OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr) { in emptyBuffer_l()
1053 OMX_U32 flags, OMX_TICKS timestamp) { in emptyDirectBuffer()
DOMX.cpp411 OMX_U32 flags, OMX_TICKS timestamp) { in emptyBuffer()
/frameworks/av/media/libmedia/
DIOMX.cpp462 OMX_U32 flags, OMX_TICKS timestamp) { in emptyBuffer()
921 OMX_TICKS timestamp = data.readInt64(); in onTransact()