Home
last modified time | relevance | path

Searched refs:M4DA_StreamTypeVideoMpeg4Avc (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4DA_Types.h54 M4DA_StreamTypeVideoMpeg4Avc = 9, /**< MPEG-4 AVC video (h264) */ enumerator
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditor3gpReader.cpp1098 (pStreamHandler->m_streamType == M4DA_StreamTypeVideoMpeg4Avc) ) { in VideoEditor3gpReader_getNextAu()
1457 streamType = M4DA_StreamTypeVideoMpeg4Avc; in VideoEditor3gpReader_getNextStreamHandler()
1570 else if(M4DA_StreamTypeVideoMpeg4Avc == streamType) { in VideoEditor3gpReader_getNextStreamHandler()
DVideoEditorVideoDecoder.cpp770 pDecoder->codec = M4DA_StreamTypeVideoMpeg4Avc; in queryVideoDecoderCapabilities()
965 case M4DA_StreamTypeVideoMpeg4Avc: in VideoEditorVideoDecoder_create()
1132 case M4DA_StreamTypeVideoMpeg4Avc: in VideoEditorVideoSoftwareDecoder_create()
/frameworks/base/media/jni/mediaeditor/
DVideoBrowserMain.c270 case M4DA_StreamTypeVideoMpeg4Avc: in videoBrowserCreate()
DVideoEditorMain.cpp509 codec = M4DA_StreamTypeVideoMpeg4Avc; in checkClipVideoProfileAndLevel()
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_ClipAnalysis.c468 case M4DA_StreamTypeVideoMpeg4Avc: in M4VSS3GPP_intBuildAnalysis()
DM4VSS3GPP_Clip.c437 || (M4DA_StreamTypeVideoMpeg4Avc in M4VSS3GPP_intClipOpen()
649 if( M4DA_StreamTypeVideoMpeg4Avc in M4VSS3GPP_intClipOpen()
DM4VSS3GPP_Codecs.c943 case M4DA_StreamTypeVideoMpeg4Avc: in M4VSS3GPP_setCurrentVideoDecoder()
DM4VSS3GPP_AudioMixing.c2001 == M4DA_StreamTypeVideoMpeg4Avc ) in M4VSS3GPP_intAudioMixingStepVideo()
DM4VSS3GPP_EditVideo.c300 == M4DA_StreamTypeVideoMpeg4Avc ) in M4VSS3GPP_intEditStepVideo()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_Codecs.c838 case M4DA_StreamTypeVideoMpeg4Avc: in M4MCS_setCurrentVideoDecoder()
DM4MCS_API.c2544 || (M4DA_StreamTypeVideoMpeg4Avc in M4MCS_open()
2599 if( M4DA_StreamTypeVideoMpeg4Avc in M4MCS_open()
9436 case M4DA_StreamTypeVideoMpeg4Avc: in M4MCS_intGetInputClipProperties()
10375 ||(M4DA_StreamTypeVideoMpeg4Avc==pStreamHandler->m_streamType)) in M4MCS_open_normalMode()
10377 ||((M4DA_StreamTypeVideoMpeg4Avc==pStreamHandler->m_streamType) in M4MCS_open_normalMode()