HomeSort by relevance Sort by last modified time
    Searched refs:VideoStreamType (Results 1 - 13 of 13) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_ClipAnalysis.c 368 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 )
    [all...]
M4VSS3GPP_Edit.c 186 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
328 pClipSettings->ClipProperties.VideoStreamType = M4VIDEOEDITING_kNoneVideo;
    [all...]
M4xVSS_API.c 361 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 == M4VIDEOEDITING_kH264)
    [all...]
M4VSS3GPP_AudioMixing.c 178 pC->ewc.VideoStreamType = M4SYS_kVideoUnknown;
    [all...]
M4VSS3GPP_EditVideo.c     [all...]
M4xVSS_internal.c     [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4_VideoEditingCommon.h 275 M4VIDEOEDITING_VideoFormat VideoStreamType; /**< Format of the video stream */
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 245 pProperties->VideoStreamType = pClipProperties->VideoStreamType;
275 pProperties->VideoStreamType = M4VIDEOEDITING_kNoneVideo;
VideoEditorClasses.h 133 M4VIDEOEDITING_VideoFormat VideoStreamType;
VideoEditorClasses.cpp     [all...]
VideoEditorMain.cpp 332 pSettings->ClipProperties.VideoStreamType =
334 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 422 M4SYS_StreamType VideoStreamType; /**< Output video codec */
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 168 milliseconds