Home
last modified time | relevance | path

Searched refs:OMX_TICKS (Results 1 – 15 of 15) 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.h328 typedef OMX_S64 OMX_TICKS; typedef
330 typedef struct OMX_TICKS struct
334 } OMX_TICKS; argument
DOMX_Core.h448 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
/frameworks/av/include/media/
DIOMX.h180 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
234 OMX_TICKS timestamp;
239 OMX_TICKS timestamp;
/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h118 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
122 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
242 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd);
DOMX.h133 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.h62 OMX_TICKS mTimeStamps[kNumBuffers];
DSoftVPX.cpp158 outHeader->nTimeStamp = *(OMX_TICKS *)mImg->user_priv; in outputBuffers()
/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/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h209 OMX_TICKS mLastTimestamp;
/frameworks/av/media/libstagefright/
DOMXClient.cpp149 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
468 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1243 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
1359 OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp, in emptyBuffer_l()
1401 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyGraphicBuffer()
DOMX.cpp598 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libmedia/
DIOMX.cpp570 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
1187 OMX_TICKS timestamp = data.readInt64(); in onTransact()