Searched refs:OMX_TICKS (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/include/media/openmax/ |
D | OMX_Other.h | 134 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
|
D | OMX_Types.h | 328 typedef OMX_S64 OMX_TICKS; typedef 330 typedef struct OMX_TICKS struct 334 } OMX_TICKS; argument
|
D | OMX_Core.h | 448 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
|
/frameworks/av/include/media/ |
D | IOMX.h | 180 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0; 234 OMX_TICKS timestamp; 239 OMX_TICKS timestamp;
|
/frameworks/av/media/libstagefright/include/ |
D | OMXNodeInstance.h | 118 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);
|
D | OMX.h | 133 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd);
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.h | 62 OMX_TICKS mTimeStamps[kNumBuffers];
|
D | SoftVPX.cpp | 158 outHeader->nTimeStamp = *(OMX_TICKS *)mImg->user_priv; in outputBuffers()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.h | 65 KeyedVector<int32_t, OMX_TICKS> mPvToOmxTimeMap;
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.h | 69 OMX_TICKS mCurrentInputTimeStamp;
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 209 OMX_TICKS mLastTimestamp;
|
/frameworks/av/media/libstagefright/ |
D | OMXClient.cpp | 149 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd); 468 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1243 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()
|
D | OMX.cpp | 598 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 570 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer() 1187 OMX_TICKS timestamp = data.readInt64(); in onTransact()
|