| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | deploy_rm_detection_output.prototxt | 2 layer { 15 layer { 41 layer { 47 layer { 73 layer { 79 layer { 90 layer { 116 layer { 122 layer { 148 layer { [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/ |
| H A D | mobilenet_v2.prototxt | 8 layer { 21 layer { 41 layer { 63 layer { 80 layer { 86 layer { 104 layer { 126 layer { 143 layer { 149 layer { [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | yocto-check-layer | 3 # Yocto Project layer checking tool 30 PROGNAME = 'yocto-check-layer' 35 def test_layer(td, layer, test_software_layer_signatures): argument 37 logger.info("Starting to analyze: %s" % layer['name']) 40 …tc = CheckLayerTestContext(td=td, logger=logger, layer=layer, test_software_layer_signatures=test_… 44 def dump_layer_debug(layer): argument 45 logger.debug("Found layer %s (%s)" % (layer["name"], layer["path"])) 46 collections = layer.get("collections", {}) 48 logger.debug("%s collections: %s" % (layer["name"], ", ".join(collections))) 52 description="Yocto Project layer checking tool", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe_display.c | 41 struct vpbe_layer *layer); 62 struct vpbe_layer *layer) in vpbe_isr_even_field() argument 64 if (layer->cur_frm == layer->next_frm) in vpbe_isr_even_field() 67 layer->cur_frm->vb.vb2_buf.timestamp = ktime_get_ns(); in vpbe_isr_even_field() 68 vb2_buffer_done(&layer->cur_frm->vb.vb2_buf, VB2_BUF_STATE_DONE); in vpbe_isr_even_field() 70 layer->cur_frm = layer->next_frm; in vpbe_isr_even_field() 74 struct vpbe_layer *layer) in vpbe_isr_odd_field() argument 80 if (list_empty(&layer->dma_queue) || in vpbe_isr_odd_field() 81 (layer->cur_frm != layer->next_frm)) { in vpbe_isr_odd_field() 91 layer->next_frm = list_entry(layer->dma_queue.next, in vpbe_isr_odd_field() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | importlayer.html | 5 {% block title %} Import layer - {{project.name}} - Toaster {% endblock %} 30 …<span class="help-block">The layer you are importing must be compatible with <strong>{{project.rel… 38 <div class="form-group" id="layer-name-ctrl"> 39 <label class="control-label" for="import-layer-name"> 40 Layer name 41 …phicon-question-sign get-help" title="Something like 'meta-mylayer'. Your layer name must be uniqu… 43 …<input class="form-control" id="import-layer-name" type="text" required autofocus data-autocomplet… 44 …<span class="help-block" style="display: none;" id="invalid-layer-name-hint">A valid layer name ca… 45 <span class="help-inline" style="display: none;" id="duplicated-layer-name-hint"></span> 48 <div id="duplicate-layer-info" style="display:none"> [all …]
|
| H A D | layerdetails.html | 6 {% block title %} {{layerversion.layer.name}} - {{project.name}} - Toaster {% endblock %} 9 <div id="delete-layer-modal" class="modal fade" tabindex="-1" role="dialog" 14 Are you sure you want to delete the <strong>{{layerversion.layer.name}}</strong> layer? 17 <button type="button" id="layer-delete-confirmed" class="btn 18 btn-primary">Delete layer</button> 36 {{layerversion.layer.name}} ({{layerversion.get_vcs_reference|truncatechars:13}}) 40 {# If this is not an imported layer then hide the edit ui #} 65 name : "{{layerversion.layer.name}}", 90 {% if layerversion.layer.local_source_dir %} 91 <h1>{{layerversion.layer.name}} <small class="commit" style="display:none;"></small> [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/ |
| H A D | mobilenet_deploy.prototxt | 8 layer { 19 layer { 39 layer { 61 layer { 84 layer { 90 layer { 112 layer { 134 layer { 157 layer { 163 layer { [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | importlayer.js | 5 var layerDepBtn = $("#add-layer-dependency-btn"); 7 var layerNameInput = $("#import-layer-name"); 8 var vcsURLInput = $("#layer-git-repo-url"); 9 var gitRefInput = $("#layer-git-ref"); 10 var layerDepInput = $("#layer-dependency"); 11 var layerNameCtrl = $("#layer-name-ctrl"); 12 var duplicatedLayerName = $("#duplicated-layer-name-hint"); 38 // disable the "Add layer" button when the layer input typeahead is empty 47 /* We automatically add "openembedded-core" layer for convenience as a 52 function(layer) { argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 1 # Yocto Project layer check tool 37 lconf = os.path.join(layer_path, 'conf', 'layer.conf') 49 raise RuntimeError("Parsing of layer.conf from layer: %s failed" % layer_path) 77 Scans layer directory to detect what type of layer 80 Returns a dictionary with layer name, type and path. 83 layer = {} 86 layer['name'] = layer_name 87 layer['path'] = layer_path 88 layer['conf'] = {} 90 if not os.path.isfile(os.path.join(layer_path, 'conf', 'layer.conf')): [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | layer.cpp | 1 #include <mbgl/style/conversion/layer.hpp> 19 optional<Error> setLayoutProperty(Layer& layer, const std::string& name, const Convertible& value) { in setLayoutProperty() argument 25 return it->second(layer, value); in setLayoutProperty() 28 optional<Error> setPaintProperty(Layer& layer, const std::string& name, const Convertible& value) { in setPaintProperty() argument 34 return it->second(layer, value); in setPaintProperty() 37 optional<Error> setPaintProperties(Layer& layer, const Convertible& value) { in setPaintProperties() argument 46 return setPaintProperty(layer, k, v); in setPaintProperties() 51 optional<std::unique_ptr<Layer>> convertVectorLayer(const std::string& id, const Convertible& value… in convertVectorLayer() 54 error = { "layer must have a source" }; in convertVectorLayer() 60 error = { "layer source must be a string" }; in convertVectorLayer() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_layerdetails_page.py | 13 from orm.models import Layer, Layer_Version, Project, LayerSource, Release 42 subdir = "/layer" 44 summary = "A imported layer" 47 imported_layer = Layer.objects.create(name=name, 53 layer=imported_layer, 67 """ Edit all the editable fields for the layer refresh the page and 72 self.click("#add-remove-layer-btn") 73 self.click("#edit-layer-source") 76 self.wait_until_visible("#layer-git-repo-url") 83 self.wait_until_visible("#layer-git input[type=text]") [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_disp.c | 95 * enum zynqmp_disp_id - Layer identifier 96 * @ZYNQMP_DISP_LAYER_VID: Video layer 97 * @ZYNQMP_DISP_LAYER_GFX: Graphics layer 105 * enum zynqmp_disp_layer_mode - Layer mode 115 * struct zynqmp_disp_layer_dma - DMA channel for one data plane of a layer 127 * struct zynqmp_disp_layer_info - Static layer information 139 * struct zynqmp_disp_layer - Display layer (DRM plane) 141 * @id: Layer ID 143 * @info: Static layer information 257 /* List of video layer formats */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_layer.c | 20 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_reset() local 35 plane->state->zpos = layer->id; in sun4i_backend_layer_reset() 69 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_atomic_disable() local 70 struct sun4i_backend *backend = layer->backend; in sun4i_backend_layer_atomic_disable() 72 sun4i_backend_layer_enable(backend, layer->id, false); in sun4i_backend_layer_atomic_disable() 87 struct sun4i_layer *layer = plane_to_sun4i_layer(plane); in sun4i_backend_layer_atomic_update() local 88 struct sun4i_backend *backend = layer->backend; in sun4i_backend_layer_atomic_update() 91 sun4i_backend_cleanup_layer(backend, layer->id); in sun4i_backend_layer_atomic_update() 99 sun4i_backend_update_layer_frontend(backend, layer->id, in sun4i_backend_layer_atomic_update() 103 sun4i_backend_update_layer_formats(backend, layer->id, plane); in sun4i_backend_layer_atomic_update() [all …]
|
| H A D | sun8i_ui_layer.c | 106 DRM_DEBUG_DRIVER("Primary layer, updating global size W: %u H: %u\n", in sun8i_ui_layer_update_coord() 133 DRM_DEBUG_DRIVER("Layer source offset X: %d Y: %d\n", in sun8i_ui_layer_update_coord() 135 DRM_DEBUG_DRIVER("Layer source size W: %d H: %d\n", src_w, src_h); in sun8i_ui_layer_update_coord() 160 DRM_DEBUG_DRIVER("Layer destination coordinates X: %d Y: %d\n", in sun8i_ui_layer_update_coord() 162 DRM_DEBUG_DRIVER("Layer destination size W: %d H: %d\n", dst_w, dst_h); in sun8i_ui_layer_update_coord() 224 DRM_DEBUG_DRIVER("Layer line width: %d bytes\n", fb->pitches[0]); in sun8i_ui_layer_update_buffer() 241 struct sun8i_ui_layer *layer = plane_to_sun8i_ui_layer(plane); in sun8i_ui_layer_atomic_check() local 256 if (layer->mixer->cfg->scaler_mask & BIT(layer->channel)) { in sun8i_ui_layer_atomic_check() 269 struct sun8i_ui_layer *layer = plane_to_sun8i_ui_layer(plane); in sun8i_ui_layer_atomic_disable() local 271 struct sun8i_mixer *mixer = layer->mixer; in sun8i_ui_layer_atomic_disable() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 32 sys.stderr.write("Specified layer directory %s doesn't exist\n" % layerdir) 35 layer_conf = os.path.join(layerdir, 'conf', 'layer.conf') 37 …sys.stderr.write("Specified layer directory %s doesn't contain a conf/layer.conf file\n" % layerdi… 58 bb.fatal("Parse failure with the specified layer added, exiting.") 61 sys.stderr.write("Specified layer %s is already in BBLAYERS\n" % item) 89 """flatten layer configuration into a separate output directory. 91 Takes the specified layers (or all layers in the current layer 99 * where anything beyond the normal layer setup has been added to 100 layer.conf (only the lowest priority number layer's layer.conf is used) 105 Warning: if you flatten several layers where another layer is intended to [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/caif/ |
| H A D | linux_caif.rst | 31 * CAIF Socket Layer and GPRS IP Interface. 33 * CAIF Link Layer, implemented as NET devices. 54 +--> ! HSI ! ! TTY ! ! USB ! <- Link Layer (Net Devices) 63 CAIF Core Protocol Layer 66 CAIF Core layer implements the CAIF protocol as defined by ST-Ericsson. 68 each layer described in the specification is implemented as a separate layer. 69 The architecture is inspired by the design patterns "Protocol Layer" and 78 - Layered architecture (a la Streams), each layer in the CAIF 80 - Clients must call configuration function to add PHY layer. 81 - Clients must implement CAIF layer to consume/produce [all …]
|
| /OK3568_Linux_fs/kernel/include/net/caif/ |
| H A D | caif_layer.h | 36 * enum caif_ctrlcmd - CAIF Stack Control Signaling sent in layer.ctrlcmd(). 47 * @CAIF_CTRLCMD_INIT_RSP: Called initially when the layer below 55 * @_CAIF_CTRLCMD_PHYIF_FLOW_OFF_IND: CAIF Link layer temporarily cannot 57 * @_CAIF_CTRLCMD_PHYIF_FLOW_ON_IND: Called if CAIF Link layer is able 59 * @_CAIF_CTRLCMD_PHYIF_DOWN_IND: Called if CAIF Link layer is going 63 * They are used for signaling originating from the modem or CAIF Link Layer. 80 * to the CAIF Link Layer or modem. 88 * @_CAIF_MODEMCMD_PHYIF_USEFULL: Notify physical layer that it is in use 90 * @_CAIF_MODEMCMD_PHYIF_USELESS: Notify physical layer that it is 115 * struct cflayer - CAIF Stack layer. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_dc.h | 132 * Atmel HLCDC Layer registers layout structure 134 * Each HLCDC layer has its own register organization and a given register 137 * This structure stores common registers layout for a given layer and is 138 * used by HLCDC layer code to choose the appropriate register to write to 153 * @general_config: general layer config register 202 * Atmel HLCDC layer types 215 * This structure list all the formats supported by a given layer. 226 * Atmel HLCDC Layer description structure 228 * This structure describes the capabilities provided by a given layer. 230 * @name: layer name [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | mb86a20s.c | 377 unsigned layer) in mb86a20s_get_modulation() argument 381 [0] = 0x86, /* Layer A */ in mb86a20s_get_modulation() 382 [1] = 0x8a, /* Layer B */ in mb86a20s_get_modulation() 383 [2] = 0x8e, /* Layer C */ in mb86a20s_get_modulation() 386 if (layer >= ARRAY_SIZE(reg)) in mb86a20s_get_modulation() 388 rc = mb86a20s_writereg(state, 0x6d, reg[layer]); in mb86a20s_get_modulation() 409 unsigned layer) in mb86a20s_get_fec() argument 414 [0] = 0x87, /* Layer A */ in mb86a20s_get_fec() 415 [1] = 0x8b, /* Layer B */ in mb86a20s_get_fec() 416 [2] = 0x8f, /* Layer C */ in mb86a20s_get_fec() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 20 from orm.models import Layer, Target, Package, Package_Dependency 221 # Layer Management 225 # * A 'local_source_dir' layer is supposed to be shared 228 # * Each project that uses a layer will have its own 229 # LayerVersion and Project Layer for it 231 # LayerVersion for a 'local_source_dir' layer is deleted 232 # then the Layer record is deleted to remove orphans 235 def scan_layer_content(layer,layer_version): argument 236 # if this is a local layer directory, we can immediately scan its content 237 if layer.local_source_dir: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | layer.cpp.ejs | 22 <%- camelize(type) %>Layer::<%- camelize(type) %>Layer(const std::string& layerID) 23 : Layer(makeMutable<Impl>(LayerType::<%- camelize(type) %>, layerID, std::string())) { 26 <%- camelize(type) %>Layer::<%- camelize(type) %>Layer(const std::string& layerID, const std::strin… 27 : Layer(makeMutable<Impl>(LayerType::<%- camelize(type) %>, layerID, sourceID)) { 31 <%- camelize(type) %>Layer::<%- camelize(type) %>Layer(Immutable<Impl> impl_) 32 : Layer(std::move(impl_)) { 35 <%- camelize(type) %>Layer::~<%- camelize(type) %>Layer() = default; 37 const <%- camelize(type) %>Layer::Impl& <%- camelize(type) %>Layer::impl() const { 41 Mutable<<%- camelize(type) %>Layer::Impl> <%- camelize(type) %>Layer::mutableImpl() const { 45 std::unique_ptr<Layer> <%- camelize(type) %>Layer::cloneRef(const std::string& id_) const { [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | komeda-kms.rst | 22 Layer section in Overview of D71 like display IPs 24 Layer is the first pipeline stage, which prepares the pixel data for the next 33 The usage of scaler is very flexible and can be connected to layer output 34 for layer scaling, or connected to compositor and scale the whole display 46 Writeback Layer (wb_layer) 48 Writeback layer does the opposite things of Layer, which connects to compiz 64 compared with Layer, like if Layer supports 4K input size, the scaler only can 66 introduces Layer Split, which splits the whole image to two half parts and feeds 73 Similar to Layer Split, but Splitter is used for writeback, which splits the 120 "Layer-0" -> "Scaler-0" [all …]
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | export.c | 41 * Before encoding a non-upper directory file handle from real layer N, we need 44 * "layer N connected" ancestor and verifying that all parents along the way are 45 * "layer N connectable". If an ancestor that is NOT "layer N connectable" is 46 * found, we need to copy up an ancestor, which is "layer N connectable", thus 47 * making that ancestor "layer N connected". For example: 49 * layer 1: /a 50 * layer 2: /a/b/c 52 * The overlay dentry /a is NOT "layer 2 connectable", because if dir /a is 54 * layer 1. The dir /a from layer 2 will never be indexed, so the algorithm (*) 59 * /a/b/c, which is "layer 2 connectable", on encode time. That ancestor is [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/ |
| H A D | common.py | 15 if self.tc.layer['type'] == LayerType.CORE: 16 raise unittest.SkipTest("Core layer's README is top level") 19 readme_files = glob.glob(os.path.join(self.tc.layer['path'], '[Rr][Ee][Aa][Dd][Mm][Ee]*')) 21 msg="Layer doesn't contain a README file.") 31 msg="Layer contains a README file but it is empty.") 33 # If a layer's README references another README, then the checks below are not valid 44 check_command('Layer %s failed to parse.' % self.tc.layer['name'], 48 check_command('Layer %s failed to show environment.' % self.tc.layer['name'], 62 This also does "bitbake -S none world" along with inheriting "yocto-check-layer" 67 …'BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS INHERIT" INHERIT="yocto-check-layer"') [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/bsp-guide/ |
| H A D | bsp.rst | 19 Layer using the :ref:`bitbake-layers <bsp-guide/bsp:Creating a new BSP Layer Using the \`\`bitbake-… 27 and the contents as a BSP layer. Although not a strict requirement, BSP 38 Because the BSP layer naming convention is well-established, it is 40 BSP layer name does not need to start with ``meta-``. 44 To help understand the BSP layer concept, consider the BSPs that the 55 Project appear under the heading "Yocto Metadata Layer Archive." 57 Each repository is a BSP layer supported by the Yocto Project (e.g. 59 repository unto itself and clicking on the layer name displays two URLs 60 from which you can clone the layer's repository to your local system. 61 Here is an example that clones the Raspberry Pi BSP layer:: [all …]
|