Searched refs:OMX_TICKS (Results 1 – 21 of 21) sorted by relevance
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
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 | 300 typedef OMX_S64 OMX_TICKS; typedef 302 typedef struct OMX_TICKS struct 306 } OMX_TICKS; argument
|
D | OMX_Core.h | 448 OMX_TICKS nTimeStamp; /**< Timestamp corresponding to the sample
|
/external/opencore/codecs_v2/omx/omx_h264/include/ |
D | avc_dec.h | 59 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/ |
D | avc_enc.h | 70 OMX_TICKS aInTimeStamp, 71 OMX_TICKS* aOutTimeStamp, 76 OMX_TICKS aInTimeStamp);
|
D | omx_avcenc_component.h | 84 OMX_TICKS iOutputTimeStamp;
|
/external/opencore/codecs_v2/omx/omx_amrenc/include/ |
D | amr_enc.h | 59 OMX_TICKS aInTimeStamp, 60 OMX_TICKS* aOutTimeStamp);
|
D | omx_amrenc_component.h | 72 OMX_TICKS iCurrentTimestamp;
|
/external/opencore/codecs_v2/omx/omx_m4venc/include/ |
D | mpeg4_enc.h | 82 OMX_TICKS aInTimeStamp, 83 OMX_TICKS* aOutTimeStamp,
|
D | omx_mpeg4enc_component.h | 80 OMX_TICKS iOutputTimeStamp;
|
/external/opencore/codecs_v2/omx/omx_amrenc/src/ |
D | amr_enc.cpp | 194 OMX_TICKS aInTimeStamp, in AmrEncodeFrame() 195 OMX_TICKS* aOutTimeStamp) in AmrEncodeFrame()
|
D | omx_amrenc_component.cpp | 367 OMX_TICKS OutputTimeStamp; in ProcessData()
|
/external/opencore/codecs_v2/omx/omx_amr/include/ |
D | omx_amr_component.h | 80 OMX_TICKS iCurrentTimestamp;
|
/external/opencore/codecs_v2/omx/omx_h264/src/ |
D | avc_dec.cpp | 114 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()
|
D | omx_avc_component.cpp | 541 OMX_TICKS TempTimestamp; in DecodeWithoutMarker()
|
/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | mpeg4_enc.cpp | 48 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/ |
D | avc_enc.cpp | 541 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/ |
D | pv_omxcomponent.h | 509 OMX_TICKS iFrameTimestamp; 521 OMX_TICKS iTimestampOutBufferForPortReconfig;
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
D | omx_mp3_component.cpp | 811 OMX_TICKS CurrTimestamp, TimestampGap; in CheckForSilenceInsertion()
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
D | omx_aac_component.cpp | 852 OMX_TICKS CurrTimestamp, TimestampGap; in CheckForSilenceInsertion()
|
/external/opencore/codecs_v2/omx/omx_amr/src/ |
D | omx_amr_component.cpp | 1125 OMX_TICKS TimestampGap; in CheckForSilenceInsertion()
|