HomeSort by relevance Sort by last modified time
    Searched refs:M4OSA_Time (Results 1 - 22 of 22) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Time.h 18 * @file M4OSA_Time.h
26 /* $Id: M4OSA_Time.h,v 1.2 2007/01/05 13:12:22 thenault Exp $ */
35 typedef signed long long M4OSA_Time;
M4OSA_Clock.h 29 #include "M4OSA_Time.h"
40 M4OSAL_CLOCK_EXPORT_TYPE M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime,
M4OSA_FileCommon.h 31 #include "M4OSA_Time.h"
77 M4OSA_Time time;
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Clock.c 56 M4OSA_ERR M4OSA_clockGetTime(M4OSA_Time* pTime, M4OSA_UInt32 timescale)
87 /* M4OSA_Time is signed, so we need to check the max value*/
93 *pTime = (M4OSA_Time)u32_time;
M4OSA_FileCommon.c 544 pAttribute->creationDate.time = (M4OSA_Time)TheStat.st_ctime;
545 pAttribute->lastAccessDate.time = (M4OSA_Time)TheStat.st_atime;
546 pAttribute->modifiedDate.time = (M4OSA_Time)TheStat.st_mtime;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_AccessUnit.h 31 #include "M4OSA_Time.h"
68 M4OSA_Time CTS; /**< The Composition Time Stamp*/
69 M4OSA_Time DTS; /**< The Decoded Time Stamp*/
M4AMRR_CoreReader.h 35 #include "M4OSA_Time.h"
166 * M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
167 * M4SYS_seekAccessMode seekMode, M4OSA_Time* pObtainCTS);
186 M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
187 M4SYS_SeekAccessMode seekMode, M4OSA_Time* pObtainCTS);
M4PCMR_CoreReader.h 125 M4OSA_ERR M4PCMR_seek(M4OSA_Context context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
126 M4SYS_SeekAccessMode seekAccessMode, M4OSA_Time* pObtainCTS);
M4SYS_Stream.h 31 #include "M4OSA_Time.h"
159 M4OSA_Time duration; /**< The stream duration of this stream. The time unit is the
  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.h 22 #include "M4OSA_Time.h"
56 M4OSA_Time mImagePlayStartTime;
DummyVideoSource.cpp 154 M4OSA_Time currentTimeMs;
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c 49 M4OSA_Time m_maxDuration; /**< duration of the audio stream */
422 *(M4OSA_Time*)pValue = pC->m_maxDuration;
523 M4OSA_Time time64 = 0;
594 M4OSA_Time time64 = (M4OSA_Time)*pTime;
M4PCMR_CoreReader.c 228 pStreamDesc->duration = (M4OSA_Time)(((M4OSA_Double)(c->m_decoderConfig.DataLength)\
391 (M4OSA_Time)(((M4OSA_Double)c->m_offset/(M4OSA_Double)c->m_decoderConfig.AvgBytesPerSec)\
461 M4OSA_Time time, M4SYS_seekAccessMode seekAccessMode,
462 M4OSA_Time* pObtainCTS[])
482 M4OSA_ERR M4PCMR_seek(M4OSA_Context context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
483 M4SYS_SeekAccessMode seekAccessMode, M4OSA_Time* pObtainCTS)
M4PTO3GPP_API.c 105 M4OSA_Time mtIncCts);
110 M4OSA_Time mtIncCts);
608 M4OSA_Time mtIncCts;
    [all...]
M4READER_Pcm.c 470 M4OSA_Time time64 = 0;
608 M4OSA_Time time64;
615 time64 = (M4OSA_Time)*pTime;
M4AMRR_CoreReader.c 579 M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
580 M4SYS_SeekAccessMode seekMode, M4OSA_Time* pObtainCTS)
746 *pObtainCTS = (M4OSA_Time)(time_double - (M4OSA_Double)partSeekTime);
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditAudio.c 236 M4OSA_Time
    [all...]
M4VSS3GPP_EditVideo.c 293 pC->ewc.WriterVideoAU.CTS = (M4OSA_Time)pC->pC1->VideoAU.m_CTS +
294 (M4OSA_Time)pC->pC1->iVoffset;
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 66 M4OSA_Time mMaxDuration;
69 M4OSA_Time mSeekTime;
279 *(M4OSA_Time*)pValue = pReaderContext->mMaxDuration;
374 M4OSA_Time time64 = (M4OSA_Time)*pTime;
486 streamDesc.duration = (M4OSA_Time)Duration/1000;
621 M4OSA_Time time64 = 0;
VideoEditor3gpReader.cpp 95 M4OSA_Time mMaxDuration;
102 M4OSA_Time mAudioSeekTime;
104 M4OSA_Time mVideoSeekTime;
649 *(M4OSA_Time*)pValue = pC->mMaxDuration;
858 M4OSA_Time time64;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 1773 milliseconds