Home
last modified time | relevance | path

Searched refs:m_duration (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4DA_Types.h86 M4OSA_Int32 m_duration; /**< Duration of the stream in milli member
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditor3gpReader.cpp869 if (*pTime == (pStreamHandler->m_duration)) { in VideoEditor3gpReader_jump()
1488 ((*pStreamHandler)->m_duration) = in VideoEditor3gpReader_getNextStreamHandler()
1490 pC->mMaxDuration = ((*pStreamHandler)->m_duration); in VideoEditor3gpReader_getNextStreamHandler()
1492 (*pStreamHandler)->m_duration); in VideoEditor3gpReader_getNextStreamHandler()
1822 (*pStreamHandler)->m_duration = (int32_t)(Duration / 1000); in VideoEditor3gpReader_getNextStreamHandler()
1824 pC->mMaxDuration = ((*pStreamHandler)->m_duration); in VideoEditor3gpReader_getNextStreamHandler()
1825 ALOGV("VE str duration duration: %d ", (*pStreamHandler)->m_duration); in VideoEditor3gpReader_getNextStreamHandler()
1932 if (*pTime == (pStreamHandler->m_duration)) { in VideoEditor3gpReader_getPrevRapTime()
DVideoEditorMp3Reader.cpp536 pStreamHandler->m_duration = streamDesc.duration; in VideoEditorMp3Reader_getNextStream()
DVideoEditorAudioDecoder.cpp541 m_basicProperties.m_duration); in VideoEditorAudioDecoder_create()
/frameworks/av/libvideoeditor/vss/src/
DM4READER_Pcm.c251 *((M4OSA_UInt32*)pValue) = pContext->m_pAudioStream->m_duration; in M4READER_PCM_getOption()
384 pC->m_pAudioStream->m_duration = (M4OSA_Int32)fDuration; in M4READER_PCM_getNextStream()
DM4VSS3GPP_ClipAnalysis.c495 (M4OSA_UInt32)pClipCtxt->pVideoStream->m_basicProperties.m_duration; in M4VSS3GPP_intBuildAnalysis()
575 (M4OSA_UInt32)pClipCtxt->pAudioStream->m_basicProperties.m_duration; in M4VSS3GPP_intBuildAnalysis()
DM4VSS3GPP_Clip.c726 pClipCtxt->pVideoStream->m_basicProperties.m_duration); in M4VSS3GPP_intClipOpen()
730 pClipCtxt->pAudioStream->m_basicProperties.m_duration) in M4VSS3GPP_intClipOpen()
734 pClipCtxt->pAudioStream->m_basicProperties.m_duration); in M4VSS3GPP_intClipOpen()
DM4READER_Amr.c305 pStreamHandler->m_duration = streamDesc.duration; in M4READER_AMR_getNextStream()
DM4VSS3GPP_AudioMixing.c299 m_basicProperties.m_duration); in M4VSS3GPP_audioMixingStep()
1377 m_basicProperties.m_duration) ) in M4VSS3GPP_intAudioMixingOpen()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c9547 (M4OSA_UInt32)pC->pReaderVideoStream->m_basicProperties.m_duration; in M4MCS_intGetInputClipProperties()
9756 (M4OSA_UInt32)pC->pReaderAudioStream->m_basicProperties.m_duration; in M4MCS_intGetInputClipProperties()