Home
last modified time | relevance | path

Searched refs:OMX_TICKS (Results 1 – 20 of 20) 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/include/media/
DIOMX.h166 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
206 OMX_TICKS timestamp;
211 OMX_TICKS timestamp;
/frameworks/av/media/libmedia/include/media/
DIOMX.h166 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0;
206 OMX_TICKS timestamp;
211 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.h664 inline uint64_t toRawTicks(OMX_TICKS l) { in toRawTicks()
680 inline OMX_TICKS toOMXTicks(uint64_t t) { in toOMXTicks()
682 return static_cast<OMX_TICKS>(t); in toOMXTicks()
684 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.h928 inline uint64_t toRawTicks(OMX_TICKS l) { in toRawTicks()
944 inline OMX_TICKS toOMXTicks(uint64_t t) { in toOMXTicks()
946 return static_cast<OMX_TICKS>(t); in toOMXTicks()
948 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.cpp331 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libmedia/
DIOMX.cpp314 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
465 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) { in emptyBuffer()
772 OMX_TICKS timestamp = data.readInt64(); in onTransact()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1727 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
1757 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer_l()
1866 OMX_BUFFERHEADERTYPE *header, OMX_U32 flags, OMX_TICKS timestamp, in emptyBuffer_l()
1908 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyGraphicBuffer_l()
1949 int64_t OMXNodeInstance::getCodecTimestamp(OMX_TICKS timestamp) { in getCodecTimestamp()
1996 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyNativeHandleBuffer_l()
2025 OMX_TICKS &timestamp = msg.u.extended_buffer_data.timestamp; in codecBufferFilled()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp202 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp205 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()