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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.cpp724 int indentation)
730 "%*c major_brand: %s", indentation, ' ',
733 "%*c minor_version: %08X", indentation, ' ',
736 "%*c nbCompatibleBrands: %u", indentation, ' ',
739 "%*c compatible_brands:", indentation, ' ');
740 indentation += VIDEOEDIT_LOG_INDENTATION;
745 "%*c compatible_brand[%d]: %s", indentation, ' ',
748 indentation -= VIDEOEDIT_LOG_INDENTATION;
753 indentation, ' ');
944 int indentation)
722 videoEditClasses_logFtypBox( M4VIDEOEDITING_FtypBox* pBox, int indentation) argument
942 videoEditClasses_logAlphaMagicSettings( M4xVSS_AlphaMagicSettings* pSettings, int indentation) argument
1102 videoEditClasses_logBackgroundMusicSettings( M4xVSS_BGMSettings* pSettings, int indentation) argument
1143 videoEditClasses_logClipProperties( M4VIDEOEDITING_ClipProperties* pProperties, int indentation) argument
1658 videoEditClasses_logClipSettings( M4VSS3GPP_ClipSettings* pSettings, int indentation) argument
2145 videoEditClasses_logEditSettings( M4VSS3GPP_EditSettings* pSettings, int indentation) argument
2502 videoEditClasses_logEffectSettings( M4VSS3GPP_EffectSettings* pSettings, int indentation) argument
2682 videoEditClasses_logSlideTransitionSettings( M4xVSS_SlideTransitionSettings* pSettings, int indentation) argument
2868 videoEditClasses_logTransitionSettings( M4VSS3GPP_TransitionSettings* pSettings, int indentation) argument
2923 videoEditPropClass_logProperties( VideoEditPropClass_Properties* pProperties, int indentation) argument
3044 videoEditClasses_logVersion( M4_VersionInfo* pVersionInfo, int indentation) argument
[all...]

Completed in 226 milliseconds