Searched refs:VideoStreamType (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_ClipAnalysis.c368 pClipProperties->VideoStreamType = M4VIDEOEDITING_kNoneVideo;
400 pClipProperties->VideoStreamType = M4VIDEOEDITING_kMPEG4;
452 pClipProperties->VideoStreamType = M4VIDEOEDITING_kH263;
470 pClipProperties->VideoStreamType = M4VIDEOEDITING_kH264;
715 != pClipProperties->VideoStreamType ) /**< if there is a video stream */
718 switch( pClipProperties->VideoStreamType )
H A DM4VSS3GPP_Edit.c186 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
328 pClipSettings->ClipProperties.VideoStreamType = M4VIDEOEDITING_kNoneVideo;
969 pC->ewc.VideoStreamType = M4SYS_kH263;
972 pC->ewc.VideoStreamType = M4SYS_kMPEG_4;
975 pC->ewc.VideoStreamType = M4SYS_kH264;
978 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
1058 if ((pC->pClipList[i].ClipProperties.VideoStreamType !=
1064 (pC->pClipList[i].ClipProperties.VideoStreamType ==
1066 (pC->pClipList[i].ClipProperties.VideoStreamType ==
1174 if( M4SYS_kMPEG_4 == pC->ewc.VideoStreamType )
[all...]
H A DM4xVSS_API.c361 if( fileProperties.VideoStreamType == M4VIDEOEDITING_kH263 )
365 else if( ( fileProperties.VideoStreamType
367 || (fileProperties.VideoStreamType == M4VIDEOEDITING_kH264) )
375 if( ( fileProperties.VideoStreamType == M4VIDEOEDITING_kMPEG4) \
376 || (fileProperties.VideoStreamType == M4VIDEOEDITING_kH264) )
384 if( fileProperties.VideoStreamType == M4VIDEOEDITING_kH263 )
388 else if( ( fileProperties.VideoStreamType
390 || (fileProperties.VideoStreamType == M4VIDEOEDITING_kH264) )
398 if( ( fileProperties.VideoStreamType == M4VIDEOEDITING_kMPEG4) \
399 || (fileProperties.VideoStreamType
[all...]
H A DM4VSS3GPP_AudioMixing.c178 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
931 switch( pC->pInputClipCtxt->pSettings->ClipProperties.VideoStreamType )
934 pC->ewc.VideoStreamType = M4SYS_kH263;
938 pC->ewc.VideoStreamType = M4SYS_kMPEG_4;
942 pC->ewc.VideoStreamType = M4SYS_kH264;
946 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
951 if( M4SYS_kH264 == pC->ewc.VideoStreamType )
1032 pC->ewc.VideoStreamType);
3893 pC->ewc.VideoStreamType);
3929 switch( pC->ewc.VideoStreamType )
[all...]
H A DM4VSS3GPP_EditVideo.c815 if(pC->pC1->pSettings->ClipProperties.VideoStreamType == M4VIDEOEDITING_kH264) {
2415 pC->pC1->pSettings->ClipProperties.VideoStreamType) {
2480 pC->ewc.VideoStreamType);
2530 switch ( pC->ewc.VideoStreamType )
2582 pC->ewc.VideoStreamType);
H A DM4xVSS_internal.c3584 if(fileProperties.VideoStreamType == M4VIDEOEDITING_kMPEG4)
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4_VideoEditingCommon.h275 M4VIDEOEDITING_VideoFormat VideoStreamType; /**< Format of the video stream */ member in struct:__anon212
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp245 pProperties->VideoStreamType = pClipProperties->VideoStreamType;
275 pProperties->VideoStreamType = M4VIDEOEDITING_kNoneVideo;
H A DVideoEditorClasses.h133 M4VIDEOEDITING_VideoFormat VideoStreamType; member in struct:__anon10
H A DVideoEditorClasses.cpp1167 "%*c VideoStreamType: %s", indentation, ' ',
1168 videoEditJava_getVideoFormatString(pProperties->VideoStreamType));
1572 videoEditJava_getVideoFormatCToJava(pProperties->VideoStreamType));
2938 "%*c VideoStreamType: %s", indentation, ' ',
2939 videoEditJava_getVideoFormatString(pProperties->VideoStreamType));
H A DVideoEditorMain.cpp332 pSettings->ClipProperties.VideoStreamType =
334 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h422 M4SYS_StreamType VideoStreamType; /**< Output video codec */ member in struct:__anon261
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3711 && (pC->InputFileProperties.VideoStreamType
3719 pC->InputFileProperties.VideoStreamType);
5441 if( ( pC->InputFileProperties.VideoStreamType == M4VIDEOEDITING_kH264)
5460 && (pC->InputFileProperties.VideoStreamType == M4VIDEOEDITING_kH264)
5646 if( M4VIDEOEDITING_kH264 == pC->InputFileProperties.VideoStreamType )
5710 switch( pC->InputFileProperties.VideoStreamType )
5727 pC->InputFileProperties.VideoStreamType);
5885 // && (M4VIDEOEDITING_kH264 == pC->InputFileProperties.VideoStreamType))
6646 switch( pC->InputFileProperties.VideoStreamType )
9389 pC->InputFileProperties.VideoStreamType
[all...]

Completed in 8709 milliseconds