Searched defs:indentation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp725 int indentation)
731 "%*c major_brand: %s", indentation, ' ',
734 "%*c minor_version: %08X", indentation, ' ',
737 "%*c nbCompatibleBrands: %u", indentation, ' ',
740 "%*c compatible_brands:", indentation, ' ');
741 indentation += VIDEOEDIT_LOG_INDENTATION;
746 "%*c compatible_brand[%d]: %s", indentation, ' ',
749 indentation -= VIDEOEDIT_LOG_INDENTATION;
754 indentation, ' ');
945 int indentation)
723 videoEditClasses_logFtypBox( M4VIDEOEDITING_FtypBox* pBox, int indentation) argument
943 videoEditClasses_logAlphaMagicSettings( M4xVSS_AlphaMagicSettings* pSettings, int indentation) argument
1103 videoEditClasses_logBackgroundMusicSettings( M4xVSS_BGMSettings* pSettings, int indentation) argument
1144 videoEditClasses_logClipProperties( M4VIDEOEDITING_ClipProperties* pProperties, int indentation) argument
1659 videoEditClasses_logClipSettings( M4VSS3GPP_ClipSettings* pSettings, int indentation) argument
2146 videoEditClasses_logEditSettings( M4VSS3GPP_EditSettings* pSettings, int indentation) argument
2503 videoEditClasses_logEffectSettings( M4VSS3GPP_EffectSettings* pSettings, int indentation) argument
2683 videoEditClasses_logSlideTransitionSettings( M4xVSS_SlideTransitionSettings* pSettings, int indentation) argument
2869 videoEditClasses_logTransitionSettings( M4VSS3GPP_TransitionSettings* pSettings, int indentation) argument
2924 videoEditPropClass_logProperties( VideoEditPropClass_Properties* pProperties, int indentation) argument
3045 videoEditClasses_logVersion( M4_VersionInfo* pVersionInfo, int indentation) argument
[all...]

Completed in 46 milliseconds