/frameworks/native/headers/media_plugin/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/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OMXNodeInstance.h | 91 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/ |
D | IOMX.h | 166 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) = 0; 206 OMX_TICKS timestamp; 211 OMX_TICKS timestamp;
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 166 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/ |
D | SoftMPEG4.h | 65 KeyedVector<int32_t, OMX_TICKS> mPvToOmxTimeMap;
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.h | 67 OMX_TICKS mTimeStamp;
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.h | 68 OMX_TICKS mCurrentInputTimeStamp;
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | Conversion.h | 664 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()
|
D | WOmxNode.h | 101 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) override;
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 236 OMX_TICKS mLastTimestamp;
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 928 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()
|
D | WOmxNode.h | 100 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd = -1) override;
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.h | 73 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) override;
|
D | C2OMXNode.cpp | 331 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 314 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/ |
D | OMXNodeInstance.cpp | 1727 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 ×tamp = msg.u.extended_buffer_data.timestamp; in codecBufferFilled()
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 202 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 205 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|