/external/libvpx/libvpx/test/ |
error_resilience_test.cc | 59 // Frame flags and layer id for temporal layers. 63 // LAST is updated on base/layer 0, GOLDEN updated on layer 1. 71 // Layer 0: predict from LAST and ARF, update LAST. 75 // Layer 0: predict from GF and ARF, update GF. 81 // Layer 1: predict from L, GF, and ARF, update GF. 84 // Layer 1: predict from GF and ARF, update GF. 96 // For temporal layer case. 287 // if we lose (i.e., drop before decoding) the enhancement layer frames for a 288 // two layer temporal pattern. The base layer does not predict from the to 487 int layer = SetLayerId(tot_frame_number_, cfg_.ts_number_layers); local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_mdpcomp.cpp | 222 hwc_layer_1_t* layer = &(list->hwLayers[index]); local 225 layer->compositionType = HWC_OVERLAY; 226 layer->hints |= HWC_HINT_CLEAR_FB; 228 /* Drop the layer when its already present in FB OR when it lies 231 layer->compositionType = HWC_OVERLAY; 274 // populate layer and MDP maps 325 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { 326 private_handle_t *hnd = (private_handle_t *)layer->handle; 327 if((has90Transform(layer) and (not isRotationDoable(ctx, hnd))) || 328 (not isValidDimension(ctx,layer)) 469 const hwc_layer_1_t* layer = &list->hwLayers[i]; local 508 hwc_layer_1_t* layer = &list->hwLayers[index]; local 574 const hwc_layer_1_t* layer = &list->hwLayers[i]; local 622 hwc_layer_1_t* layer = &list->hwLayers[index]; local 719 hwc_layer_1_t* layer = &list->hwLayers[i]; local 770 hwc_layer_1_t* layer = &list->hwLayers[i]; local 825 hwc_layer_1_t* layer = &list->hwLayers[i]; local 846 hwc_layer_1_t* layer = &list->hwLayers[i]; local 864 hwc_layer_1_t* layer = &list->hwLayers[j]; local 909 hwc_layer_1_t* layer = &list->hwLayers[i]; local 918 hwc_layer_1_t* layer = &list->hwLayers[i]; local 947 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1000 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1068 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1372 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1427 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local 1458 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1504 hwc_layer_1_t* layer = &list->hwLayers[index]; local 1557 hwc_layer_1_t* layer = &list->hwLayers[index]; local 1762 hwc_layer_1_t* layer = &list->hwLayers[index]; local 1790 __FUNCTION__, layer, zOrder, dest); local 1802 hwc_layer_1_t* layer = &list->hwLayers[index]; local 1870 hwc_layer_1_t *layer = &list->hwLayers[i]; local 1901 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local 1912 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local 1944 using pipe: %d", __FUNCTION__, layer, local 1982 hwc_layer_1_t* layer = &list->hwLayers[index]; local 2041 hwc_layer_1_t* layer = &list->hwLayers[index]; local 2102 "dest_pipeR: %d",__FUNCTION__, layer, zOrder, lDest, rDest); local 2128 hwc_layer_1_t *layer = &list->hwLayers[i]; local 2158 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local 2169 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local 2209 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local 2221 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local 2322 "dest_pipeR: %d",__FUNCTION__, layer, z, lDest, rDest); local [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
packet_sender.py | 162 packet: custom built packet from Layer 2 up to Application layer 182 packet: custom built packet from Layer 2 up to Application layer 207 packet: custom built packet from Layer 2 up to Application layer 254 src_mac: MAC address (Layer 2) of the source node 255 src_ipv4: IPv4 address (Layer 3) of the source node 256 dst_ipv4: IPv4 address (Layer 3) of the destination node 291 eth_dst: Ethernet (layer 2) destination address (Optional [all...] |
/frameworks/native/services/vr/hardware_composer/impl/ |
vr_hwc.cpp | 111 HwcLayer* HwcDisplay::GetLayer(Layer id) { 119 bool HwcDisplay::DestroyLayer(Layer id) { 131 std::vector<Layer>* layer_ids, 178 for (const auto& layer : layers_) { 179 if (layer.composition_type == IComposerClient::Composition::CLIENT) { 201 if (!layer.info.buffer.get() || !layer.info.fence.get()) { 202 ALOGV("Layer requested without valid buffer"); 206 frame.push_back(layer.info); 214 std::vector<Layer> HwcDisplay::UpdateLastFrameAndGetLastFrameLayers() [all...] |
/cts/hostsidetests/gputools/layers/jni/ |
nullLayer.cpp | 31 // Announce if anything loads this layer. LAYERNAME is defined in Android.mk 44 // Minimal dispatch table for this simple layer 71 "VK_LAYER_ANDROID_nullLayer" xstr(LAYERNAME), VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION), 1, "Layer: nullLayer" xstr(LAYERNAME), 112 // Grab GIPA for the next layer 118 // Advance the chain for next layer 121 // Call the next layer 134 // Our simple layer only intercepts vkCreateInstance 144 // loader-layer interface v0, just wrappers since there is only a layer
|
/external/tinycompress/include/tinycompress/ |
tinymp3.h | 75 { 0, 32, 64, 96, 128, 160, 192, 224, 256, 288, 320, 352, 384, 416, 448}, /* Layer 1 */ 76 { 0, 32, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384}, /* Layer 2 */ 77 { 0, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320}, /* Layer 3 */ 81 { 0, 32, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, 256}, /* Layer 1 */ 82 { 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160}, /* Layer 2 */ 83 { 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160}, /* Layer 3 */ 87 { 0, 32, 48, 56, 64, 80, 96, 112, 128, 144, 160, 176, 192, 224, 256}, /* Layer 1 */ 88 { 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160}, /* Layer 2 */ 89 { 0, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160}, /* Layer 3 */
|
/external/vulkan-validation-layers/layers/ |
vk_layer_settings.txt | 3 # This file contains per-layer settings that configure layer behavior at 8 # <LayerIdentifier> is typically the official layer name, minus the VK_LAYER 10 # the layer identifier is 'lunarg_core_validation', and for 15 # Validation Layer Common Settings: 21 # action is to be taken when a layer wants to report information. 38 # telling the layer what types of messages it should report back. 46 # debug - For layer development. Report messages for debugging layer
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
vk_layer_settings.txt | 3 # This file contains per-layer settings that configure layer behavior at 8 # <LayerIdentifier> is typically the official layer name, minus the VK_LAYER 10 # the layer identifier is 'lunarg_core_validation', and for 15 # Validation Layer Common Settings: 21 # action is to be taken when a layer wants to report information. 38 # telling the layer what types of messages it should report back. 46 # debug - For layer development. Report messages for debugging layer
|
/external/iproute2/include/uapi/linux/ |
atmsap.h | 19 * Layer 2 protocol identifiers 26 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */ 41 * Layer 3 protocol identifiers 46 #define ATM_L3_X25 0x06 /* ITU-T X.25, packet layer */ 50 #define ATM_L3_T70 0x0a /* ITU-T T.70 minimum network layer */ 59 * High layer identifiers 66 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 101 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 105 unsigned char l2_proto; /* layer 2 protocol */ 114 unsigned char l3_proto; /* layer 3 protocol * [all...] |
/external/kernel-headers/original/uapi/linux/ |
atmsap.h | 19 * Layer 2 protocol identifiers 26 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */ 41 * Layer 3 protocol identifiers 46 #define ATM_L3_X25 0x06 /* ITU-T X.25, packet layer */ 50 #define ATM_L3_T70 0x0a /* ITU-T T.70 minimum network layer */ 59 * High layer identifiers 66 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 101 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 105 unsigned char l2_proto; /* layer 2 protocol */ 114 unsigned char l3_proto; /* layer 3 protocol * [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 186 * set the blender used to render a layer 190 unsigned layer, void *blend, bool is_clearing); 193 * set the layer destination area 197 unsigned layer, struct u_rect *dst_area); 200 * set a video buffer as a layer to render 205 unsigned layer, 212 * set a paletted sampler as a layer to render 217 unsigned layer, 225 * set a rgba sampler as a layer to render 230 unsigned layer, [all...] |
/frameworks/base/libs/hwui/ |
DeferredLayerUpdater.cpp | 29 Layer::Api layerApi) 53 if (mSurfaceTexture.get() && mLayerApi == Layer::Api::OpenGL && mGLContextAttached) { 85 if (mLayer->getApi() == Layer::Api::Vulkan) { 91 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::OpenGL, 93 mLayer->getApi(), Layer::Api::OpenGL, Layer::Api::Vulkan); 114 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::OpenGL, 116 Layer::Api::OpenGL, Layer::Api::Vulkan); 136 // force filtration if buffer size != layer siz [all...] |
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 19 #define LOG_TAG "Layer" 49 #include "Layer.h" 71 int32_t Layer::sSequence = 1; 73 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name, uint32_t w, 143 void Layer::onFirstRef() {} 145 Layer::~Layer() { 166 * Layer. So, the implementation is done in BufferLayer. When called on a 169 void Layer::onLayerDisplayed(const sp<Fence>& /*releaseFence*/) { 225 HWC2::Layer* layer = hwc->createLayer(hwcId); local [all...] |
Layer.h | 108 // The mesh used to draw the layer in GLES composition mode 115 layer(nullptr), 122 HWC2::Layer* layer; member in struct:android::LayerBE::HWCInfo 132 // A layer can be attached to multiple displays when operating in mirror mode 134 // case we need to keep track. In non-mirror mode, a layer will have only one 141 class Layer : public virtual RefBase { 154 // Layer serial number. This gives layers an explicit ordering, so we 155 // have a stable sort order when their layer stack and Z-order are 181 // The identifier of the layer stack this layer belongs to. A layer ca [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmsap.h | 18 * Layer 2 protocol identifiers 25 #define ATM_L2_X25_LL 0x06 /* ITU-T X.25, link layer */ 40 * Layer 3 protocol identifiers 45 #define ATM_L3_X25 0x06 /* ITU-T X.25, packet layer */ 49 #define ATM_L3_T70 0x0a /* ITU-T T.70 minimum network layer */ 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 104 unsigned char l2_proto; /* layer 2 protocol */ 113 unsigned char l3_proto; /* layer 3 protocol * [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | 50 * It can be defined in an XML file with the <code><layer-list></code> element. 51 * Each Drawable in the layer is defined in a nested <code><item></code>. 73 * Padding mode used to nest each layer inside the padding of the previous 74 * layer. 81 * Padding mode used to stack each layer directly atop the previous layer. 113 * Creates a new layer drawable with the list of specified layers. 123 * Creates a new layer drawable with the specified list of layers and the 190 final ChildDrawable layer = array[i]; local 191 layer.setDensity(density) 218 final ChildDrawable layer = array[i]; local 259 final ChildDrawable layer = new ChildDrawable(state.mDensity); local 481 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); local 494 final ChildDrawable layer = createLayer(dr); local [all...] |
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
gru_test.py | 15 """Tests for GRU layer.""" 48 layer = keras.layers.GRU(units, input_shape=(None, embedding_dim)) 50 model.add(layer) 97 layer = layer_class( 99 model.add(layer) 114 layer.reset_states() 128 layer.reset_states() 135 layer.reset_states() 148 layer = layer_class( 157 layer.build((None, None, 2) [all...] |
simplernn_test.py | 15 """Tests for SimpleRNN layer.""" 48 layer = keras.layers.SimpleRNN(units, input_shape=(None, embedding_dim)) 50 model.add(layer) 97 layer = layer_class( 99 model.add(layer) 114 layer.reset_states() 128 layer.reset_states() 135 layer.reset_states() 148 layer = layer_class( 157 layer.build((None, None, 2) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassStorageDxe.uni | 4 // The USB mass storage class is specified in two layers: the bottom layer
5 // is the transportation protocol. The top layer is the command set.
6 // The transportation layer provides the transportation of the command, data and result.
31 #string STR_MODULE_DESCRIPTION #language en-US "The USB mass storage class is specified in two layers: the bottom layer is the transportation protocol. The top layer is the command set. The transportation layer provides the transportation of the command, data and result. The command set defines the command, data and result. The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol. USB mass storage class adopts various industrial standard as its command set.<BR><BR>\n"
|
/external/syslinux/gpxe/src/net/ |
eapol.c | 35 * Receive EAPOL network-layer packet 39 * @v ll_source Link-layer source address 66 * Transcribe EAPOL network-layer address 68 * @v net_addr Network-layer address 69 * @ret str String representation of network-layer address 71 * EAPOL doesn't have network-layer addresses, so we just return the
|
/frameworks/base/libs/hwui/tests/unit/ |
DeferredLayerUpdaterTests.cpp | 33 // updates are deferred so the backing layer should still be in its default state 34 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) { 44 // push the deferred updates to the layer 48 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) { 53 // the backing layer should now have all the properties applied. 54 if (layerUpdater->backingLayer()->getApi() == Layer::Api::OpenGL) {
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 12 * This is an example demonstrating how to implement a multi-layer 62 ARG_DEF("r", "scale-factors", 1, "scale factors (lowest to highest layer)"); 387 // Number of input frames per layer. 389 // Total (cumulative) number of encoded frames per layer. 391 // Number of encoded non-key frames per layer. 393 // Framerate per layer (cumulative). 395 // Target average frame size per layer (per-frame-bandwidth per layer). 397 // Actual average frame size per layer. 399 // Average rate mismatch per layer (|target - actual| / target) 425 const int layer = sl * cfg->ts_number_layers + tl; local 465 const int layer = sl * cfg->ts_number_layers + tl; local 808 const int layer = sl * enc_cfg.ts_number_layers + tl; local 891 const int layer = local [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
ComposerHal.cpp | 298 Error Composer::createLayer(Display display, Layer* outLayer) 314 Error Composer::destroyLayer(Display display, Layer layer) 316 auto ret = mClient->destroyLayer(display, layer); 337 std::vector<Layer>* outLayers, 426 uint32_t* outDisplayRequestMask, std::vector<Layer>* outLayers, 492 std::vector<Layer>* outLayers, std::vector<int>* outReleaseFences) 638 Error Composer::setCursorPosition(Display display, Layer layer, 642 mWriter.selectLayer(layer); 1054 auto layer = read64(); local 1079 auto layer = read64(); local 1117 auto layer = read64(); local [all...] |
/hardware/google/av/media/codecs/vpx/ |
C2SoftVpxEnc.h | 41 /** temporal layer patterns */ 112 // For 1 layer case: reference all (last, golden, and alt ref), but only 115 // First base layer frame for 3 temporal layers, which updates last and 118 // First enhancement layer with alt ref dependency. 120 // First enhancement layer with alt ref dependency. 122 // Base layer with alt ref dependency. 124 // Highest enhacement layer without dependency on golden with alt ref 127 // Second layer and last frame in cycle, for 2 layers. 129 // Highest enhancement layer. 131 // Second enhancement layer [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngPlaneManager.cpp | 89 const ZOrderLayer *layer = config[i]; local 90 switch (layer->planeType) { 126 const ZOrderLayer *layer = config.itemAt(i); local 127 if (!getFreePlanes(dsp, layer->planeType)) { 128 DTRACE("no plane available for dsp %d, type %d", dsp, layer->planeType); 139 ZOrderLayer *layer = config.itemAt(i); local 140 layer->plane = getPlaneHelper(dsp, layer->planeType); 141 if (layer->plane == NULL) { 143 ETRACE("failed to assign plane for type %d", layer->planeType) 153 ZOrderLayer *layer = config.itemAt(i); local [all...] |