Home
last modified time | relevance | path

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

/third_party/openmax/api/1.1.2/
DOMX_Other.h117 OMX_TICKS nTimestamp; /**< timestamp .*/
184 OMX_TICKS nMediaTimestamp; /**< Media timestamp requested.*/
185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
223 OMX_TICKS nMediaTimestamp; /**< Media time requested. If no media time was
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
228 OMX_TICKS nWallTimeAtMediaTime; /**< Wall time corresponding to nMediaTimeStamp.
277 OMX_TICKS nStartTime; /**< Start time of the media time. */
278 OMX_TICKS nOffset; /**< Time to offset the media time by
DOMX_Types.h284 typedef OMX_S64 OMX_TICKS; typedef
286 typedef struct OMX_TICKS struct
290 } OMX_TICKS; argument
DOMX_Core.h431 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.h56 struct pipe_video_buffer *(*Flush)(vid_dec_PrivateType *priv, OMX_TICKS *timestamp); \
104 OMX_TICKS timestamps[2]; \
105 OMX_TICKS timestamp; \
152 OMX_TICKS timestamps[2];
153 OMX_TICKS timestamp;
Dvid_dec_h264_common.h48 #define OMX_VID_DEC_AVC_TIMESTAMP_INVALID ((OMX_TICKS) -1)
55 OMX_TICKS timestamp;
92 OMX_TICKS *timestamp);
Dvid_dec_h264_common.c78 OMX_TICKS *timestamp) in vid_dec_h264_Flush()
112 OMX_TICKS timestamp = 0; in vid_dec_h264_EndFrame()
1067 OMX_TICKS timestamp; in vid_dec_FrameDecoded_common()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.h60 #define OMX_VID_DEC_TIMESTAMP_INVALID ((OMX_TICKS) -1)
Dvid_dec_mpeg12.c64 static struct pipe_video_buffer *vid_dec_mpeg12_Flush(vid_dec_PrivateType *priv, OMX_TICKS *timesta…
134 static struct pipe_video_buffer *vid_dec_mpeg12_Flush(vid_dec_PrivateType *priv, OMX_TICKS *timesta… in vid_dec_mpeg12_Flush()
Dvid_dec_h265.c85 OMX_TICKS timestamp;
651 OMX_TICKS *timestamp) in vid_dec_h265_Flush()
686 OMX_TICKS timestamp; in vid_dec_h265_EndFrame()
/third_party/ffmpeg/libavcodec/
Domx.c49 static OMX_TICKS to_omx_ticks(int64_t value) in to_omx_ticks()
51 OMX_TICKS s; in to_omx_ticks()
56 static int64_t from_omx_ticks(OMX_TICKS value) in from_omx_ticks()