Searched refs:m_streamType (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c86 M4SYS_StreamType m_streamType; /* Stores the stream type AMR NB or WB */ member in struct:__anon306
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...]
H A DM4VSS3GPP_Clip.c434 if( ( M4DA_StreamTypeVideoH263 == pStreamHandler->m_streamType)
436 == pStreamHandler->m_streamType)
438 == pStreamHandler->m_streamType) )
443 pStreamHandler->m_streamType);
486 pStreamHandler->m_streamType);
497 == pStreamHandler->m_streamType)
498 || (M4DA_StreamTypeAudioAac == pStreamHandler->m_streamType)
500 == pStreamHandler->m_streamType)
502 == pStreamHandler->m_streamType)
504 == pStreamHandler->m_streamType) )
[all...]
H A DM4VSS3GPP_ClipAnalysis.c396 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 )
H A DM4PTO3GPP_API.c760 != pC->m_pReaderAudioStream->m_basicProperties.m_streamType)
786 == pC->m_pReaderAudioStream->m_basicProperties.m_streamType)
849 != pC->m_pReaderAudioStream->m_basicProperties.m_streamType)
880 pC->m_pReaderAudioStream->m_basicProperties.m_streamType)
1629 switch (pC->m_pReaderAudioStream->m_basicProperties.m_streamType)
1643 pC->m_pReaderAudioStream->m_basicProperties.m_streamType);
H A DM4READER_Amr.c319 pStreamHandler->m_streamType = M4DA_StreamTypeAudioAmrNarrowBand;
322 pStreamHandler->m_streamType = M4DA_StreamTypeAudioAmrWideBand;
H A DM4READER_Pcm.c394 pC->m_pAudioStream->m_streamType = M4DA_StreamTypeAudioPcm;
H A DM4VSS3GPP_AudioMixing.c2000 if( pC->pInputClipCtxt->pVideoStream->m_basicProperties.m_streamType
H A DM4VSS3GPP_EditVideo.c299 if( pC->pC1->pVideoStream->m_basicProperties.m_streamType
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4DA_Types.h83 M4_StreamType m_streamType; /**< Stream type */ member in struct:__anon122
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2541 if( ( M4DA_StreamTypeVideoH263 == pStreamHandler->m_streamType)
2543 == pStreamHandler->m_streamType)
2545 == pStreamHandler->m_streamType) )
2593 pStreamHandler->m_streamType);
2600 == pStreamHandler->m_streamType )
2617 == pStreamHandler->m_streamType)
2618 || (M4DA_StreamTypeAudioAac == pStreamHandler->m_streamType)
2620 == pStreamHandler->m_streamType)
2622 == pStreamHandler->m_streamType) )
2675 input 3gpp clip", pStreamHandler->m_streamType);
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp547 if ((M4DA_StreamTypeAudioAac == pC->mAudioStreamHandler->m_streamType)
687 m_streamType) || (pC->mVideoStreamHandler->\
1098 (pStreamHandler->m_streamType == M4DA_StreamTypeVideoMpeg4Avc) ) {
1817 (*pStreamHandler)->m_streamType = streamType;
1833 if(M4DA_StreamTypeAudioAac == (*pStreamHandler)->m_streamType) {
1861 if(M4DA_StreamTypeAudioAac == (*pStreamHandler)->m_streamType) {
H A DVideoEditorMp3Reader.cpp541 pStreamHandler->m_streamType = M4DA_StreamTypeAudioMp3;
H A DVideoEditorVideoDecoder.cpp950 switch( pStreamHandler->m_streamType ) {
1117 switch( pStreamHandler->m_streamType ) {
H A DVideoEditorAudioDecoder.cpp490 m_basicProperties.m_streamType,M4ERR_PARAMETER);
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c241 switch (pContext->m_pStreamHandler->m_streamType)

Completed in 84 milliseconds