OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_streamType
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/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
434
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
...]
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
299
if( pC->pC1->pVideoStream->m_basicProperties.
m_streamType
[
all
...]
/frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h
83
M4_StreamType
m_streamType
; /**< Stream type */
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
[
all
...]
/frameworks/av/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 54 milliseconds