HomeSort by relevance Sort by last modified time
    Searched refs:Effects (Results 1 - 9 of 9) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 191 xVSS_context->pSettings->Effects = M4OSA_NULL; /* RC */
    [all...]
M4xVSS_internal.c 40 #include "M4VFL_transition.h" /**< video effects */
149 // Set the number of audio effects; 0 for now.
    [all...]
M4VSS3GPP_Edit.c 259 * @note WARNING: pClipSettings->Effects[ ] will be allocated in this function.
369 * @param bCopyEffects (IN) Flag to know if we have to duplicate effects
423 /* Duplicate effects */
435 * @brief Free the pointers allocated in the ClipSetting structure (pFile, Effects).
457 /* free effects settings */
458 /* if(M4OSA_NULL != pClipSettings->Effects)
460 free(pClipSettings->Effects);
461 pClipSettings->Effects = M4OSA_NULL;
549 * Copy effects list RC */
551 /*FB bug fix 19.03.2008 if the number of effects is 0 -> crash*
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 277 M4VS, (M4OSA_Char*)"effects settings");
294 (void *)&(pSettings->Effects[i]),
297 if(pSettings->Effects[i].VideoEffectType ==
312 if(pSettings->Effects[i].xVSS.rgbType == M4VSS3GPP_kRGB565){
314 pSettings->Effects[i].xVSS.pFramingBuffer->u_width *
315 pSettings->Effects[i].xVSS.pFramingBuffer->u_height*2;
318 pSettings->Effects[i].xVSS.rgbType == M4VSS3GPP_kRGB888) {
320 pSettings->Effects[i].xVSS.pFramingBuffer->u_width *
321 pSettings->Effects[i].xVSS.pFramingBuffer->u_height*3;
345 pSettings->Effects[i].xVSS.pFramingBuffer->u_height
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 434 strlen((const char*)pContext->pEditSettings->Effects[overlayEffectIndex].xVSS.pFramingFilePath);
442 Effects[overlayEffectIndex].xVSS.pFramingFilePath, overlayFileNameLen);
    [all...]
VideoEditorClasses.cpp     [all...]
  /frameworks/av/services/audioflinger/
Android.mk 20 Effects.cpp \
34 $(call include-path-for, audio-effects) \
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_API.h 122 M4VSS3GPP_EffectSettings *Effects;
509 * @note WARNING: pClipSettings->Effects[ ] will be allocated in this function.
530 * @param bCopyEffects (IN) Flag to know if we have to duplicate effects
542 * @brief Free the pointers allocated in the ClipSetting structure (pFile, Effects).
M4VSS3GPP_API.h 229 * @param uiExternalEffectId (IN) Which effect function should be used (for external effects)
356 * @note It also contains the settings for the cut and begin/end effects applied to the clip.
397 M4VSS3GPP_EffectSettings *Effects; /**< List of effects */
398 M4OSA_UInt8 nbEffects; /**< Number of effects in the above list */
507 * @param bCopyEffects (IN) Flag to know if we have to duplicate effects (deprecated)
519 * @brief Free the pointers allocated in the ClipSetting structure (pFile, Effects).
    [all...]

Completed in 964 milliseconds