Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/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/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h91 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1);
219 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
223 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
227 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
231 OMX_U32 flags, OMX_TICKS timestamp, intptr_t debugAddr, int fenceFd);
307 int64_t getCodecTimestamp(OMX_TICKS timestamp);
/frameworks/av/media/libmedia/include/media/
DIOMX.h174 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
214 OMX_TICKS timestamp;
219 OMX_TICKS timestamp;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h65 KeyedVector<int32_t, OMX_TICKS> mPvToOmxTimeMap;
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.h67 OMX_TICKS mTimeStamp;
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.h68 OMX_TICKS mCurrentInputTimeStamp;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DConversion.h663 inline uint64_t toRawTicks(OMX_TICKS l) { in toRawTicks()
679 inline OMX_TICKS toOMXTicks(uint64_t t) { in toOMXTicks()
681 return static_cast<OMX_TICKS>(t); in toOMXTicks()
683 return OMX_TICKS{ in toOMXTicks()
DWOmxNode.h101 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) override;
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h236 OMX_TICKS mLastTimestamp;
/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h927 inline uint64_t toRawTicks(OMX_TICKS l) { in toRawTicks()
943 inline OMX_TICKS toOMXTicks(uint64_t t) { in toOMXTicks()
945 return static_cast<OMX_TICKS>(t); in toOMXTicks()
947 return OMX_TICKS{ in toOMXTicks()
DWOmxNode.h100 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) override;
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.h73 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) override;
DC2OMXNode.cpp391 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libmedia/
DIOMX.cpp313 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
464 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) { in emptyBuffer()
771 OMX_TICKS timestamp = data.readInt64(); in onTransact()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1816 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
1846 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer_l()
1955 OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp, in emptyBuffer_l()
1997 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyGraphicBuffer_l()
2038 int64_t OMXNodeInstance::getCodecTimestamp(OMX_TICKS timestamp) { in getCodecTimestamp()
2085 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyNativeHandleBuffer_l()
2114 OMX_TICKS &timestamp = msg.u.extended_buffer_data.timestamp; in codecBufferFilled()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp205 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp202 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()