Searched refs:M4_MediaTime (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4PTO3GPP_InternalTypes.h176 M4_MediaTime m_dLastVideoRegulCts; /**< Last time (CTS) the video bitrate
178 M4_MediaTime m_mtCts; /**< Current video cts */
179 M4_MediaTime m_mtNextCts; /**< Next video CTS to transcode */
180 M4_MediaTime m_mtAudioCts; /**< Current audio cts */
181 M4_MediaTime m_AudioOffSet; /**< Audio Offset to add to the cts in loop mode*/
182 M4_MediaTime m_PrevAudioCts; /**< Previous audio cts for AAC looping */
183 M4_MediaTime m_DeltaAudioCts; /**< Delta audio cts for AAC looping */
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_Utils.h30 /* M4_MediaTime definition
33 typedef M4OSA_Double M4_MediaTime; typedef
H A DM4DECODER_Common.h346 typedef M4OSA_ERR (M4DECODER_decode_fct) (M4OSA_Context context, M4_MediaTime* pTime,
367 typedef M4OSA_ERR (M4DECODER_render_fct) (M4OSA_Context context, M4_MediaTime* pTime,
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h95 M4_MediaTime m_lastDecodedCTS;
96 M4_MediaTime m_lastRenderCts;
119 M4_MediaTime mFrameIntervalMs;
H A DVideoEditorBuffer.h58 M4_MediaTime buffCTS; /**< Time stamp of the buffer */
/frameworks/av/libvideoeditor/vss/src/
H A DM4DECODER_Null.c297 M4_MediaTime* pTime, M4OSA_Bool bJump,
323 M4OSA_ERR M4DECODER_NULL_render(M4OSA_Context context, M4_MediaTime* pTime,
H A DM4READER_Amr.c667 M4_MediaTime timeScale;
710 pAccessUnit->m_CTS = (M4_MediaTime)pAu->CTS/*/timeScale*/;
711 pAccessUnit->m_DTS = (M4_MediaTime)pAu->DTS/*/timeScale*/;
H A DM4VSS3GPP_Clip.c797 M4_MediaTime dDecodeTime;
H A DM4VSS3GPP_EditVideo.c104 M4_MediaTime ts,
1066 M4_MediaTime ts;
3542 M4_MediaTime ts,
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorBuffer.c249 M4_MediaTime candidateTimeStamp = (M4_MediaTime)0x7ffffff;
H A DVideoEditorVideoDecoder.cpp1338 M4_MediaTime* pTime, M4OSA_Bool bJump, M4OSA_UInt32 tolerance) {
1433 pDecShellContext->m_lastDecodedCTS = (M4_MediaTime)(lFrameTime/1000);
1435 (M4_MediaTime)lFrameTime, pDecoderBuffer->size() );
1576 M4_MediaTime* pTime, M4VIFI_ImagePlane* pOutputPlane,
1586 M4_MediaTime candidateTimeStamp = -1;
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c450 M4_MediaTime timeMS = 0;
480 timeMS = (M4_MediaTime)targetTime;
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_VideoPreProcessing.c81 M4_MediaTime mtCts = pC->dViDecCurrentCts;
H A DM4MCS_API.c7750 M4_MediaTime dDecTarget;
9275 M4_MediaTime mtTranscodedTime = 0.0;

Completed in 166 milliseconds