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

1 2

  /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...]
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 774 t_reverb_settings *pProperties;
826 pProperties = (t_reverb_settings *) pValue;
834 pValue16 = &pProperties->roomLevel;
848 pValue16 = &pProperties->roomHFLevel;
875 pValue32 = (int32_t *)&pProperties->decayTime;
894 pValue16 = &pProperties->decayHFRatio;
937 pValue16 = &pProperties->reflectionsLevel;
    [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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 811 XAuint32 * pProperties
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 811 XAuint32 * pProperties
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 811 XAuint32 * pProperties
    [all...]

Completed in 1433 milliseconds

1 2