/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
hw_info_types.h | 40 // in a given layer stack. 469 LayerStack *stack = NULL; // Input layer stack. Set by the caller. 471 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present. 473 std::vector<Layer> hw_layers = {}; // Layers which need to be programmed on the HW 475 uint32_t index[kMaxSDELayers] = {}; // Indexes of the layers from the layer stack which need to 489 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer 536 uint32_t width = 0; // Layer mixer width 537 uint32_t height = 0; // Layer mixer height 539 LayerBufferFormat output_format = kFormatRGB101010; // Layer mixer output format
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
hw_info_types.h | 38 // given layer stack. 414 LayerStack *stack = NULL; // Input layer stack. Set by the caller. 416 uint32_t index[kMaxSDELayers]; // Indexes of the layers from the layer stack which need to be 418 LayerRect updated_src_rect[kMaxSDELayers]; // Updated layer src rects in s3d mode 419 LayerRect updated_dst_rect[kMaxSDELayers]; // Updated layer dst rects in s3d mode 429 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer 471 uint32_t width = 0; // Layer mixer width 472 uint32_t height = 0; // Layer mixer height 474 LayerBufferFormat output_format = kFormatRGB101010; // Layer mixer output format
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
hw_info_types.h | 40 // given layer stack. 462 LayerStack *stack = NULL; // Input layer stack. Set by the caller. 464 uint32_t gpu_target_index = 0; // GPU target layer index. 0 if not present. 466 std::vector<Layer> hw_layers = {}; // Layers which need to be programmed on the HW 468 uint32_t index[kMaxSDELayers] = {}; // Indexes of the layers from the layer stack which need to 482 bool use_hw_cursor = false; // Indicates that HWCursor pipe needs to be used for cursor layer 528 uint32_t width = 0; // Layer mixer width 529 uint32_t height = 0; // Layer mixer height 531 LayerBufferFormat output_format = kFormatRGB101010; // Layer mixer output format
|
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 352 const UINT layer); 365 * \param layer Instance layer. 371 const UCHAR buildUpStatus, UCHAR *configChanged, const UINT layer, 497 * \param layer The layer the bitstream belongs to. 502 UINT *pBytesValid, const INT layer); 510 const UINT layer); 543 const UINT layer); 548 * \param layer Transport layer [all...] |
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
low_level_intro.md | 316 [densely-connected layer](https://developers.google.com/machine-learning/glossary/#fully_connected_layer) 320 The connection weights and biases are managed by the layer object. 324 The following code creates a @{tf.layers.Dense$`Dense`} layer that takes a 326 layer to an input, call the layer as if it were a function. For example: 334 The layer inspects its input to determine sizes for its internal variables. So 335 here we must set the shape of the `x` placeholder so that the layer can 343 The layer contains variables that must be **initialized** before they can be 362 Now that the layer is initialized, we can evaluate the `linear_model`'s output 376 ### Layer Function shortcut [all...] |
/hardware/qcom/display/msm8909/sdm/include/core/ |
display_interface.h | 29 @details Display device is used to send layer buffers for composition and get them rendered onto 280 Client shall mark composition type for one of the layer as kCompositionGPUTarget; the GPU 281 composed output would be rendered at the specified layer if some of the layers are not handled 284 Display manager will set each layer as kCompositionGPU or kCompositionSDE upon return. Client 303 Client must ensure that layer stack is same as previous call to Prepare. 591 /*! @brief Method to set layer mixer resolution. 593 @param[in] width layer mixer width 594 @param[in] height layer mixer height 600 /*! @brief Method to get layer mixer resolution. 602 @param[out] width layer mixer widt [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/ |
SdDevice.c | 20 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
60 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
160 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
238 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
279 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
324 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
378 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
435 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
480 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
521 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/ |
SdDevice.c | 20 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
60 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
160 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
238 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
279 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
324 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
378 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
435 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
480 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
521 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details. [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 114 unsigned layer, level, sample, checked_last_layer, max_layer, max_sample; local 156 for (layer = first_layer; layer <= checked_last_layer; layer++) { 167 surf_tmpl.u.tex.first_layer = layer; 168 surf_tmpl.u.tex.last_layer = layer; 207 unsigned layer, max_layer, checked_last_layer, level; local 233 for (layer = first_layer; layer <= checked_last_layer; layer++) 300 unsigned layer, level, checked_last_layer, max_layer; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.c | 342 * the physical layer holding sample 0. So, for example, if 343 * src_mt->num_samples == 4, then logical layer n corresponds to src_layer == 824 * represent only single level/layer. Here it will be reserved for the 825 * first slice (level 0, layer 0). [all...] |
/frameworks/native/services/surfaceflinger/ |
BufferLayer.cpp | 55 : Layer(flinger, client, name, w, h, flags), 64 ALOGV("Creating Layer %s", name.string()); 82 "surface flinger layer %s", 159 * onDraw will draw the current layer onto the presentable buffer 166 // the texture has not been created yet, this Layer has 177 mFlinger->mDrawingState.traverseInZOrder([&](Layer* layer) { 178 if (finished || layer == static_cast<BufferLayer const*>(this)) { 182 under.orSelf(renderArea.getTransform().transform(layer->visibleRegion)); 231 sp<Layer> p = mDrawingParent.promote() [all...] |
/external/mdnsresponder/ |
README.txt | 78 The "mDNS Core" layer is absolutely identical for all applications and 81 The "Platform Support" layer provides the necessary supporting routines 85 The "Application" layer does whatever that particular application wants 86 to do. It calls routines provided by the "mDNS Core" layer to perform 92 The "mDNS Core" layer in turn calls through to the "Platform Support" 93 layer to send and receive the multicast UDP packets to do the actual work.
|
/external/mesa3d/src/intel/blorp/ |
blorp.c | 66 unsigned int level, unsigned int layer, 117 /* 3-D textures don't support base_array layer and neither do 2-D 123 info->z_offset = layer; 125 info->view.base_array_layer = layer; 226 struct blorp_surf *surf, unsigned level, unsigned layer, 234 brw_blorp_surface_info_init(batch->blorp, ¶ms.depth, surf, level, layer,
|
/external/mesa3d/src/mesa/drivers/common/ |
meta_generate_mipmap.c | 275 GLuint layer; local 326 for (layer = 0; layer < dstDepth; ++layer) { 329 layer, 344 layer);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/include/ |
viddec_fw_mp4.h | 35 // This structure contains the information extracted from the Video Object Layer. 41 // Flags extracted from the Video Object Layer 68 // Size extracted from the Video Object Layer 79 // Sprite, time increments and quantization details from the Video Object Layer 102 // This structure contains the information extracted from the Video Object Layer. 164 // This structure contains the information extracted from the Video Object Layer.
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
PhysicalDevice.cpp | 66 ALOGTRACE("disp = %d, layer number = %d", mDisp, list->numHwLayers); 74 // create a new layer list 77 WLOGTRACE("failed to create layer list"); 112 WLOGTRACE("null HWC layer list"); 129 /* Sync the arguments of Frame Buffer Target layer updated in SurfaceFlinger. */ 497 // dump layer list
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
threading.cpp | 182 1, "Google Validation Layer", 214 // Threading layer does not have any device extensions 417 // loader-layer interface v0, just wrappers since there is only a layer 431 // the layer command handles VK_NULL_HANDLE just fine internally 439 // the layer command handles VK_NULL_HANDLE just fine internally
|
/system/nfc/src/nfc/include/ |
llcp_int.h | 127 layer */ 137 LLCP_DLC_EVENT_API_CONNECT_REQ, /* connection request from upper layer */ 138 LLCP_DLC_EVENT_API_CONNECT_CFM, /* connection confirm from upper layer */ 139 LLCP_DLC_EVENT_API_CONNECT_REJECT, /* connection reject from upper layer */ 143 LLCP_DLC_EVENT_API_DATA_REQ, /* data packet from upper layer */ 146 LLCP_DLC_EVENT_API_DISCONNECT_REQ, /* disconnect request from upper layer */
|
/external/tensorflow/tensorflow/contrib/tensorrt/convert/ |
convert_nodes.cc | 419 nvinfer1::IShuffleLayer* layer = this->network()->addShuffle(*input_tensor); local 424 layer->setFirstTranspose(permutation); 432 layer->setReshapeDimensions(reshape_dims); 433 return layer->getOutput(0); 777 nvinfer1::IScaleLayer* layer = ctx.network()->addScale( 781 nvinfer1::ITensor* output_tensor = layer->getOutput(0); 816 nvinfer1::IElementWiseLayer* layer = ctx.network()->addElementWise( 820 nvinfer1::ITensor* output_tensor = layer->getOutput(0); 844 return tensorflow::errors::InvalidArgument("Failed to create Input layer"); 915 nvinfer1::IConvolutionLayer* layer [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/ |
SdDevice.c | 20 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
60 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
160 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
238 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
279 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
324 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
378 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
435 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
480 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details.
521 Refer to SD Physical Layer Simplified Spec 4.1 Section 4.7 for details. [all...] |
/external/skqp/include/core/ |
SkCanvas.h | 241 /** Gets the size of the base or root layer in global canvas coordinates. The 242 origin of the base layer is always (0,0). The area available for drawing may be 245 @return integral width and height of base layer 276 @param origin storage for SkCanvas top layer origin, its top-left corner; 520 @param bounds hint to limit the size of the layer; may be nullptr 521 @param paint graphics state for layer; may be nullptr 535 SkRect bounds suggests but does not define the layer size. To clip drawing to 543 @param bounds hint to limit the size of layer; may be nullptr 544 @param paint graphics state for layer; may be nullptr 553 lcd text is preserved when the layer is drawn to the prior layer [all...] |
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
mobilenet.py | 20 Depending on the use case, it can use different input layer size and 29 which increases/decreases the number of filters in each layer. 157 use_bias: Boolean, whether the layer uses a bias vector. 164 the output of the layer (its 'activation').. 344 of filters in each layer. 346 of filters in each layer. 348 are used at each layer. 353 layer at the top of the network. 364 last convolutional layer. 367 last convolutional layer, and thu [all...] |
/external/tensorflow/tensorflow/python/layers/ |
normalization.py | 17 """Contains the normalization layer classes and their functional aliases. 46 class BatchNormalization(base.Layer): 47 """Batch Normalization layer from http://arxiv.org/abs/1502.03167. 57 `Conv2D` layer with `data_format="channels_first"`, set `axis=1`. If a 68 not used. When the next layer is linear (also e.g. `nn.relu`), this can be 69 disabled since the scaling can be done by the next layer. 78 norm constraints or value constraints for layer weights). The function 119 name: A string, the name of the layer. 663 """Functional interface for the batch normalization layer. 685 axis). For instance, after a `Convolution2D` layer wit [all...] |
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
hw_device_drm.cpp | 229 Layer &layer = hw_layer_info.hw_layers.at(i); local 230 LayerBuffer *input_buffer = &layer.input_buffer; 599 Layer &layer = hw_layer_info.hw_layers.at(i); local 600 LayerBuffer *input_buffer = &layer.input_buffer; 618 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha); 621 SetBlending(layer.blending, &blending); 633 if (layer.transform.flip_horizontal) { 636 if (layer.transform.flip_vertical) 774 Layer &layer = hw_layer_info.hw_layers.at(i); local [all...] |
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
hw_device_drm.cpp | 229 Layer &layer = hw_layer_info.hw_layers.at(i); local 230 LayerBuffer *input_buffer = &layer.input_buffer; 594 Layer &layer = hw_layer_info.hw_layers.at(i); local 595 LayerBuffer *input_buffer = &layer.input_buffer; 613 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ALPHA, pipe_id, layer.plane_alpha); 616 SetBlending(layer.blending, &blending); 628 if (layer.transform.flip_horizontal) { 631 if (layer.transform.flip_vertical) 769 Layer &layer = hw_layer_info.hw_layers.at(i); local [all...] |