HomeSort by relevance Sort by last modified time
    Searched refs:pProperties (Results 1 - 25 of 48) sorted by null

1 2

  /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...]
VideoEditorClasses.cpp     [all...]
VideoEditorClasses.h 336 * @param pProperties (IN) Media propeties structure pointer
345 VideoEditPropClass_Properties* pProperties,
351 * @param pProperties (IN) Pointer holding media properties
357 VideoEditPropClass_Properties* pProperties,
415 M4VIDEOEDITING_ClipProperties* pProperties,
  /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/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 108 static SLresult IPlaybackRate_GetProperties(SLPlaybackRateItf self, SLuint32 *pProperties)
112 if (NULL == pProperties) {
119 *pProperties = properties;
IEnvironmentalReverb.c 639 const SLEnvironmentalReverbSettings *pProperties)
648 if (NULL == pProperties)
650 SLEnvironmentalReverbSettings properties = *pProperties;
693 SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings *pProperties)
697 if (NULL == pProperties) {
713 *pProperties = thiz->mProperties;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 327 M4OSA_UInt32 dsiSize, AAC_DEC_STREAM_PROPS* pProperties) {
337 VIDEOEDITOR_CHECK(M4OSA_NULL != pProperties, M4ERR_PARAMETER);
345 pProperties->aPSPresent = 0;
346 pProperties->aSBRPresent = 0;
350 pProperties->aPSPresent = 0;
351 pProperties->aSBRPresent = 1;
355 pProperties->aPSPresent = 1;
356 pProperties->aSBRPresent = 1;
364 pProperties->aAudioObjectType = (M4OSA_Int32)result;
371 pProperties->aSampFreq = AD_AAC_FREQ_TABLE[result]
    [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...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 901 milliseconds

1 2