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

<<51525354555657585960>>

  /toolchain/binutils/binutils-2.27/binutils/
emul_vanilla.c 1 /* Binutils emulation layer.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.h 175 UINT16 Layer;
364 @param Layer PxeBc option boot item layer
382 IN UINT16 *Layer,
416 @param Layer the layer of the boot options
424 IN UINT16 *Layer,
  /external/ImageMagick/coders/
xcf.c 690 /* composite the tile onto the layer's image, and then destroy it */
779 XCFDocInfo* inDocInfo,XCFLayerInfo *outLayer,const ssize_t layer,
794 /* read in the layer width, height, type and name */
800 /* read the layer properties! */
859 gimp_drawable_parasite_attach(GIMP_DRAWABLE(layer), p);
863 g_message ("Error detected while loading a layer's parasites");
868 /* g_message ("unexpected/unknown layer property: %d (skipping)",
892 /* allocate the image for this layer */
898 scene=inDocInfo->number_layers-layer-1;
912 /* clear the image based on the layer opacity *
    [all...]
  /external/libpcap/
pcap-common.c 58 * layer encapsulation types seen on those OSes, and those codes have had,
60 * link layer encapsulation types.
164 * Values starting with 104 are used for newly-assigned link-layer
165 * header type values; for those link-layer header types, the DLT_
217 #define LINKTYPE_AURORA 126 /* Xilinx Aurora link layer */
266 * Reserved for private use. If you have some link-layer header type
268 * using that link-layer header type not ever be sent outside your
310 * Systems to store a number of bits of link-layer information
377 * the link-layer header.
384 * for vISDN (http://www.orlandi.com/visdn/). Its link-layer heade
    [all...]
  /external/tensorflow/tensorflow/contrib/quantize/python/
quant_ops.py 34 """Adds a fake quantize layer with fixed quantization interval.
61 """Adds a layer that collects quantization ranges as last input ranges.
77 reuse: whether or not the layer and its variables should be reused. To be
78 able to reuse the layer scope must be given.
173 """Adds a layer that collects quantization ranges as EMAs of input ranges.
190 reuse: whether or not the layer and its variables should be reused. To be
191 able to reuse the layer scope must be given.
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTest.java 103 // It tests both the Java and the C++ layer.
122 // It tests both the Java and the C++ layer.
133 // It tests both the Java and the C++ layer.
148 // It tests both the Java and the C++ layer.
196 // be stopped and restarted. It tests both the Java and the C++ layer.
213 // It does not test or use the C++ layer.
270 // been stopped and restarted. It does not test or use the C++ layer.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers_unittest.cc 85 int SkipUntilTl(int layer, int timestamp) {
91 if (vp8_info.temporalIdx != layer) {
97 ADD_FAILURE() << "Did not get a frame of TL" << layer << " in time.";
107 TEST_F(ScreenshareLayerTest, 1Layer) {
113 // One layer screenshare should not use the frame dropper as all frames will
114 // belong to the base layer.
133 TEST_F(ScreenshareLayerTest, 2Layer) {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 98 class Layer;
337 const Vector< sp<Layer> >& getLayerSortedByZForHwcDisplay(int id);
350 friend class Layer;
523 * Layer management
528 sp<IGraphicBufferProducer>* gbp, sp<Layer>* parent);
533 sp<Layer>* outLayer);
537 sp<Layer>* outLayer);
546 // this layer meaning it is entirely safe to destroy all
547 // resources associated to this layer.
548 status_t onLayerDestroyed(const wp<Layer>& layer)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 163 Refer to "TFCNTR" in the picture layer of the SMPTE VC1 Specification.
169 Refer to "RPTFRM", "TFF", "BFF" in the picture layer
178 Refer to "PANSCAN_FLAG" in the entrypoint layer, "PS_PRESENT", "PS_HOFFSET", "PS_VOFFSET",
179 "PS_WIDTH" and "PS_HEIGHT" in the picture layer of the SMPTE VC1 Specification.
254 For VC1, refer to "MAX_CODED_WIDTH" and "MAX_CODED_HEIGHT" in the sequence layer,
255 "CODED_SIZE_FLAG", "CODED_WIDTH" and "CODED_HEIGHT" in the entrypoint layer of the SMPTE VC1 Specification.
265 For VC1, refer to "PTYPE" and FPTYPE in the picture layer (Tables 33, 34, 35, 105) in SMPTE VC1 Specification.
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 213 // Limit 2 layer SDE Comp if its not a Primary Display
223 // Avoid idle fallback, if there is only one app layer.
224 // TODO(user): App layer count will change for hybrid composition
440 Layer *layer = layer_stack->layers.at(UINT32(i)); local
441 if (layer->composition == kCompositionGPUTarget) {
449 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 256 hwc2_layer_t layer) {
258 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer);
455 static int32_t SetCursorPosition(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
457 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetCursorPosition, layer, x,
461 static int32_t SetLayerBlendMode(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
464 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBlendMode, mode);
467 static int32_t SetLayerBuffer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
469 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBuffer, buffer,
473 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
475 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color)
    [all...]
hwc_layers.cpp 36 // Layer operations
39 layer_ = new Layer();
41 // Fences are deferred, so the first time this layer is presented, return -1
47 // Close any fences left for this layer
63 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_);
162 DLOGV_IF(kTagCompManager, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_,
460 DisplayError HWCLayer::SetMetaData(const private_handle_t *pvt_handle, Layer *layer) {
461 LayerBuffer *layer_buffer = layer->input_buffer;
495 layer->frame_rate = RoundToStandardFPS(fps)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_primary.cpp 102 for (Layer *layer : layer_stack->layers) {
104 TransformHV(src_domain, layer->dst_rect, panel_transform, &layer->dst_rect);
106 if (layer->flags.solid_fill) {
110 layer->transform.flip_horizontal ^= (hw_panel_info_.panel_orientation.flip_horizontal);
111 layer->transform.flip_vertical ^= (hw_panel_info_.panel_orientation.flip_vertical);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 273 hwc2_layer_t layer) {
275 return CallDisplayFunction(device, display, &HWCDisplay::DestroyLayer, layer);
474 static int32_t SetCursorPosition(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
476 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetCursorPosition, layer, x,
480 static int32_t SetLayerBlendMode(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
483 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBlendMode, mode);
486 static int32_t SetLayerBuffer(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
488 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerBuffer, buffer,
492 static int32_t SetLayerColor(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
494 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColor, color)
    [all...]
  /packages/services/Car/service/src/com/android/car/
VmsPublisherService.java 166 public void publish(IBinder token, VmsLayer layer, int publisherId, byte[] payload) {
168 Log.d(TAG, "Publishing for layer: " + layer);
174 mHal.getSubscribersForLayerFromPublisher(layer, publisherId);
181 listener.onVmsMessageReceived(layer, payload);
188 if (mHal.isHalSubscribed(layer)) {
190 mHal.setDataMessage(layer, payload);
  /external/libchrome/base/allocator/
README.md 25 layer wrapping malloc/new, which is controlled by `win_use_allocator_shim`.
26 The shim layer provides extra security features, such as preventing large
45 both the allocator and the shim layer are disabled.
50 applicable) and the linker flags required for the Windows shim layer.
71 set of linker flags to pull in tcmalloc or the Windows shim-layer.
76 This directory contains just the allocator (i.e. shim) layer that switches
108 | malloc & friends | -> | shim layer | -> | Routing to |
150 route allocator calls inside the shim layer.
160 **2. Shim layer implementation**
177 **How does the Windows shim layer replace the malloc symbols?**
    [all...]
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 204 RNN cells. Parameters are saved as tensors layer by layer with weight
211 bias for each layer: tensor 0 is applied to the input from the previous
212 layer and tensor 1 to the recurrent input.
215 layer: tensor 0-3 are applied to the input from the previous layer and
220 For CudnnGRU, there are 6 tensors per weight and per bias for each layer:
221 tensor 0-2 are applied to the input from the previous layer and
232 input and the actual computation before the first layer. It could be
289 def _TFCanonicalNamePrefix(self, layer, is_fwd=True)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 47 Int volID; /* Layer number */
65 Int refSelectCode; /* enhancement layer reference select code */
119 Int enhancementType; /* VOL type of enhancement layer */
190 Bool DataPartitioning; /* Base Layer Data Partitioning */
331 Vop *prevEnhanceVop;/* Previous Enhancement Layer Vop */
348 /* 12/25/00, each R.C. for each layer */
401 Int relLayerCodeTime[4];/* Next coding time for each Layer relative to highest layer */
404 Int currLayer; /* Current frame layer */
432 MultiPass *pMP[4]; /* for multipass encoding, 4 represents 4 layer encoding *
    [all...]
  /frameworks/base/libs/hwui/
RenderProperties.h 59 // We cannot build the software layer directly (must be done at record time) and all management
115 // Whether or not that Layer's content is opaque, doesn't include alpha
147 * Set internal layer state based on whether this layer
149 * Additionally, returns true if child RenderNodes with functors will need to use a layer
153 // parent may have already dictated that a descendant layer is needed
157 // Round rect clipping forces layer for functors
161 // Complex matrices forces layer, due to stencil clipping
168 // If on a layer, will have consumed the need for isolating functors from stencil.
592 // Force layer on for functors to enable render features they don't yet support (clipping
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 315 hwc_layer_1_t *layer = &list->hwLayers[0]; local
317 it != rectangle.end(); ++it, ++layer) {
318 layer->handle = it->texture->handle;
319 layer->blending = it->blend;
320 layer->transform = it->transform;
321 layer->sourceCrop = it->sourceCrop;
322 layer->displayFrame = it->displayFrame;
324 layer->visibleRegionScreen.numRects = 1;
325 layer->visibleRegionScreen.rects = &layer->displayFrame
    [all...]
  /hardware/interfaces/graphics/composer/2.2/
IComposerClient.hal 98 * setLayerPerFrameMetadata(Display display, Layer layer,
116 * Sets the color of the given layer. If the composition type of the layer
128 * @param display is the display on which to create the layer.
161 * @param display - the display on which to create the layer.
205 * @param display - the display on which to create the layer.
248 * @param display - the display on which to create the layer.
395 * By default, layer dataspaces are mapped to the current color mode
398 * When the layer dataspace is a legacy dataspace (se
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_validation_layer_details.md 3 # Validation Layer Details
9 This is a meta-layer managed by the loader. On desktop systems, specifying this layer name will cause the loader to load the all of the standard validation layers in the following optimal order:
21 Other layers can be specified and the loader will remove duplicates. See the following individual layer descriptions for layer details.
27 The VK_LAYER_LUNARG_core_validation layer is the main layer performing state tracking, object and state lifetime validation, and consistency and coherency between these states and the requirements, limits, and capabilities. Currently, it is divided into three main areas of validation: Draw State, Memory Tracking, and Shader Checking.
30 The Draw State portion of the core validation layer tracks state leading into Draw commands. This includes the Pipeline state, dynamic state, shaders, and descriptor set state. This functionality validates the consistency and correctness between and within these states.
82 | Valid Image Aspects for descriptor Updates | When updating ImageView for Descriptor Sets with layout of DEPTH_STENCIL type, the Image Aspect must not have both the DEPTH and STENCIL aspects set, but must have one of the two set. For COLOR_ATTACHMENT, aspect must have COLOR_BIT set. | INVALID_IMAGE_ASPECT | vkUpdateDescriptorSets | DepthStencilImageViewWithColorAspectBitError | This test hits Image layer error, but tough to create case that skips that error and gets to VK_LAYER_LUNARG_core_validaton draw state error. |
119 | NA | Enum used for errors in the layer itself. This does not indicate an app issue, but instead a bug in the layer. | INTERNAL_ERROR | | (…)
    [all...]
  /external/ImageMagick/ImageMagick/script/
jp2.html 112 <td>jp2:layer-number=<var>x</var></td>
131 <td>set the quality layer PSNR, given in dB. The order is from left to right in ascending order. The default is a single lossless quality layer.</td>
135 <td>the compression ratio values. Each value is a factor of compression, thus 20 means 20 times compressed. The order is from left to right in descending order. A final lossless quality layer is signified by the value 1. The default is a single lossless quality layer.</td>
  /external/ImageMagick/www/
jp2.html 116 <td>jp2:layer-number=<var>x</var></td>
135 <td>set the quality layer PSNR, given in dB. The order is from left to right in ascending order. The default is a single lossless quality layer.</td>
139 <td>the compression ratio values. Each value is a factor of compression, thus 20 means 20 times compressed. The order is from left to right in descending order. A final lossless quality layer is signified by the value 1. The default is a single lossless quality layer.</td>
  /external/gemmlowp/doc/
public.md 119 network layer (e.g. the weights of a Convolutional layer implemented as a matrix
121 respectively the input and output activations of the layer.
124 storage order -- so that one layer's output activations can be readily used as
125 the next layer's input activations. Thus, we focus on `RhsOrder=ResultOrder`.

Completed in 826 milliseconds

<<51525354555657585960>>