HomeSort by relevance Sort by last modified time
    Searched defs:pProperties (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderHelper.java 156 Pointer pProperties = (Pointer) id.getFieldValue("properties");
157 if (pProperties.isNotNull()) {
158 Structure propertiesStructure = pProperties.fetchData(blenderContext.getInputStream()).get(0);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 90 VideoEditPropClass_Properties* pProperties = M4OSA_NULL;
169 pProperties = (VideoEditPropClass_Properties*)videoEditOsal_alloc(
174 // (required because of dereferencing of pProperties).
238 pProperties->uiClipDuration = pClipProperties->uiClipDuration;
241 pProperties->FileType = VideoEditClasses_kFileType_Unsupported;
245 pProperties->FileType = fileType;
247 pProperties->VideoStreamType = pClipProperties->VideoStreamType;
248 pProperties->uiClipVideoDuration = pClipProperties->uiClipVideoDuration;
249 pProperties->uiVideoBitrate = pClipProperties->uiVideoBitrate;
250 pProperties->uiVideoWidth = pClipProperties->uiVideoWidth
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 757 t_reverb_settings *pProperties;
809 pProperties = (t_reverb_settings *) pValue;
817 pValue16 = &pProperties->roomLevel;
831 pValue16 = &pProperties->roomHFLevel;
858 pValue32 = (int32_t *)&pProperties->decayTime;
877 pValue16 = &pProperties->decayHFRatio;
920 pValue16 = &pProperties->reflectionsLevel;
930 pValue32 = (int32_t *)&pProperties->reflectionsDelay;
942 pValue16 = &pProperties->reverbLevel;
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 299 t_agc_settings *pProperties = (t_agc_settings *)pValue;
344 pProperties->targetLevel = (int16_t)(agc->target_level_dbfs() * -100);
345 pProperties->compGain = (int16_t)(agc->compression_gain_db() * 100);
346 pProperties->limiterEnabled = (bool)agc->is_limiter_enabled();
360 t_agc_settings *pProperties = (t_agc_settings *)pValue;
378 pProperties->targetLevel,
379 pProperties->compGain,
380 pProperties->limiterEnabled);
381 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
383 status = agc->set_compression_gain_db(pProperties->compGain / 100)
    [all...]

Completed in 1245 milliseconds