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

  /external/chromium_org/v8/src/
effects.h 39 // A simple struct to represent (write) effects. A write is represented as a
44 // effects.
46 // There are two ways to compose effects: sequentially (they happen one after
85 // Classes encapsulating sets of effects on variables.
87 // Effects maps variables to effects and supports sequential and alternative
98 // We also (ab)use Effects/NestedEffects as a representation for abstract
99 // store typings. In that case, only definite effects are of interest.
101 template<class Var, class Base, class Effects>
127 void Seq(Effects that)
188 Effects effects; member in struct:v8::internal::EffectsMixin::Overrider
307 Effects<Var, kNoVar> effects; member in struct:v8::internal::NestedEffectsBase::Node
    [all...]
typing.h 38 #include "effects.h"
62 typedef v8::internal::Effects<int, kNoVar> Effects;
79 Effects EnterEffects() {
typing.cc 113 Effects then_effects = EnterEffects();
116 Effects else_effects = EnterEffects();
155 Effects local_effects(zone());
156 bool complex_effects = false; // True for label effects or fall-through.
160 Effects clause_effects = EnterEffects();
278 Effects try_effects = EnterEffects();
281 Effects catch_effects = EnterEffects();
317 Effects then_effects = EnterEffects();
320 Effects else_effects = EnterEffects();
563 Effects left_effects = EnterEffects()
    [all...]
  /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/av/services/audioflinger/
Android.mk 20 Effects.cpp \
31 $(call include-path-for, audio-effects) \
  /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/native/services/surfaceflinger/
Android.mk 22 Effects/Daltonizer.cpp \
  /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...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 383 milliseconds