Searched refs:rgbHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java811 clipSettings.rgbHeight = getScaledHeight();
836 clipSettings.rgbHeight = getScaledHeight();
870 clipSettings.rgbHeight = getScaledHeight();
918 clipSettings.rgbHeight = getScaledHeight();
H A DMediaItem.java716 clipSettings.rgbHeight = 0;
799 clipSettings.rgbHeight = 64;
H A DTransition.java245 transitionSetting.alphaSettings.rgbHeight = transitionAlpha.getRGBFileHeight();
H A DMediaArtistNativeHelper.java938 public int rgbHeight; field in class:MediaArtistNativeHelper.AlphaMagicSettings
1053 public int rgbHeight; field in class:MediaArtistNativeHelper.ClipSettings
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h111 jfieldID rgbHeight; member in struct:__anon1115
H A DVideoEditorClasses.cpp470 VIDEOEDIT_JAVA_FIELD_INIT("rgbHeight", "I" )
544 VIDEOEDIT_JAVA_FIELD_INIT("rgbHeight", "I" ),
892 pSettings->height = (M4OSA_UInt32) pEnv->GetIntField(object, fieldIds.rgbHeight );
902 pEnv->GetIntField(object, fieldIds.rgbHeight ));

Completed in 92 milliseconds