Home
last modified time | relevance | path

Searched refs:M4DA_StreamTypeAudioAmrNarrowBand (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4DA_Types.h47 M4DA_StreamTypeAudioAmrNarrowBand = 2, /**< Amr narrow band audio */ enumerator
/frameworks/av/libvideoeditor/vss/src/
DM4PTO3GPP_API.c759 if (M4DA_StreamTypeAudioAmrNarrowBand in M4PTO3GPP_Step()
785 if (M4DA_StreamTypeAudioAmrNarrowBand in M4PTO3GPP_Step()
848 if (M4DA_StreamTypeAudioAmrNarrowBand in M4PTO3GPP_Step()
879 if (M4DA_StreamTypeAudioAmrNarrowBand == in M4PTO3GPP_Step()
1631 case M4DA_StreamTypeAudioAmrNarrowBand: in M4PTO3GPP_Ready4Processing()
DM4READER_Amr.c319 pStreamHandler->m_streamType = M4DA_StreamTypeAudioAmrNarrowBand; in M4READER_AMR_getNextStream()
DM4VSS3GPP_ClipAnalysis.c536 case M4DA_StreamTypeAudioAmrNarrowBand: in M4VSS3GPP_intBuildAnalysis()
DM4VSS3GPP_Clip.c496 if( ( M4DA_StreamTypeAudioAmrNarrowBand in M4VSS3GPP_intClipOpen()
1293 if( M4DA_StreamTypeAudioAmrNarrowBand == audiotype ) { in M4VSS3GPP_intClipPrepareAudioDecoder()
DM4VSS3GPP_Codecs.c998 case M4DA_StreamTypeAudioAmrNarrowBand: in M4VSS3GPP_setCurrentAudioDecoder()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_Codecs.c883 case M4DA_StreamTypeAudioAmrNarrowBand: in M4MCS_setCurrentAudioDecoder()
DM4MCS_API.c2616 if( ( M4DA_StreamTypeAudioAmrNarrowBand in M4MCS_open()
7181 if( ( M4DA_StreamTypeAudioAmrNarrowBand in M4MCS_intPrepareAudioBeginCut()
7224 case M4DA_StreamTypeAudioAmrNarrowBand: in M4MCS_intPrepareAudioBeginCut()
9574 case M4DA_StreamTypeAudioAmrNarrowBand: in M4MCS_intGetInputClipProperties()
10431 if ((M4DA_StreamTypeAudioAmrNarrowBand==pStreamHandler->m_streamType) || in M4MCS_open_normalMode()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditor3gpReader.cpp1665 streamType = M4DA_StreamTypeAudioAmrNarrowBand; in VideoEditor3gpReader_getNextStreamHandler()
1708 if((M4DA_StreamTypeAudioAmrNarrowBand == streamType) || in VideoEditor3gpReader_getNextStreamHandler()