Searched defs:pProperties (Results 1 - 8 of 8) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.c108 static SLresult IPlaybackRate_GetProperties(SLPlaybackRateItf self, SLuint32 *pProperties) argument
112 if (NULL == pProperties) {
119 *pProperties = properties;
H A DIEnvironmentalReverb.c639 const SLEnvironmentalReverbSettings *pProperties)
648 if (NULL == pProperties)
650 SLEnvironmentalReverbSettings properties = *pProperties;
693 SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings *pProperties)
697 if (NULL == pProperties) {
713 *pProperties = thiz->mProperties;
638 IEnvironmentalReverb_SetEnvironmentalReverbProperties(SLEnvironmentalReverbItf self, const SLEnvironmentalReverbSettings *pProperties) argument
692 IEnvironmentalReverb_GetEnvironmentalReverbProperties( SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings *pProperties) argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorPropertiesMain.cpp88 VideoEditPropClass_Properties* pProperties = M4OSA_NULL; local
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
[all...]
H A DVideoEditorClasses.cpp1144 M4VIDEOEDITING_ClipProperties* pProperties,
1148 if (M4OSA_NULL != pProperties)
1152 pProperties->bAnalysed ? "true" : "false");
1155 pProperties->Version[0], pProperties->Version[1], pProperties->Version[2]);
1158 (unsigned int)pProperties->uiClipDuration);
1161 videoEditJava_getClipTypeString(pProperties->FileType));
1164 videoEditClasses_logFtypBox(&pProperties->ftyp, indentation + VIDEOEDIT_LOG_INDENTATION);
1168 videoEditJava_getVideoFormatString(pProperties
1143 videoEditClasses_logClipProperties( M4VIDEOEDITING_ClipProperties* pProperties, int indentation) argument
1532 videoEditPropClass_createProperties( bool* pResult, JNIEnv* pEnv, VideoEditPropClass_Properties* pProperties, jobject* pObject) argument
2923 videoEditPropClass_logProperties( VideoEditPropClass_Properties* pProperties, int indentation) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp327 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
326 VideoEditorAudioDecoder_parse_AAC_DSI(M4OSA_Int8* pDSI, M4OSA_UInt32 dsiSize, AAC_DEC_STREAM_PROPS* pProperties) argument
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp1567 t_reverb_settings *pProperties; local
1664 pProperties = (t_reverb_settings *) pValue;
1668 pProperties->roomLevel = ReverbGetRoomLevel(pContext);
1669 pProperties->roomHFLevel = ReverbGetRoomHfLevel(pContext);
1670 pProperties->decayTime = ReverbGetDecayTime(pContext);
1671 pProperties->decayHFRatio = ReverbGetDecayHfRatio(pContext);
1672 pProperties->reflectionsLevel = 0;
1673 pProperties->reflectionsDelay = 0;
1674 pProperties->reverbDelay = 0;
1675 pProperties
1781 t_reverb_settings *pProperties; local
[all...]
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c774 t_reverb_settings *pProperties; local
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;
947 pValue32 = (int32_t *)&pProperties->reflectionsDelay;
959 pValue16 = &pProperties->reverbLevel;
971 pValue32 = (int32_t *)&pProperties
1057 t_reverb_settings *pProperties; local
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp299 t_agc_settings *pProperties = (t_agc_settings *)pValue; local
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; local
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
[all...]

Completed in 478 milliseconds