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

  /frameworks/media/libvideoeditor/vss/src/
M4AMRR_CoreReader.c 86 M4SYS_StreamType m_streamType; /* Stores the stream type AMR NB or WB */
258 pStreamContext->m_streamType = M4SYS_kAMR_WB ;
263 pStreamContext->m_streamType = M4SYS_kAMR ;
320 if (( pStreamContext->m_streamType == M4SYS_kAMR ) && ( frameType > 11 ))
325 if (( pStreamContext->m_streamType == M4SYS_kAMR_WB ) && ( frameType > 9 ))
331 pStreamDesc->averageBitrate = M4AMRR_getBitrate(frameType,pStreamContext->m_streamType);
341 pStreamDesc->maxBitrate = (pStreamContext->m_streamType ==
345 pStreamDesc->streamType = pStreamContext->m_streamType;
348 pStreamDesc->timeScale = (pStreamContext->m_streamType == M4SYS_kAMR )?8000:16000;
385 size = M4AMRR_getAuSize(frameType, pStreamContext->m_streamType);
    [all...]
M4VSS3GPP_Clip.c 422 if( ( M4DA_StreamTypeVideoH263 == pStreamHandler->m_streamType)
424 == pStreamHandler->m_streamType)
426 == pStreamHandler->m_streamType) )
431 pStreamHandler->m_streamType);
474 pStreamHandler->m_streamType);
485 == pStreamHandler->m_streamType)
486 || (M4DA_StreamTypeAudioAac == pStreamHandler->m_streamType)
488 == pStreamHandler->m_streamType)
490 == pStreamHandler->m_streamType)
492 == pStreamHandler->m_streamType) )
    [all...]
M4VSS3GPP_ClipAnalysis.c 396 switch( pClipCtxt->pVideoStream->m_basicProperties.m_streamType )
487 pClipCtxt->pVideoStream->m_basicProperties.m_streamType);
534 switch( pClipCtxt->pAudioStream->m_basicProperties.m_streamType )
566 pClipCtxt->pAudioStream->m_basicProperties.m_streamType);
624 == pClipCtxt->pAudioStream->m_basicProperties.m_streamType )
    [all...]
M4PTO3GPP_API.c     [all...]
M4READER_Amr.c 319 pStreamHandler->m_streamType = M4DA_StreamTypeAudioAmrNarrowBand;
322 pStreamHandler->m_streamType = M4DA_StreamTypeAudioAmrWideBand;
M4READER_Pcm.c 394 pC->m_pAudioStream->m_streamType = M4DA_StreamTypeAudioPcm;
M4VSS3GPP_AudioMixing.c     [all...]
M4VSS3GPP_EditVideo.c 297 if( pC->pC1->pVideoStream->m_basicProperties.m_streamType
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4DA_Types.h 83 M4_StreamType m_streamType; /**< Stream type */
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 547 if ((M4DA_StreamTypeAudioAac == pC->mAudioStreamHandler->m_streamType)
687 m_streamType) || (pC->mVideoStreamHandler->\
    [all...]
VideoEditorMp3Reader.cpp 541 pStreamHandler->m_streamType = M4DA_StreamTypeAudioMp3;
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorAudioDecoder.cpp 490 m_basicProperties.m_streamType,M4ERR_PARAMETER);
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 241 switch (pContext->m_pStreamHandler->m_streamType)

Completed in 395 milliseconds