/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/media/libmedia/include/media/ |
D | IOMX.h | 174 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/ |
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 | 663 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()
|
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 | 927 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()
|
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 | 391 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 313 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/ |
D | OMXNodeInstance.cpp | 1816 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 ×tamp = msg.u.extended_buffer_data.timestamp; in codecBufferFilled()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 205 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 202 OMX_U32 flags, OMX_TICKS timestamp, int fenceFd) { in emptyBuffer()
|