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

<<41424344454647484950>>

  /external/tensorflow/tensorflow/core/distributed_runtime/
call_options.h 42 // the cancellation notification depending on the rpc layer
46 // The callee (the rpc layer implementation) must set a cancellation
55 // layer's specific cancellation mechanism and does nothing else.
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.mm 83 // create OpenGLES context from self layer class
84 CAEAGLLayer* eagl_layer = (CAEAGLLayer*)self.layer;
110 fromDrawable:(CAEAGLLayer*)self.layer];
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 20 /* Header file for the private layer interface of Dynamic Bass Enhancement module */
23 /* prototypes required by the execution layer. */
41 #include "LVDBE.h" /* Calling or Application layer definitions */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Private.h 20 /* Header file for the private layer interface of concert sound. */
23 /* prototypes required by the execution layer. */
41 #include "LVCS.h" /* Calling or Application layer definitions */
  /frameworks/base/libs/hwui/
LayerBuilder.h 68 * for a single FBO/layer.
79 // Create LayerBuilder for an offscreen layer, where beginLayerOp is present for a
80 // saveLayer, renderNode is present for a HW layer.
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 65 static void layerLostGlContext(Layer* layer) {
66 LOG_ALWAYS_FATAL_IF(layer->getApi() != Layer::Api::OpenGL,
67 "layerLostGlContext on non GL layer");
68 static_cast<GlLayer*>(layer)->onGlContextLost();
98 static void layerDestroyedVkContext(Layer* layer) {
99 LOG_ALWAYS_FATAL_IF(layer->getApi() != Layer::Api::Vulkan
    [all...]
  /frameworks/native/opengl/specs/
EGL_ANDROID_framebuffer_target.txt 44 the HWComposer HAL as a framebuffer target layer.
68 framebuffer target layer is
84 target layer.
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposerBufferCache.h 32 // HWC display and layer. When updating a display target or a layer buffer,
35 // overhead to transfer the handle over the trasport layer, and the overhead
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_pic_com.c 9 // Description: Parses VC-1 picture layer for simple and main profiles.
16 * Parse picture layer. This function parses the picture header for simple or
17 * main profile down to macroblock layer.
  /hardware/qcom/display/msm8909/sdm/libs/core/
comp_manager.cpp 236 // Limit 2 layer SDE Comp if its not a Primary Display.
247 // When Secure layer is present on external, GPU composition should be policy
251 DLOGV_IF(kTagCompManager,"Secure layer present for LET. Fallingback to GPU");
253 for(auto &layer : hw_layers->info.stack->layers) {
254 if(layer->composition != kCompositionGPUTarget) {
255 layer->flags.skip = 1;
268 // TODO(user): App layer count will change for hybrid composition
275 // Avoid safe mode, if there is only one app layer.
521 Layer *layer = layer_stack->layers.at(UINT32(i)) local
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_buffer.h 26 @brief File for layer buffer structure.
38 /*! @brief This enum represents display layer color space conversion (CSC) matrix types.
40 @sa Layer
48 /*! @brief This enum represents display layer inverse gamma correction (IGC) types.
50 @sa Layer
170 kS3dFormatNone, //!< Layer buffer content is not 3D content.
188 /*! @brief This structure defines flags associated with a layer buffer. The 1-bit flag can be set
218 /*! @brief This structure defines a layer buffer handle which contains raw buffer and its associated
225 uint32_t width = 0; //!< Actual width of the Layer that this buffer is for.
226 uint32_t height = 0; //!< Actual height of the Layer that this buffer is for
    [all...]
  /packages/services/Car/tests/VmsSubscriberClientSample/src/com/google/android/car/vms/subscriber/
VmsSubscriberClientSampleActivity.java 33 * the connection is ready. Then, it subscribes to a VMS layer/version and updates the TextView when
38 // The layer id and version should match the ones defined in
113 public void onVmsMessageReceived(VmsLayer layer, byte[] payload) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_bonding.h 91 #define BOND_XMIT_POLICY_LAYER2 0 /* layer 2 (MAC only), default */
92 #define BOND_XMIT_POLICY_LAYER34 1 /* layer 3+4 (IP ^ (TCP || UDP)) */
93 #define BOND_XMIT_POLICY_LAYER23 2 /* layer 2+3 (IP ^ MAC) */
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 110 " int layer = image_coord.x / layer_width;\n"
111 " int layer_offset = layer * layer_width;\n"
112 " int layer_index = layer * vertices_per_layer;\n"
    [all...]
  /external/libpcap/
pcap_loop.3pcap 124 The bytes of data from the packet begin with a link-layer header. The
125 format of the link-layer header is indicated by the return value of the
142 all subsequent packets will have a link-layer header of the type
143 specified by the link-layer header type value passed to
149 any given link-layer header type, such as
152 link-layer header type of
  /external/libxml2/result/valid/
dia.xml 3 <!ELEMENT dia:diagram (dia:diagramdata , dia:layer*)>
6 <!ELEMENT dia:layer (dia:object | dia:group)*>
7 <!ATTLIST dia:layer dia:name CDATA #REQUIRED>
8 <!ATTLIST dia:layer dia:visible (true | false) #REQUIRED>
48 <dia:layer dia:name="Background" dia:visible="true">
138 </dia:layer>
  /external/perfetto/src/tracing/ipc/service/
consumer_ipc_service.cc 54 // Called by the IPC layer.
60 // Called by the IPC layer.
73 // Called by the IPC layer.
80 // Called by the IPC layer.
88 // Called by the IPC layer.
95 // Called by the IPC layer.
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
estimator.py 49 layer. It can also be a function that computes the number of examples
50 based on the depth of the layer that's being built.
128 layer. It can also be a function that computes the number of examples
129 based on the depth of the layer that's being built.
197 layer. It can also be a function that computes the number of examples
198 based on the depth of the layer that's being built.
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
decisions_to_data.py 15 """Treats a decision tree as a representation transformation layer.
35 """A layer that treats soft decisions as data."""
76 """A layer that treats soft decisions made on single features as data."""
121 """A layer that learns a soft decision tree but treats it as hard at test."""
159 """A layer that learns a soft decision tree by sampling paths."""
211 """A layer that learns a soft decision tree by sampling paths."""
  /external/tensorflow/tensorflow/examples/tutorials/mnist/
mnist_deep.py 59 # First convolutional layer - maps one grayscale image to 32 feature maps.
65 # Pooling layer - downsamples by 2X.
69 # Second convolutional layer -- maps 32 feature maps to 64.
75 # Second pooling layer.
79 # Fully connected layer 1 -- after 2 round of downsampling, our 28x28 image
104 """conv2d returns a 2d convolution layer with full stride."""
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
constraints.py 50 For instance, in a `Dense` layer the weight matrix
54 In a `Conv2D` layer with `data_format="channels_last"`,
91 For instance, in a `Dense` layer the weight matrix
95 In a `Conv2D` layer with `data_format="channels_last"`,
132 For instance, in a `Dense` layer the weight matrix
136 In a `Conv2D` layer with `data_format="channels_last"`,
  /external/vulkan-validation-layers/tests/layers/
device_profile_api.cpp 46 // device_profile_api Layer EXT APIs
72 // search if we got the device limits for this device and stored in device_profile_api layer
94 // search if we got the device limits for this device and stored in device_profile_api layer
148 // Search if we got the device limits for this device and stored in device_profile_api layer
161 // Search if we got the device limits for this device and stored in device_profile_api layer
181 "LunarG device profile api Layer",
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 114 // We check target_bitrate_bps of the 0th layer to see if the spatial layers
182 // For now, temporal layers only supported when having one spatial layer.
388 // Set QP-min/max per spatial and temporal layer.
397 const auto& layer = codec_.spatialLayers[i]; local
398 svc_internal_.svc_params.scaling_factor_num[i] = layer.scaling_factor_num;
399 svc_internal_.svc_params.scaling_factor_den[i] = layer.scaling_factor_den;
432 // Register callback for getting each spatial layer.
710 for (int layer = settings.start_layer; layer <= settings.stop_layer;
711 ++layer) {
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 53 class Layer;
72 * Update or create a layer specific for the provided RenderNode. The layer
76 * @return true if the layer has been created or updated
140 bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap);
202 // TODO: Replace with something better for layer & other GL object
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/res/drawable/
open_in_phone_circle.xml 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
43 </layer-list

Completed in 534 milliseconds

<<41424344454647484950>>