Searched defs:m_streamType (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 6 milliseconds