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

  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 88 VideoEditPropClass_Properties* pProperties = M4OSA_NULL;
167 pProperties = (VideoEditPropClass_Properties*)videoEditOsal_alloc(
172 // (required because of dereferencing of pProperties).
236 pProperties->uiClipDuration = pClipProperties->uiClipDuration;
239 pProperties->FileType = VideoEditClasses_kFileType_Unsupported;
243 pProperties->FileType = fileType;
245 pProperties->VideoStreamType = pClipProperties->VideoStreamType;
246 pProperties->uiClipVideoDuration = pClipProperties->uiClipVideoDuration;
247 pProperties->uiVideoBitrate = pClipProperties->uiVideoBitrate;
248 pProperties->uiVideoWidth = pClipProperties->uiVideoWidth
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 746 t_reverb_settings *pProperties;
798 pProperties = (t_reverb_settings *) pValue;
806 pValue16 = &pProperties->roomLevel;
820 pValue16 = &pProperties->roomHFLevel;
847 pValue32 = &pProperties->decayTime;
866 pValue16 = &pProperties->decayHFRatio;
909 pValue16 = &pProperties->reflectionsLevel;
919 pValue32 = &pProperties->reflectionsDelay;
931 pValue16 = &pProperties->reverbLevel;
943 pValue32 = &pProperties->reverbDelay
    [all...]
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 258 t_agc_settings *pProperties = (t_agc_settings *)pValue;
303 pProperties->targetLevel = (int16_t)(agc->target_level_dbfs() * -100);
304 pProperties->compGain = (int16_t)(agc->compression_gain_db() * 100);
305 pProperties->limiterEnabled = (bool)agc->is_limiter_enabled();
319 t_agc_settings *pProperties = (t_agc_settings *)pValue;
337 pProperties->targetLevel,
338 pProperties->compGain,
339 pProperties->limiterEnabled);
340 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
342 status = agc->set_compression_gain_db(pProperties->compGain / 100)
    [all...]

Completed in 53 milliseconds