HomeSort by relevance Sort by last modified time
    Searched full:layer (Results 376 - 400 of 6628) sorted by null

<<11121314151617181920>>

  /external/mdnsresponder/mDNSCore/
Implementer Notes.txt 20 the platform layer below knows whether there are packets waiting to be
21 processed. Only the client layer above knows whether it is in the
25 on the client layer and/or platform support layer. As long as they have
30 layer MUST call mDNS_Execute(). Failure to call mDNS_Execute() will lead
55 1. After delivering received packets, the platform support layer should
59 2. After making any mDNS API call or series of calls, the client layer
  /external/skia/include/core/
SkRasterHandleAllocator.h 23 * This example allocates a canvas, and defers to the allocator to create the base layer.
30 * If you have already allocated the base layer (and its handle, release-proc etc.) then you
33 * Regardless of how the base layer is allocated, each time canvas->saveLayer() is called,
60 * for the layer. When canvas->restore() is called, the fReleaseProc will be called.
65 * Clients access the handle for a given layer by calling SkCanvas::accessTopRasterHandle().
75 * If rec is non-null, then it will be used as the base-layer of pixels/handle.
76 * If rec is null, then the allocator will be called for the base-layer as well.
  /external/skqp/include/core/
SkRasterHandleAllocator.h 23 * This example allocates a canvas, and defers to the allocator to create the base layer.
30 * If you have already allocated the base layer (and its handle, release-proc etc.) then you
33 * Regardless of how the base layer is allocated, each time canvas->saveLayer() is called,
60 * for the layer. When canvas->restore() is called, the fReleaseProc will be called.
65 * Clients access the handle for a given layer by calling SkCanvas::accessTopRasterHandle().
75 * If rec is non-null, then it will be used as the base-layer of pixels/handle.
76 * If rec is null, then the allocator will be called for the base-layer as well.
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 20 * tlsv1_record_set_cipher_suite - TLS record layer: Set cipher suite
21 * @rl: Pointer to TLS record layer data
25 * This function is used to prepare TLS record layer for cipher suite change.
68 * tlsv1_record_change_write_cipher - TLS record layer: Change write cipher
69 * @rl: Pointer to TLS record layer data
72 * This function changes TLS record layer to use the new cipher suite
77 wpa_printf(MSG_DEBUG, "TLSv1: Record Layer - New write cipher suite "
102 * tlsv1_record_change_read_cipher - TLS record layer: Change read cipher
103 * @rl: Pointer to TLS record layer data
106 * This function changes TLS record layer to use the new cipher suit
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
HWC2On1Adapter.cpp 254 // Layer functions
257 layerHook<decltype(&Layer::setCursorPosition),
258 &Layer::setCursorPosition, int32_t, int32_t>);
261 layerHook<decltype(&Layer::setBuffer), &Layer::setBuffer,
265 layerHook<decltype(&Layer::setSurfaceDamage),
266 &Layer::setSurfaceDamage, hwc_region_t>);
268 // Layer state functions
274 layerHook<decltype(&Layer::setColor), &Layer::setColor
553 auto layer = mDevice.mLayers[layerId]; local
565 auto layer = *mLayers.emplace(std::make_shared<Layer>(*this)); local
582 const auto layer = mapLayer->second; local
1003 const auto layer = mapLayer->second; local
1261 Layer& layer = *mHwc1LayerMap[hwc1Id]; local
1286 auto& layer = hwcContents.hwLayers[l]; local
1334 Layer& layer = *mHwc1LayerMap[hwc1Id]; local
1501 output << fill << " Layer " << layer; local
2298 auto layer = layerEntry->second; local
2369 auto& layer = displayContents->hwLayers[l]; local
2423 hwc_layer_1_t& layer = display->hwLayers[layerId]; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 42 //Draws layer if the layer is set for copybit in prepare
86 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
88 // Helper function to draw copybit layer for PTOR comp
89 int drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
92 int fillColorUsingCopybit(hwc_layer_1_t *layer,
107 void getLayerResolution(const hwc_layer_1_t* layer,
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 42 //Draws layer if the layer is set for copybit in prepare
86 int drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
88 // Helper function to draw copybit layer for PTOR comp
89 int drawRectUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer,
92 int fillColorUsingCopybit(hwc_layer_1_t *layer,
107 void getLayerResolution(const hwc_layer_1_t* layer,
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 41 layer = 0 variable
50 if new_layer > layer:
53 for i in range(layer - new_layer):
56 layer = new_layer variable
61 if new_layer < layer:
62 for i in range(layer - new_layer):
64 layer = new_layer variable
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 58 pos = addr.bits.layer * (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE);
343 sp_tile_cache_flush_clear(struct softpipe_tile_cache *tc, int layer)
345 struct pipe_transfer *pt = tc->transfer[layer];
346 const uint w = tc->transfer[layer]->box.width;
347 const uint h = tc->transfer[layer]->box.height;
363 union tile_address addr = tile_address(x, y, layer);
368 pipe_put_tile_raw(pt, tc->transfer_map[layer],
374 pipe_put_tile_ui_format(pt, tc->transfer_map[layer],
379 pipe_put_tile_i_format(pt, tc->transfer_map[layer],
384 pipe_put_tile_rgba(pt, tc->transfer_map[layer],
403 int layer = tc->tile_addrs[pos].bits.layer; local
524 int layer; local
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 55 // Layer represents the connection between a hardware composer layer and the
56 // source supplying buffers for the layer's contents.
57 class Layer {
59 Layer() = default;
61 // Sets up the layer to use a display surface as its content source. The Layer
71 Layer(Hwc2::Composer* composer, const DisplayParams& display_params,
76 // Sets up the layer to use a direct buffer as its content source. No special
85 Layer(Hwc2::Composer* composer, const DisplayParams& display_params
    [all...]
hardware_composer.cpp 453 stream << "Layer " << i << ":";
473 for (auto& layer : layers_) {
474 layer.Prepare();
499 for (auto& layer : layers_) {
500 layer.Drop();
511 ALOGI("HardwareComposer::PostLayers: layer=%zu buffer_id=%d composition=%s",
531 std::vector<Hwc2::Layer> out_layers;
542 for (auto& layer : layers_) {
543 if (layer.GetLayerHandle() == out_layers[i]) {
544 layer.Finish(out_fences[i])
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_VideoExt.h 186 /** temporal layer patterns */
191 // pattern where frames in any layer other than the base layer only depend on at most the very
192 // last frame from each preceding layer (other than the base layer.)
199 * previous layer's framerate.
213 * starting from and including the base-layer.
220 * bBitrateRatiosSpecified : Flag to indicate if layer-wise bitrate
222 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer)
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_VideoExt.h 186 /** temporal layer patterns */
191 // pattern where frames in any layer other than the base layer only depend on at most the very
192 // last frame from each preceding layer (other than the base layer.)
199 * previous layer's framerate.
213 * starting from and including the base-layer.
220 * bBitrateRatiosSpecified : Flag to indicate if layer-wise bitrate
222 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer)
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_VideoExt.h 188 /** temporal layer patterns */
193 // pattern where frames in any layer other than the base layer only depend on at most the very
194 // last frame from each preceding layer (other than the base layer.)
201 * previous layer's framerate.
215 * starting from and including the base-layer.
222 * bBitrateRatiosSpecified : Flag to indicate if layer-wise bitrate
224 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer)
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 56 class Layer;
205 [[clang::warn_unused_result]] Error createLayer(Layer** outLayer);
206 [[clang::warn_unused_result]] Error destroyLayer(Layer* layer);
211 std::unordered_map<Layer*, Composition>* outTypes);
230 std::unordered_map<Layer*, LayerRequest>* outLayerRequests);
236 std::unordered_map<Layer*,
273 // This may fail (and return a null pointer) if no layer with this ID exists
275 Layer* getLayerById(hwc2_layer_t id) const;
290 std::unordered_map<hwc2_layer_t, std::unique_ptr<Layer>> mLayers
    [all...]
HWC2.cpp 287 Error Display::createLayer(Layer** outLayer)
299 auto layer = std::make_unique<Layer>( local
301 *outLayer = layer.get();
302 mLayers.emplace(layerId, std::move(layer));
306 Error Display::destroyLayer(Layer* layer)
308 if (!layer) {
311 mLayers.erase(layer->getId());
368 std::unordered_map<Layer*, Composition>* outTypes
384 auto layer = getLayerById(layerIds[element]); local
487 auto layer = getLayerById(layerIds[element]); local
553 auto layer = getLayerById(layerIds[element]); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 85 for (auto layer : resource.layers) {
86 EXPECT_EQ(Error::NONE, mClient->destroyLayer(display, layer))
87 << "failed to destroy layer " << layer;
135 Layer ComposerClient::createLayer(Display display, uint32_t bufferSlotCount) {
136 Layer layer = 0; local
138 ASSERT_EQ(Error::NONE, tmpError) << "failed to create layer";
139 layer = tmpLayer;
146 ASSERT_TRUE(resourceIt->second.layers.insert(layer).second
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
merge.py 24 from tensorflow.python.keras._impl.keras.engine.topology import Layer
29 class _Merge(Layer):
30 """Generic merge layer for elementwise merge functions.
35 **kwargs: standard layer keyword arguments.
87 raise ValueError('A merge layer should be called ' 'on a list of inputs.')
89 raise ValueError('A merge layer should be called '
118 raise ValueError('A merge layer should be called ' 'on a list of inputs.')
216 """Layer that adds a list of inputs.
247 """Layer that subtracts two inputs.
274 raise ValueError('A `Subtract` layer should be called
    [all...]
  /external/tensorflow/tensorflow/python/layers/
network_test.py 40 class MyLayer(base_layers.Layer):
60 layer = MyLayer()
61 _ = layer.apply(x1)
63 self.assertEqual(len(layer.updates), 2)
64 self.assertEqual(len(layer.get_updates_for(x1)), 1)
65 self.assertEqual(len(layer.get_updates_for(None)), 1)
68 y2 = layer.apply(x2)
70 self.assertEqual(len(layer.updates), 3)
71 self.assertEqual(len(layer.get_updates_for(x1)), 1)
72 self.assertEqual(len(layer.get_updates_for(x2)), 1
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 11 // This is an example demonstrating how to implement a multi-layer VPx
56 // Number of input frames per layer.
58 // Total (cumulative) number of encoded frames per layer.
60 // Number of encoded non-key frames per layer.
62 // Framerate per layer layer (cumulative).
64 // Target average frame size per layer (per-frame-bandwidth per layer).
66 // Actual average frame size per layer.
68 // Average rate mismatch per layer (|target - actual| / target)
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.cpp 626 int HWCDisplayExternalTest::InitLayer(Layer *layer) {
634 layer->flags.updating = 1;
635 layer->src_rect = LayerRect(0, 0, var_info.x_pixels, var_info.y_pixels);
636 layer->dst_rect = layer->src_rect;
637 layer->frame_rate = var_info.fps;
638 layer->blending = kBlendingPremultiplied;
640 layer->input_buffer.unaligned_width = var_info.x_pixels;
641 layer->input_buffer.unaligned_height = var_info.y_pixels
703 Layer *layer = new Layer(); local
722 Layer *layer = layer_stack_.layers.at(i); local
746 Layer *layer = layer_stack_.layers.at(i); local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external_test.cpp 619 int HWCDisplayExternalTest::InitLayer(Layer *layer) {
627 layer->flags.updating = 1;
628 layer->src_rect = LayerRect(0, 0, var_info.x_pixels, var_info.y_pixels);
629 layer->dst_rect = layer->src_rect;
630 layer->frame_rate = var_info.fps;
631 layer->blending = kBlendingPremultiplied;
633 layer->input_buffer.unaligned_width = var_info.x_pixels;
634 layer->input_buffer.unaligned_height = var_info.y_pixels
696 Layer *layer = new Layer(); local
715 Layer *layer = layer_stack_.layers.at(i); local
734 Layer *layer = layer_stack_.layers.at(i); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.cpp 626 int HWCDisplayExternalTest::InitLayer(Layer *layer) {
634 layer->flags.updating = 1;
635 layer->src_rect = LayerRect(0, 0, var_info.x_pixels, var_info.y_pixels);
636 layer->dst_rect = layer->src_rect;
637 layer->frame_rate = var_info.fps;
638 layer->blending = kBlendingPremultiplied;
640 layer->input_buffer.unaligned_width = var_info.x_pixels;
641 layer->input_buffer.unaligned_height = var_info.y_pixels
703 Layer *layer = new Layer(); local
722 Layer *layer = layer_stack_.layers.at(i); local
746 Layer *layer = layer_stack_.layers.at(i); local
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerClient.h 154 Layer layer = 0; variable
155 Error err = mHal->createLayer(display, &layer);
157 err = mResources->addLayer(display, layer, bufferSlotCount);
160 // Note: We do not destroy the layer on this error as the hotplug
163 layer = 0;
167 hidl_cb(err, layer);
171 Return<Error> destroyLayer(Display display, Layer layer) override {
172 Error err = mHal->destroyLayer(display, layer);
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.geometry_shading.txt 45 draw scene to a texture which is then read back layer by layer. Contents
46 of each layer is then verified.
82 only to one layer, each layer separately, or to each layer with different
83 contents and verify the contents of each layer. fragment_layer_* cases verify
85 each layer. layer_provoking_vertex_* cases verify implementation dependent value
88 checking the layer contents.
97 to a single layer and in multiple_layers_per_invocation cases to two layers. I
    [all...]

Completed in 475 milliseconds

<<11121314151617181920>>