HomeSort by relevance Sort by last modified time
    Searched full:blending (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /frameworks/base/media/java/android/media/videoeditor/
TransitionAlpha.java 29 * This class allows to render an "alpha blending" transition according to a
42 * This is percentage (between 0 and 100) of blending between video 1 and
85 * @param blendingPercent The blending percent applied
86 * @param invert true to invert the direction of the alpha blending
172 * Get the blending percentage
174 * @return The blending percentage
190 * Check if the alpha blending direction is inverted.
192 * @return true if the direction of the alpha blending is inverted
  /system/core/libpixelflinger/codeflinger/
blending.cpp 1 /* libs/pixelflinger/codeflinger/blending.cpp
76 const int blending = blending_codes(fs, fd); local
78 // here, blending will produce something which doesn't depend on
84 // we are doing real blending...
91 comment("blending");
121 if (blending & (BLEND_DST|FACTOR_DST)) {
160 if ((blending & BLEND_SRC) && !same_factor_opt1) {
161 // source (fragment) is needed for the blending stage
187 // if destination (fb) is not needed for the blending stage,
189 if (!(blending & BLEND_DST))
    [all...]
  /external/qemu/android/skin/
image.h 35 int blend; /* blending, 0..256 value */
79 * if you need to modify the content of the clone (e.g. blending)
89 /* apply blending to a source skin image and copy the result to a target clone image */
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 37 // of the input image frames for them to be accepted for blending in the
47 // the blending algorithm.
51 * Class for pyramid blending a mosaic.
Mosaic.h 41 // Define blending types to use, and the frame dimensions
87 * \param blendingType Type of blending to perform
115 * After adding all frames, call this function to perform the final blending.
190 * Type of blending to perform.
Pyramid.h 27 // blending, among other things.
Mosaic.cpp 110 LOGE("Error: Unknown blending type %d",blendingType);
122 // Convert to YVU24 which is used by blending
183 // Haven't accepted any frame in aligner. No need to do blending.
  /packages/apps/Camera/src/com/android/camera/panorama/
Mosaic.java 77 * This strip type will use wider strips for blending. The strip separation
79 * wider, there is an additional cross-fade blending step to make the seam
143 * Set the type of blending.
145 * @param type the blending type defined in the class. {BLENDTYPE_FULL,
151 * Set the type of strips to use for blending.
152 * @param type the blending strip type to use {STRIPTYPE_THIN,
  /external/mesa3d/docs/
perf.html 33 no other rasterization operations enabled (blending, stencil, etc)
40 no other rasterization operations enabled (blending, stencil, etc)
relnotes-7.7.1.html 44 <li>Fixed broken blending to multiple color buffers in swrast driver.
relnotes-7.0.2.html 47 <li>Fixed a blending/banding issue (bug 11931)
  /frameworks/base/docs/html/resources/articles/
listview-backgrounds.jd 24 and the {@link android.graphics.PorterDuff.Mode#DST_OUT Porter-Duff Destination Out blending mode}. </p>
39 earlier that the fade effect is implemented using a Porter-Duff blending mode.
42 portion of the rendering in an offscreen bitmap and then requires extra blending
69 screen and because these bitmaps are known to be opaque, no blending is
  /frameworks/media/libvideoeditor/vss/inc/
M4xVSS_Internal.h 67 * @brief Internal effects alpha blending parameters
69 * blending for the effects text and framing
74 M4OSA_UInt8 m_fadeInTime; /*Start percentage of Alpha blending*/
75 M4OSA_UInt8 m_fadeOutTime; /*Middle percentage of Alpha blending*/
76 M4OSA_UInt8 m_end; /*End percentage of Alpha blending*/
110 M4xVSS_internalEffectsAlphaBlending* alphaBlendingStruct; /* Alpha blending Struct */
170 M4xVSS_internalEffectsAlphaBlending* alphaBlendingStruct;/*Alpha blending structure*/
363 M4OSA_Int32 blendingthreshold; /**< Blending Range */
M4VSS3GPP_Extended_API.h 142 M4OSA_UInt8 uialphaBlendingStart; /*Start percentage of Alpha blending*/
143 M4OSA_UInt8 uialphaBlendingMiddle; /*Middle percentage of Alpha blending*/
144 M4OSA_UInt8 uialphaBlendingEnd; /*End percentage of Alpha blending*/
164 M4OSA_Int32 blendingPercent; /**< Blending Percentage between 0 and 100 */
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 137 * @param blendingPercent The blending (in percentages)
138 * @param invert true to invert the direction of the alpha blending
237 * @return The alpha blending percentage
244 * @return true if the direction of the alpha blending is inverted
  /system/core/libpixelflinger/
Android.mk 16 codeflinger/blending.cpp \
  /system/media/mca/filterpacks/imageproc/java/
BlendFilter.java 33 * The filter linearly blends "left" and "right" frames. The blending weight is
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 30 * <li>setup various blending modes for use in effects like
93 * source pixels during the blending operation is computed
119 * blending operation
390 * @param src specifies how the source blending factor is
392 * @param dst specifies how the destination blending factor is
  /hardware/libhardware/include/hardware/
hwcomposer.h 66 * SurfaceFlinger will only honor this flag when the layer has no blending
97 * hwc_layer_t::blending values
100 /* no blending */
160 /* blending to apply during composition */
161 int32_t blending; member in struct:hwc_layer
  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.h 88 int blending; member in struct:hwc_win_info_t
  /external/skia/src/core/
SkBlitter_Sprite.cpp 69 and respect that by blending the edges of the bitmap against the device. To support
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 112 * and PorterDuff blending mode.
Texture.h 88 * Indicates whether the texture requires blending.
OpenGLRenderer.h 224 * @param mode The blending mode of the layer
291 * @param ignoreBlending True if the blending is set by the caller
341 * @param mode The blending mode to draw the rect
356 * @param mode The blending mode
371 * @param paint The paint containing the alpha, blending mode, etc.
387 * @param mode The blending mode
392 * @param swapSrcDst Whether or not the src and dst blending operations should be swapped
468 * Enable or disable blending as necessary. This function sets the appropriate
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 64 /* N->1 blending with per-surface alpha */
117 /* N->1 blending with pixel alpha */
170 /* colorkeyed N->1 blending with per-surface alpha */
227 /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */
278 /* fast RGB888->(A)RGB888 blending with surface alpha */
363 /* fast ARGB888->(A)RGB888 blending with pixel alpha */
445 /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */
500 /* fast RGB888->(A)RGB888 blending with surface alpha */
594 /* fast ARGB888->(A)RGB888 blending with pixel alpha */
    [all...]

Completed in 1852 milliseconds

1 2 3 4 5 6