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

<<31323334353637383940>>

  /packages/services/Car/car-lib/src/android/car/vms/
VmsPublisherClientService.java 100 * @param layer the layer to publish to.
106 public final void publish(VmsLayer layer, int publisherId, byte[] payload) {
108 Log.d(TAG, "Publishing for layer : " + layer);
114 mVmsPublisherService.publish(token, layer, publisherId, payload);
178 * @return list of layer/version or null in case of error.
  /external/tensorflow/tensorflow/contrib/kfac/examples/
convnet.py 17 This library fits a 5-layer ConvNet on MNIST using K-FAC. The model has the
20 - Conv Layer: 5x5 kernel, 16 output channels.
22 - Conv Layer: 5x5 kernel, 16 output channels.
58 """Builds a convolutional layer with ReLU non-linearity.
61 layer_id: int. Integer ID for this layer's variables.
70 Values of the layer immediately before the activation function.
72 Values of the layer immediately after the activation function.
73 params: Tuple of (kernel, bias), parameters for this layer.
76 layer = tf.layers.Conv2D(
82 preactivations = layer(inputs
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 157 /** @brief Specifies encoded heights in pixels, height[n] represents the n-th layer's height. */
160 /** @brief Specifies encoded widths in pixels, width[n] represents the n-th layer's width.*/
163 /** @brief Specifies target frame rates in frames per second, frameRate[n] represents the n-th layer's target frame rate.*/
166 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */
169 /** @brief Specifies default quantization parameters for I-Vop. Iquant[n] represents the n-th layer default quantization parameter. The default is Iquant[0]=12.*/
172 /** @brief Specifies default quantization parameters for P-Vop. Pquant[n] represents the n-th layer default quantization parameter. The default is Pquant[0]=10.*/
175 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any).
273 * @param layer is the layer of the requested VOL header.
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/
Replayer.cpp 383 setLayer(transaction, change.id(), change.layer());
462 ALOGV("Layer %d: Setting Position -- x=%f, y=%f", id, pc.x(), pc.y());
468 ALOGV("Layer %d: Setting Size -- w=%u, h=%u", id, sc.w(), sc.h());
474 ALOGV("Layer %d: Setting Layer -- layer=%d", id, lc.layer());
475 t.setLayer(mLayers[id], lc.layer());
480 ALOGV("Layer %d: Setting Alpha -- alpha=%f", id, ac.alpha());
486 ALOGV("Layer %d: Setting Crop -- left=%d, top=%d, right=%d, bottom=%d", id
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 2 Definitions for the EFI Socket layer library.
154 extern CONST EFI_GUID mEslIp4ServiceGuid; ///< Tag GUID for the IPv4 layer
155 extern CONST EFI_GUID mEslIp6ServiceGuid; ///< Tag GUID for the IPv6 layer
156 extern CONST EFI_GUID mEslTcp4ServiceGuid; ///< Tag GUID for the TCPv4 layer
157 extern CONST EFI_GUID mEslTcp6ServiceGuid; ///< Tag GUID for the TCPv6 layer
158 extern CONST EFI_GUID mEslUdp4ServiceGuid; ///< Tag GUID for the UDPv4 layer
159 extern CONST EFI_GUID mEslUdp6ServiceGuid; ///< Tag GUID for the UDPv6 layer
246 SocketDxe uses this routine to notify EFI that the socket layer
268 manage the network layer interfaces for the socket driver. Tag
271 interface for use by the socket layer.
    [all...]
  /external/scapy/scapy/
packet.py 378 Create the default layer regarding fields_desc dict
404 Create the default version of the payload layer
406 :return: a string of payload layer
412 Create the default version of the layer
432 Create the current layer
443 DEV: called right after the current layer is build.
675 DEV: to be overloaded to extract current layer's padding.
677 :param str s: the current layer
678 :return: a couple of strings (actual layer, padding)
683 """DEV: is called right after the current layer has been dissected""
    [all...]
  /frameworks/base/libs/hwui/
RecordedOp.h 396 TextureLayerOp(BASE_PARAMS_PAINTLESS, DeferredLayerUpdater* layer)
397 : SUPER_PAINTLESS(TextureLayerOp), layerHandle(layer) {}
412 * Stateful operation! denotes the creation of an off-screen layer,
420 * Stateful operation! Denotes end of off-screen layer, and that
423 * State in this op is empty, it just serves to signal that a layer has been finished.
447 // Records a handle to the Layer object, since the Layer itself won't be
452 // draw the parameter layer underneath
460 // Records a handle to the Layer object, since the Layer itself won't b
    [all...]
RenderNode.h 183 void setLayer(OffscreenBuffer* layer) { mLayer = layer; }
298 * Returns true if an offscreen layer from any renderPipeline is attached
305 * The surface is then will be used to store the contents of a layer.
307 void setLayerSurface(sk_sp<SkSurface> layer) {
308 if (layer.get()) {
312 mSkiaLayer->layerSurface = std::move(layer);
322 * the layer and composite the layer into its parent. If the type is not
  /hardware/qcom/display/msm8909/sdm/include/core/
layer_buffer.h 26 @brief File for layer buffer structure.
39 /*! @brief This enum represents display layer inverse gamma correction (IGC) types.
41 @sa Layer
164 kS3dFormatNone, //!< Layer buffer content is not 3D content.
182 /*! @brief This structure defines flags associated with a layer buffer. The 1-bit flag can be set
208 //!< camera layer can co-exist with non-secure layer(s).
219 /*! @brief This structure defines a layer buffer handle which contains raw buffer and its associated
226 uint32_t width = 0; //!< Aligned width of the Layer that this buffer is for.
227 uint32_t height = 0; //!< Aligned height of the Layer that this buffer is for
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/include/core/
layer_buffer.h 26 @brief File for layer buffer structure.
39 /*! @brief This enum represents display layer inverse gamma correction (IGC) types.
41 @sa Layer
164 kS3dFormatNone, //!< Layer buffer content is not 3D content.
182 /*! @brief This structure defines flags associated with a layer buffer. The 1-bit flag can be set
208 //!< camera layer can co-exist with non-secure layer(s).
219 /*! @brief This structure defines a layer buffer handle which contains raw buffer and its associated
226 uint32_t width = 0; //!< Aligned width of the Layer that this buffer is for.
227 uint32_t height = 0; //!< Aligned height of the Layer that this buffer is for
    [all...]
  /hardware/qcom/display/msm8998/sdm/include/core/
layer_buffer.h 26 @brief File for layer buffer structure.
39 /*! @brief This enum represents display layer inverse gamma correction (IGC) types.
41 @sa Layer
162 kS3dFormatNone, //!< Layer buffer content is not 3D content.
180 /*! @brief This structure defines flags associated with a layer buffer. The 1-bit flag can be set
206 //!< camera layer can co-exist with non-secure layer(s).
217 /*! @brief This structure defines a layer buffer handle which contains raw buffer and its associated
224 uint32_t width = 0; //!< Aligned width of the Layer that this buffer is for.
225 uint32_t height = 0; //!< Aligned height of the Layer that this buffer is for
    [all...]
  /device/generic/goldfish/hwcomposer/
hwcomposer.cpp 50 // HWC_FRAMEBUFFER_TARGET layer to to HWC_FRAMEBUFFER.
70 for (size_t layer = 0; layer < contents->numHwLayers; layer++) {
71 hwc_layer_1_t* fb_layer = &contents->hwLayers[layer];
84 ALOGE("hwcomposer found acquire fence on layer %d which is not an"
85 "HWC_FRAMEBUFFER_TARGET layer", layer);
121 // we do not support the background layer
  /external/libnl/lib/route/cls/
ematch_syntax.y 62 %token <i> ERROR LOGIC NOT OPERAND NUMBER ALIGN LAYER
213 rtnl_ematch_nbyte_set_offset(e, $3->layer, $3->offset);
235 rtnl_ematch_text_set_from(e, $5->layer, $5->offset);
240 rtnl_ematch_text_set_to(e, $6->layer, $6->offset);
311 $$.layer = $1->layer;
446 /* [u8|u16|u32|NUM at] LAYER + OFFSET [mask MASK] */
447 | align LAYER "+" NUMBER mask
463 loc->layer = $2;
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 72 unsigned layer = (header >> 17) & 3; local
74 if (layer == 0x00) {
101 if (layer == 3) {
102 // layer I
129 // layer II or III
148 bitrate = (layer == 2 /* L2 */)
160 *out_num_samples = (layer == 1 /* L3 */) ? 576 : 1152;
172 size_t tmp = (layer == 1 /* L3 */) ? 72000 : 144000;
190 // Mask to extract the version, layer, sampling rate parts of the MP3 header,
  /frameworks/base/libs/hwui/pipeline/skia/
RenderNodeDrawable.cpp 110 // We only respect the nothingToDraw check when we are composing a layer. This
111 // ensures that we paint the layer even if it is not currently visible in the
184 // If we are drawing the contents of layer, we don't want to apply any of
186 // when the layer is composited.
201 // composing a hardware layer
207 // surfaces for layers are created on LAYER_SIZE boundaries (which are >= layer size) so
222 // This can be "else if" because flashing green on layer updates
231 // Non-layer draw for a view with getHasOverlappingRendering=false, will apply
263 clipFlags &= ~CLIP_TO_BOUNDS; // bounds clipping done by layer
SkiaOpenGLPipeline.cpp 138 * prevents us from reading the contents of the layer's texture directly. The
155 Layer* layer = deferredLayer->backingLayer(); local
157 if (LayerDrawable::DrawLayer(mRenderThread.getGrContext(), tmpSurface->getCanvas(), layer,
185 static Layer* createLayer(RenderState& renderState, uint32_t layerWidth, uint32_t layerHeight,
187 GlLayer* layer = local
189 layer->generateTexture();
190 return layer;
195 return new DeferredLayerUpdater(mRenderThread.renderState(), createLayer, Layer::Api::OpenGL);
  /system/bt/stack/mcap/
mca_int.h 44 BT_HDR hdr; /* layer specific information */
71 BT_HDR hdr; /* layer specific information */
103 MCA_CCB_LL_OPEN_EVT, /* Lower layer open. This event is sent when the lower
104 layer channel is open. */
105 MCA_CCB_LL_CLOSE_EVT, /* Lower layer close. This event is sent when the lower
106 layer channel is closed. */
107 MCA_CCB_LL_CONG_EVT, /* Lower layer congestion. This event is sent when the
108 lower layer is congested. */
117 BT_HDR hdr; /* layer specific information */
  /device/linaro/bootloader/arm-trusted-firmware/plat/compat/
plat_pm_compat.c 20 * The hooks exported by the compatibility layer
39 * compatibility mode, the PSCI generic layer need to know only whether the
42 * the platform layer.
58 * levels. This allows the generic PSCI layer to invoke
60 * layer invokes the 'affinst_standby' handler with the
  /external/libmtp/logs/
mtp-detect-nokia-5800.txt 3 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects.
5 Error 2: PTP Layer error 02ff: get_handles_recursively(): could not get object handles.
7 Error 2: PTP Layer error 02ff: get_handles_recursively(): could not get object handles.
143 ISO MPEG-1 Audio Layer 3
144 MPEG-4 Part 14 Container Format (Audio+VError 2: PTP Layer error 02ff: get_device_unicode_property(): failed to get unicode property.
mtp-detect-slacker-pmp.txt 13 Error 2: PTP Layer error 02fe: get_all_metadata_fast(): could not get
16 Error 2: PTP Layer error 02ff: get_handles_recursively(): could not get
144 ISO MPEG-1 Audio Layer 3
155 ISO MPEG-1 Audio Layer 2
159 Error 2: PTP Layer error 02ff: get_device_unicode_property(): failed to
  /external/libxml2/test/valid/
dia.xml 3 <!ELEMENT dia:diagram (dia:diagramdata, (dia:layer)*) >
10 <!ELEMENT dia:layer (dia:object | dia:group)*>
11 <!ATTLIST dia:layer
72 <dia:layer dia:name="Background" dia:visible="true">
162 </dia:layer>
  /external/llvm/docs/tutorial/
BuildingAJIT2.rst 22 In this layer we'll learn more about the ORC layer concept by using a new layer,
47 constructor for this layer takes a reference to the layer below (as all layers
160 to see how layers compose. It also provides a neat entry point to the *layer*
162 implementations of the layer concept that can be devised:
215 ``TransformFtor`` that provide the type of the base layer and the type of the
219 layer interface. The interface consists of one typedef and five methods:
241 | | of mutated modules down to the layer below.
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IRTransformLayer.h 22 /// @brief IR mutating layer.
24 /// This layer accepts sets of LLVM IR Modules (via addModuleSet). It
26 /// the set of transformed modules to the layer below.
39 /// add the resulting set of modules to the base layer, along with the
69 /// base layer's implementation.
ObjectTransformLayer.h 22 /// @brief Object mutating layer.
24 /// This layer accepts sets of ObjectFiles (via addObjectSet). It
26 /// the set of transformed objects to the layer below.
39 /// add the resulting set of objects to the base layer, along with the
68 /// base layer's implementation.
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_surface.c 52 unsigned layer = templat->u.tex.first_layer; local
54 assert(layer < rsc->base.array_size);
89 * address to layer */
92 surf->surf.offset += layer * surf->surf.layer_stride;
105 unsigned int layer_offset = layer * surf->surf.ts_layer_stride;

Completed in 2136 milliseconds

<<31323334353637383940>>