Home
last modified time | relevance | path

Searched refs:M4OSA_Double (Results 1 – 24 of 24) sorted by relevance

/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorVideoDecoder_internal.h105 M4OSA_Double mFirstInputCts;
106 M4OSA_Double mLastInputCts;
108 M4OSA_Double mFirstRenderedCts;
109 M4OSA_Double mLastRenderedCts;
111 M4OSA_Double mFirstOutputCts;
112 M4OSA_Double mLastOutputCts;
/frameworks/media/libvideoeditor/osal/inc/
DM4OSA_Time.h45 { result = (1000*(M4OSA_Double)time)/((M4OSA_Double)timescale); }
DM4OSA_Types.h50 typedef double M4OSA_Double; typedef
/frameworks/media/libvideoeditor/vss/inc/
DM4VSS3GPP_InternalTypes.h371 M4OSA_Double scale_audio; /**< frequency / 1000.0 */
412 M4OSA_Double dInputVidCts;
414 M4OSA_Double dOutputVidCts;
416 M4OSA_Double dATo;
472 M4OSA_Double scale_audio; /**< frequency / 1000.0 */
553 M4OSA_Double dOutputFrameDuration; /**< [Milliseconds] directly related to
DM4PTO3GPP_API.h113 M4OSA_Double* pPictureDuration);
DM4xVSS_Internal.h257 M4OSA_Double m_timeDuration;
/frameworks/media/libvideoeditor/vss/common/inc/
DM4DA_Types.h191 M4OSA_Double m_CTS; /**< Composition Time Stamp for the Access Unit */
192 M4OSA_Double m_DTS ; /**< Decoded Time Stamp for the Access Unit */
DM4_Utils.h33 typedef M4OSA_Double M4_MediaTime;
DM4WRITER_common.h133 M4OSA_Double fps; /**< Targetted framerate of the video */
DM4ENCODER_common.h421 M4OSA_Double Cts,
/frameworks/media/libvideoeditor/vss/src/
DM4PCMR_CoreReader.c228 pStreamDesc->duration = (M4OSA_Time)(((M4OSA_Double)(c->m_decoderConfig.DataLength)\ in M4PCMR_getNextStream()
229 / (M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec))*pStreamDesc->timeScale); in M4PCMR_getNextStream()
391 (M4OSA_Time)(((M4OSA_Double)c->m_offset/(M4OSA_Double)c->m_decoderConfig.AvgBytesPerSec)\ in M4PCMR_nextAU()
508 (M4OSA_UInt32)(time * ((M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec) / 1000)); in M4PCMR_seek()
DM4PTO3GPP_VideoPreProcessing.c65 M4OSA_Double mtDuration; in M4PTO3GPP_applyVPP()
DM4READER_Pcm.c310 M4OSA_Double fDuration; in M4READER_PCM_getNextStream()
572 pAccessUnit->m_CTS = (M4OSA_Double)pAu->CTS; in M4READER_PCM_getNextAu()
573 pAccessUnit->m_DTS = (M4OSA_Double)pAu->DTS; in M4READER_PCM_getNextAu()
DM4AMRR_CoreReader.c592 M4OSA_Double time_double; in M4AMRR_seek()
609 M4OSA_Double duration_double; in M4AMRR_seek()
746 *pObtainCTS = (M4OSA_Time)(time_double - (M4OSA_Double)partSeekTime); in M4AMRR_seek()
DM4xVSS_internal.c497 M4OSA_Double* pPictureDuration) in M4xVSS_PictureCallbackFct()
756 Params.m_inputCoord.m_x = (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_width * in M4xVSS_PictureCallbackFct()
758 (M4OSA_Double)((M4OSA_Double)(pC->m_pPto3GPPparams->PanZoomTopleftXb\ in M4xVSS_PictureCallbackFct()
760 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage-1)) / 1000)); in M4xVSS_PictureCallbackFct()
762 (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_height * in M4xVSS_PictureCallbackFct()
764 (M4OSA_Double)((M4OSA_Double)(pC->m_pPto3GPPparams->PanZoomTopleftYb\ in M4xVSS_PictureCallbackFct()
766 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage-1)) / 1000)); in M4xVSS_PictureCallbackFct()
769 (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_width * in M4xVSS_PictureCallbackFct()
771 (M4OSA_Double)((M4OSA_Double)(pC->m_pPto3GPPparams->PanZoomXb\ in M4xVSS_PictureCallbackFct()
773 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage-1)) / 1000)); in M4xVSS_PictureCallbackFct()
[all …]
DM4VSS3GPP_EditVideo.c1660 M4OSA_Double VideoEffectTime; in M4VSS3GPP_intApplyVideoOverlay()
1661 M4OSA_Double PercentageDone; in M4VSS3GPP_intApplyVideoOverlay()
1762 M4OSA_Double VideoEffectTime; in M4VSS3GPP_intApplyVideoEffect()
1763 M4OSA_Double PercentageDone; in M4VSS3GPP_intApplyVideoEffect()
2009 iProgress = (M4OSA_Int32)((M4OSA_Double)pC->pC1->iEndTime) - pC->ewc.dInputVidCts + in M4VSS3GPP_intVideoTransition()
2010 ((M4OSA_Double)pC->pC1->iVoffset); in M4VSS3GPP_intVideoTransition()
DM4xVSS_API.c4516 M4OSA_Double ratio; in M4xVSS_SendCommand()
4620 (M4OSA_Double)((M4OSA_Double)(xVSS_context->pSettings->uiClipNumber in M4xVSS_SendCommand()
4621 * 100000) / (M4OSA_Double)(totalDuration)); in M4xVSS_SendCommand()
4624 (M4OSA_Double)((M4OSA_Double)(xVSS_context->pSettings->uiClipNumber in M4xVSS_SendCommand()
4625 * 100000) / (M4OSA_Double)(totalDuration)), in M4xVSS_SendCommand()
DM4VSS3GPP_Clip.c839 dDecodeTime = (M4OSA_Double)pClipCtxt->iVideoDecCts; in M4VSS3GPP_intClipDecodeVideoUpToCts()
/frameworks/media/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalTypes.h445 M4OSA_Double dViDecStartingCts; /**< Video CTS at which the decode/encode will start
447 M4OSA_Double dViDecCurrentCts; /**< Video CTS to decode */
450 M4OSA_Double dCtsIncrement; /**< Cts increment from one video frame to another*/
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.h117 M4OSA_UInt32 effectDuration, M4OSA_Double *percentageDone);
DVideoEditorTools.cpp3070 M4OSA_UInt32 effectDuration, M4OSA_Double *percentageDone) { in computePercentageDone()
3072 M4OSA_Double videoEffectTime =0; in computePercentageDone()
3094 M4OSA_Double percentageDone =0; in computeProgressForVideoEffect()
3278 M4OSA_Double percentageDone =0; in applyEffectsAndRenderingMode()
/frameworks/media/libvideoeditor/vss/3gpwriter/src/
DM4MP4W_Writer.c1405 M4OSA_Double scale_audio; in M4MP4W_newAudioChunk()
1644 M4OSA_Double scale_video; in M4MP4W_newVideoChunk()
1889 M4OSA_Double scale_audio; in M4MP4W_startAU()
1890 M4OSA_Double scale_video; in M4MP4W_startAU()
2096 M4OSA_Double scale_audio = 0.0; in M4MP4W_processAU()
2097 M4OSA_Double scale_video = 0.0; in M4MP4W_processAU()
2754 *(M4OSA_Double)mMp4FileDataPtr->audioTrackPtr->MaxAUSize in M4MP4W_processAU()
2756 / (M4OSA_Double)mMp4FileDataPtr->audioMsChunkDur)); in M4MP4W_processAU()
2760 *(M4OSA_Double)mMp4FileDataPtr->audioTrackPtr->MaxAUSize in M4MP4W_processAU()
2762 / (M4OSA_Double)mMp4FileDataPtr->audioMsChunkDur)); in M4MP4W_processAU()
[all …]
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoEncoder.cpp903 M4ENCODER_Context pContext, M4OSA_Double Cts, in VideoEditorVideoEncoder_processInputBuffer()
1137 M4VIFI_ImagePlane* pInPlane, M4OSA_Double Cts, in VideoEditorVideoEncoder_encode()
/frameworks/media/libvideoeditor/vss/mcs/src/
DM4MCS_API.c5582 pC->dViDecStartingCts = (M4OSA_Double)pC->uiBeginCutTime; in M4MCS_intStepSet()
5687 M4OSA_Double dFrameRate; /**< tmp variable */ in M4MCS_intPrepareVideoEncoder()
7688 pC->dViDecCurrentCts = (M4OSA_Double)(iCts + pC->iVideoBeginDecIncr); in M4MCS_intStepBeginVideoJump()
7723 pC->dViDecCurrentCts += (M4OSA_Double)pC->iVideoBeginDecIncr; in M4MCS_intStepBeginVideoJump()
7786 pC->dViDecCurrentCts += (M4OSA_Double)pC->iVideoBeginDecIncr; in M4MCS_intStepBeginVideoDecode()
7795 pC->dViDecCurrentCts = (M4OSA_Double)pC->dViDecStartingCts; in M4MCS_intStepBeginVideoDecode()