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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Time.h 43 The result is a M4OSA_Double*/
45 { result = (1000*(M4OSA_Double)time)/((M4OSA_Double)timescale); }
M4OSA_Types.h 50 typedef double M4OSA_Double;
  /frameworks/av/libvideoeditor/vss/common/inc/
M4_Utils.h 33 typedef M4OSA_Double M4_MediaTime;
M4DA_Types.h 191 M4OSA_Double m_CTS; /**< Composition Time Stamp for the Access Unit */
192 M4OSA_Double m_DTS ; /**< Decoded Time Stamp for the Access Unit */
M4WRITER_common.h 133 M4OSA_Double fps; /**< Targetted framerate of the video */
M4ENCODER_common.h 421 M4OSA_Double Cts,
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorVideoDecoder_internal.h 105 M4OSA_Double mFirstInputCts;
106 M4OSA_Double mLastInputCts;
108 M4OSA_Double mFirstRenderedCts;
109 M4OSA_Double mLastRenderedCts;
111 M4OSA_Double mFirstOutputCts;
112 M4OSA_Double mLastOutputCts;
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 371 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
    [all...]
M4PTO3GPP_API.h 97 * M4VIFI_ImagePlane* pImagePlanes, M4OSA_Double* pPictureDuration);
113 M4OSA_Double* pPictureDuration);
M4xVSS_Internal.h 257 M4OSA_Double m_timeDuration;
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_VideoPreProcessing.c 65 M4OSA_Double mtDuration;
M4PCMR_CoreReader.c 228 pStreamDesc->duration = (M4OSA_Time)(((M4OSA_Double)(c->m_decoderConfig.DataLength)\
229 / (M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec))*pStreamDesc->timeScale);
391 (M4OSA_Time)(((M4OSA_Double)c->m_offset/(M4OSA_Double)c->m_decoderConfig.AvgBytesPerSec)\
508 (M4OSA_UInt32)(time * ((M4OSA_Double)(c->m_decoderConfig.AvgBytesPerSec) / 1000));
M4READER_Pcm.c 310 M4OSA_Double fDuration;
572 pAccessUnit->m_CTS = (M4OSA_Double)pAu->CTS;
573 pAccessUnit->m_DTS = (M4OSA_Double)pAu->DTS;
M4AMRR_CoreReader.c 592 M4OSA_Double time_double;
609 M4OSA_Double duration_double;
746 *pObtainCTS = (M4OSA_Time)(time_double - (M4OSA_Double)partSeekTime);
M4xVSS_internal.c 497 M4OSA_Double* pPictureDuration)
737 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage)) / 100;
742 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage)) / 100;
747 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage)) / 100;
752 pC->m_ImageCounter) / (M4OSA_Double)pC->m_NbImage)) / 100;
756 Params.m_inputCoord.m_x = (M4OSA_UInt32)((((M4OSA_Double)pC->m_pDecodedPlane->u_width *
758 (M4OSA_Double)((M4OSA_Double)(pC->m_pPto3GPPparams->PanZoomTopleftXb\
    [all...]
M4xVSS_API.c     [all...]
M4VSS3GPP_EditVideo.c     [all...]
M4VSS3GPP_Clip.c 851 dDecodeTime = (M4OSA_Double)pClipCtxt->iVideoDecCts;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 445 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/av/libvideoeditor/lvpp/
VideoEditorTools.h 117 M4OSA_UInt32 effectDuration, M4OSA_Double *percentageDone);
VideoEditorTools.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 737 M4ENCODER_Context pContext, M4OSA_Double Cts,
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 554 milliseconds