HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 101 - 125 of 396) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 64 #include "Layer.h"
528 // OpenGL ES (see below), or creating a layer,
878 // rebuild the visible layer list per screen
888 Vector< sp<Layer> > layersSortedByZ;
898 const sp<Layer>& layer(currentLayers[i]);
899 const Layer::State& s(layer->drawingState());
902 layer->visibleNonTransparentRegion));
905 layersSortedByZ.add(layer);
1336 const sp<Layer>& layer = currentLayers[i]; local
1918 sp<Layer> layer; local
    [all...]
Client.h 33 class Layer;
47 void attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer);
49 void detachLayer(const Layer* layer);
51 sp<Layer> getLayerUser(const sp<IBinder>& handle) const;
70 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
  /hardware/ti/omap4xxx/hwc/
hwc.c 256 hwc_layer_1_t *layer = &list->hwLayers[i]; local
257 IMG_native_handle_t *handle = (IMG_native_handle_t *)layer->handle;
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
259 if ((layer->flags & HWC_SKIP_LAYER) || !handle) {
263 if (layer->flags & HWC_HINT_CLEAR_FB)
266 if (layer->transform)
267 dump_printf(&log, "~%d", layer->transform);
313 static int scaled(hwc_layer_1_t *layer)
315 int w = WIDTH(layer->sourceCrop);
316 int h = HEIGHT(layer->sourceCrop)
972 hwc_layer_1_t *layer = &list->hwLayers[i]; local
1203 hwc_layer_1_t* layer = &list->hwLayers[j]; local
1264 hwc_layer_1_t *layer = &list->hwLayers[i]; local
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 218 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR *conf, const UINT length, UINT layer )
233 if (layer != 0) {
245 err = AudioSpecificConfig_Parse(&hTp->asc[layer], hBs, 1, &hTp->callbacks);
251 errC = hTp->callbacks.cbUpdateConfig(hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer]);
299 const INT layer )
304 || (layer >= 2) ) {
314 hBs = &hTp->bitStream[layer];
337 HANDLE_FDK_BITSTREAM transportDec_GetBitstream( const HANDLE_TRANSPORTDEC hTp, const UINT layer )
339 return &hTp->bitStream[layer];
492 INT syncLayerFrameBits = 0; /* Length of sync layer frame (i.e. LOAS) *
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
TrackHeaderBox.java 43 private int layer; field in class:TrackHeaderBox
73 return layer;
125 layer = IsoTypeReader.readUInt16(content); // 204
154 IsoTypeWriter.writeUInt16(byteBuffer, layer);
176 result.append("layer=").append(getLayer());
209 public void setLayer(int layer) {
210 this.layer = layer;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 87 LayerTreeAsTextDebug = 1 << 0, // Dump extra debugging info like layer addresses.
196 // Layer name. Only used to identify layers in debug output
201 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
203 // Returns true if the layer has the given layer as an ancestor (excluding self).
213 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
214 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling);
221 virtual void setMaskLayer(GraphicsLayer* layer) { m_maskLayer = layer; }
    [all...]
  /hardware/qcom/display/libhwcomposer/
hwc_fbupdate.cpp 63 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
66 private_handle_t *hnd = (private_handle_t *)layer->handle;
84 //XXX: FB layer plane alpha is currently sent as zero from
92 (ovutils::eBlending) getBlending(layer->blending));
103 int transform = layer->transform;
167 hwc_layer_1_t *layer = &list->hwLayers[list->numHwLayers - 1]; local
170 private_handle_t *hnd = (private_handle_t *)layer->handle;
196 //XXX: FB layer plane alpha is currently sent as zero from
204 (ovutils::eBlending) getBlending(layer->blending));
215 (ovutils::eBlending) getBlending(layer->blending))
    [all...]
hwc_utils.h 38 #define MAX_NUM_LAYERS 32 //includes fb layer
90 int numAppLayers; //Total - 1, excluding FB layer.
102 uint32_t mFlags; //qcom specific layer flags
129 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
167 bool isSecuring(hwc_context_t* ctx, hwc_layer_1_t const* layer);
170 bool needsScaling(hwc_layer_1_t const* layer);
171 bool isAlphaPresent(hwc_layer_1_t const* layer);
190 //Trims a layer's source crop which is outside of screen boundary.
194 //Sets appropriate mdp flags for a layer.
195 void setMdpFlags(hwc_layer_1_t *layer,
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 52 QCCompositionLayer *layer;
147 [obj->layer release];
197 [obj->layer setValue:[NSNumber numberWithBool:obj->gold] forInputKey:@"gold"];
226 if (!obj->layer) {
230 obj->layer = [[QCCompositionLayer compositionLayerWithComposition:composition] retain];
233 // Make sure to return a retained layer
234 *((CALayer **)value) = [obj->layer retain];
  /external/webkit/Source/WebCore/page/animation/
KeyframeAnimation.cpp 252 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local
253 if (layer->isComposited())
254 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
269 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local
270 if (layer->isComposited())
271 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName());
288 RenderLayer* layer = toRenderBoxModelObject(m_object)->layer(); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 78 // merge surfaces based on first layer ID
101 // the base layer paints outside it's content area to ensure the
115 // layer list has changed, fully invalidate
116 // TODO: partially invalidate based on layer size/position
120 // merge layer inval - translate the layer's inval region into surface coordinates
137 void Surface::addLayer(LayerAndroid* layer, const TransformationMatrix& transform)
139 m_layers.append(layer);
140 SkSafeRef(layer);
142 m_needsTexture |= layer->needsTexture()
    [all...]
ImageTexture.h 77 void drawGL(LayerAndroid* layer, float opacity, FloatPoint* offset = 0);
  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 105 UCHAR layer; member in struct:__anon2148
  /external/libppp/src/
lqr.h 82 extern struct layer lqrlayer;
sync.c 34 #include "layer.h"
73 /* Either done here or by the HDLC layer */
84 struct layer synclayer = { LAYER_SYNC, "sync", sync_LayerPush, sync_LayerPull };
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.h 45 CanvasLayer(const CanvasLayer& layer);
CanvasTexture.h 49 static PassRefPtr<CanvasTexture> getCanvasTexture(CanvasLayer* layer);
FixedPositioning.cpp 17 // Called when copying the layer tree to the UI
18 FixedPositioning::FixedPositioning(LayerAndroid* layer, const FixedPositioning& position)
19 : m_layer(layer)
35 // So if this is a fixed layer inside a iframe, use the iframe offset
59 // from the original render layer's X,Y, that will take care of alignment
60 // with the parent's layer and fix Margin etc.
80 void FixedPositioning::contentDraw(SkCanvas* canvas, Layer::PaintStyle style)
102 BackgroundImagePositioning::BackgroundImagePositioning(LayerAndroid* layer, const BackgroundImagePositioning& position)
103 : FixedPositioning(layer, position)
MediaLayer.h 36 MediaLayer(const MediaLayer& layer);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.cpp 53 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetLayer, void, __cdecl, (WKCACFViewRef view, CACFLayerRef layer), (view, layer))
92 // Flush the context so the layer's rendered bounds will match our bounds.
120 void WKCACFViewLayerTreeHost::initializeContext(void* userData, PlatformCALayer* layer)
123 WKCACFViewSetLayer(m_view.get(), layer->platformLayer());
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewInternal.h 67 - (void)attachRootLayer:(CALayer*)layer;
WebVideoFullscreenController.h 62 - (void)setupVideoOverlay:(QTMovieLayer*)layer;
  /frameworks/base/services/input/
SpriteController.h 95 // The base layer for pointer sprites.
98 // The base layer for spot sprites.
116 /* Sets the layer of the sprite, relative to the system sprite overlay layer.
117 * Layer 0 is the overlay layer, > 0 appear above this layer. */
118 virtual void setLayer(int32_t layer) = 0;
180 positionX(0), positionY(0), layer(0), alpha(1.0f),
190 int32_t layer; member in struct:android::SpriteController::SpriteState
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 80 // Window layer.
81 public int layer; field in class:InputWindowHandle
  /external/skia/legacy/src/utils/
SkLayer.cpp 159 const SkLayer* layer = this; local
160 while (layer->fParent != NULL) {
161 layer = layer->fParent;
164 layer->getLocalTransform(&tmp);
165 tmp.preConcat(layer->getChildrenMatrix());

Completed in 1348 milliseconds

1 2 3 45 6 7 8 91011>>