Home
last modified time | relevance | path

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

/external/opencore/extern_libs_v2/khronos/openmax/include/
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.h300 typedef OMX_S64 OMX_TICKS; typedef
302 typedef struct OMX_TICKS struct
306 } OMX_TICKS; argument
DOMX_Core.h448 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
/external/opencore/codecs_v2/omx/omx_h264/include/
Davc_dec.h59 oscl_memset(DisplayTimestampArray, 0, sizeof(OMX_TICKS)*AVC_DEC_TIMESTAMP_ARRAY_SIZE); in AvcDecoder_OMX()
69 OMX_TICKS DisplayTimestampArray[AVC_DEC_TIMESTAMP_ARRAY_SIZE];
70 OMX_TICKS CurrInputTimestamp;
80 OMX_TICKS* aOutTimestamp,
87 …OMX_BOOL FlushOutput_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, OMX_TICKS* aOutTimestamp, OMX…
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Davc_enc.h70 OMX_TICKS aInTimeStamp,
71 OMX_TICKS* aOutTimeStamp,
76 OMX_TICKS aInTimeStamp);
Domx_avcenc_component.h84 OMX_TICKS iOutputTimeStamp;
/external/opencore/codecs_v2/omx/omx_amrenc/include/
Damr_enc.h59 OMX_TICKS aInTimeStamp,
60 OMX_TICKS* aOutTimeStamp);
Domx_amrenc_component.h72 OMX_TICKS iCurrentTimestamp;
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Dmpeg4_enc.h82 OMX_TICKS aInTimeStamp,
83 OMX_TICKS* aOutTimeStamp,
Domx_mpeg4enc_component.h80 OMX_TICKS iOutputTimeStamp;
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Damr_enc.cpp194 OMX_TICKS aInTimeStamp, in AmrEncodeFrame()
195 OMX_TICKS* aOutTimeStamp) in AmrEncodeFrame()
Domx_amrenc_component.cpp367 OMX_TICKS OutputTimeStamp; in ProcessData()
/external/opencore/codecs_v2/omx/omx_amr/include/
Domx_amr_component.h80 OMX_TICKS iCurrentTimestamp;
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp114 OMX_BOOL AvcDecoder_OMX::FlushOutput_OMX(OMX_U8* aOutBuffer, OMX_U32* aOutputLength, OMX_TICKS* aOu… in FlushOutput_OMX()
171 OMX_S32* iFrameCount, OMX_BOOL aMarkerFlag, OMX_TICKS* aOutTimestamp, OMX_BOOL *aResizeFlag) in AvcDecodeVideo_OMX()
Domx_avc_component.cpp541 OMX_TICKS TempTimestamp; in DecodeWithoutMarker()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp48 OMX_TICKS test_var = 0x80000000; in Mpeg4Encoder_OMX()
655 OMX_TICKS aInTimeStamp, in Mp4EncodeVideo()
656 OMX_TICKS* aOutTimeStamp, in Mp4EncodeVideo()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp541 OMX_TICKS aInTimeStamp) in AvcEncodeSendInput()
643 OMX_TICKS aInTimeStamp, in AvcEncodeVideo()
644 OMX_TICKS* aOutTimeStamp, in AvcEncodeVideo()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h509 OMX_TICKS iFrameTimestamp;
521 OMX_TICKS iTimestampOutBufferForPortReconfig;
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp811 OMX_TICKS CurrTimestamp, TimestampGap; in CheckForSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp852 OMX_TICKS CurrTimestamp, TimestampGap; in CheckForSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp1125 OMX_TICKS TimestampGap; in CheckForSilenceInsertion()