Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:lowVolume

509     VIDEOEDIT_JAVA_FIELD_INIT("lowVolume",         "I"             ),
1053 pSettings->lowVolume =
1054 (M4OSA_Float)(((M4OSA_Float)pEnv->GetIntField(object, fieldIds.lowVolume)));
1128 VIDEOEDIT_LOG_SETTING(ANDROID_LOG_INFO, "VIDEO_EDITOR_CLASSES", "%*c lowVolume: %2.2f ",\
1129 indentation, ' ', (float)pSettings->lowVolume);