| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | image.qrc | 3 <file>images/playerIcons/album.png</file> 4 <file>images/playerIcons/fastBackward.png</file> 5 <file>images/playerIcons/fastForward.png</file> 6 <file>images/playerIcons/favorite.png</file> 7 <file>images/playerIcons/fullscreenNormal.png</file> 8 <file>images/playerIcons/fullscreenPressed.png</file> 9 <file>images/playerIcons/home.png</file> 10 <file>images/playerIcons/list.png</file> 11 <file>images/playerIcons/loading.gif</file> 12 <file>images/playerIcons/man.png</file> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/ |
| H A D | image.qrc | 3 <file>images/playerIcons/album.png</file> 4 <file>images/playerIcons/fastBackward.png</file> 5 <file>images/playerIcons/fastForward.png</file> 6 <file>images/playerIcons/favorite.png</file> 7 <file>images/playerIcons/fullscreenNormal.png</file> 8 <file>images/playerIcons/fullscreenPressed.png</file> 9 <file>images/playerIcons/home.png</file> 10 <file>images/playerIcons/list.png</file> 11 <file>images/playerIcons/loading.gif</file> 12 <file>images/playerIcons/man.png</file> [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | image.qrc | 3 <file>images/playerIcons/album.png</file> 4 <file>images/playerIcons/fastBackward.png</file> 5 <file>images/playerIcons/fastForward.png</file> 6 <file>images/playerIcons/favorite.png</file> 7 <file>images/playerIcons/fullscreenNormal.png</file> 8 <file>images/playerIcons/fullscreenPressed.png</file> 9 <file>images/playerIcons/home.png</file> 10 <file>images/playerIcons/list.png</file> 11 <file>images/playerIcons/loading.gif</file> 12 <file>images/playerIcons/man.png</file> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5quickcontrols2/ |
| HD | qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7.tar.bz2 | pax_global_header
qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7/
qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7/.qmake.conf
qtquickcontrols2-0d3d39e821ea7634c174a29910c18d7101bce6f7 ... |
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 48 bootm_headers_t images; /* pointers to os/initrd/fdt images */ variable 61 char * const argv[], bootm_headers_t *images, 65 static void boot_start_lmb(bootm_headers_t *images) in boot_start_lmb() argument 68 lmb_init(&images->lmb); in boot_start_lmb() 73 lmb_add(&images->lmb, gd->bd->bi_dram[i].start, in boot_start_lmb() 82 lmb_add(&images->lmb, (phys_addr_t)mem_start, mem_size); in boot_start_lmb() 84 arch_lmb_reserve(&images->lmb); in boot_start_lmb() 85 board_lmb_reserve(&images->lmb); in boot_start_lmb() 89 static inline void boot_start_lmb(bootm_headers_t *images) { } in boot_start_lmb() argument 95 memset((void *)&images, 0, sizeof(images)); in bootm_start() [all …]
|
| H A D | bootm_os.c | 18 bootm_headers_t *images) in do_bootm_standalone() argument 26 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone() 29 appl = (int (*)(int, char * const []))images->ep; in do_bootm_standalone() 54 bootm_headers_t *images) in do_bootm_netbsd() argument 65 if (!images->legacy_hdr_valid) { in do_bootm_netbsd() 70 hdr = images->legacy_hdr_os; in do_bootm_netbsd() 84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd() 104 loader = (void (*)(bd_t *, image_header_t *, char *, char *))images->ep; in do_bootm_netbsd() 126 bootm_headers_t *images) in do_bootm_lynxkdi() argument 128 image_header_t *hdr = &images->legacy_hdr_os_copy; in do_bootm_lynxkdi() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | bootm.c | 77 static void linux_cmdline_legacy(bootm_headers_t *images) in linux_cmdline_legacy() argument 117 static void linux_cmdline_append(bootm_headers_t *images) in linux_cmdline_append() argument 128 rd_start = images->initrd_start; in linux_cmdline_append() 129 rd_size = images->initrd_end - images->initrd_start; in linux_cmdline_append() 170 static void linux_env_legacy(bootm_headers_t *images) in linux_env_legacy() argument 186 rd_start = UNCACHED_SDRAM(images->initrd_start); in linux_env_legacy() 187 rd_size = images->initrd_end - images->initrd_start; in linux_env_legacy() 219 static int boot_reloc_ramdisk(bootm_headers_t *images) in boot_reloc_ramdisk() argument 221 ulong rd_len = images->rd_end - images->rd_start; in boot_reloc_ramdisk() 227 if (images->state & BOOTM_STATE_RAMDISK) { in boot_reloc_ramdisk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | bootm.c | 43 static void boot_jump_linux(bootm_headers_t *images) in boot_jump_linux() argument 48 char *of_flat_tree = images->ft_addr; in boot_jump_linux() 52 ulong, ulong, ulong))images->ep; in boot_jump_linux() 99 ulong cmd_start = images->cmdline_start; in boot_jump_linux() 100 ulong cmd_end = images->cmdline_end; in boot_jump_linux() 101 ulong initrd_start = images->initrd_start; in boot_jump_linux() 102 ulong initrd_end = images->initrd_end; in boot_jump_linux() 103 bd_t *kbd = images->kbd; in boot_jump_linux() 162 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() argument 170 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 73 __weak void board_quiesce_devices(void *images) in board_quiesce_devices() argument 82 static void announce_and_cleanup(bootm_headers_t *images, int fake) in announce_and_cleanup() argument 98 board_quiesce_devices(images); in announce_and_cleanup() 233 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() argument 237 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux() 240 if (image_setup_linux(images)) { in boot_prep_linux() 259 * a specified location. And set images->initrd_start & in boot_prep_linux() 260 * images->initrd_end to relocated ramdisk's start/end in boot_prep_linux() 261 * addresses. So use them instead of images->rd_start & in boot_prep_linux() 262 * images->rd_end when possible. in boot_prep_linux() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5quickcontrols/ |
| HD | qtquickcontrols-d405bf6a29bc9d6da6e3dcefbd1b88f5ed70fb1b.tar.bz2 | ... d405bf6a29bc9d6da6e3dcefbd1b88f5ed70fb1b/examples/quickcontrols/controls/calendar/images/
qtquickcontrols-d405bf6a29bc9d6da6e3dcefbd1b88f5ed70fb1b/examples/quickcontrols/controls ... |
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | json.txt | 1 …images\/settings-icon.png","Type":"directory","Category":"settings"},{"Name":"AudioRecorder","Orde…
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | bootm.c | 73 static int boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() argument 83 if (images->ft_len) { in boot_prep_linux() 85 if (image_setup_linux(images)) { in boot_prep_linux() 91 if (images->legacy_hdr_valid) { in boot_prep_linux() 92 hdr = images->legacy_hdr_os; in boot_prep_linux() 107 } else if (images->fit_uname_os) { in boot_prep_linux() 108 ret = fit_image_get_data(images->fit_hdr_os, in boot_prep_linux() 109 images->fit_noffset_os, in boot_prep_linux() 124 images->os.load = load_address; in boot_prep_linux() 126 images->ep = (ulong)base_ptr; in boot_prep_linux() [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | booti.c | 35 static int booti_setup(bootm_headers_t *images) in booti_setup() argument 41 ih = (struct Image_header *)map_sysmem(images->ep, 0); in booti_setup() 65 * images->ep. Otherwise, relocate the image to the base of RAM in booti_setup() 69 dst = images->ep - text_offset; in booti_setup() 77 if (images->ep != dst) { in booti_setup() 80 debug("Moving Image from 0x%lx to 0x%llx\n", images->ep, dst); in booti_setup() 82 src = (void *)images->ep; in booti_setup() 83 images->ep = dst; in booti_setup() 94 char * const argv[], bootm_headers_t *images) in booti_start() argument 100 images, 1); in booti_start() [all …]
|
| H A D | bootz.c | 26 char * const argv[], bootm_headers_t *images) in bootz_start() argument 32 images, 1); in bootz_start() 36 images->ep = load_addr; in bootz_start() 40 images->ep = simple_strtoul(argv[0], NULL, 16); in bootz_start() 42 images->ep); in bootz_start() 45 ret = bootz_setup(images->ep, &zi_start, &zi_end); in bootz_start() 49 lmb_reserve(&images->lmb, images->ep, zi_end - zi_start); in bootz_start() 68 if (bootz_start(cmdtp, flag, argc, argv, &images)) in do_bootz() 77 images.os.os = IH_OS_LINUX; in do_bootz() 84 &images, 1); in do_bootz()
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | control.py | 6 # Creates binary images from input files controlled by a description 20 # List of images we plan to create 22 images = OrderedDict() variable 28 multiple images are present, they will all be returned. 35 images = OrderedDict() 36 if 'multiple-images' in binman_node.props: 38 images[node.name] = Image(node.name, node) 40 images['image'] = Image('image', binman_node) 41 return images 60 deals with the core task of building images. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/ |
| H A D | flickr.qrc | 17 <file>flickrmobile/images/gloss.png</file> 18 <file>flickrmobile/images/lineedit.png</file> 19 <file>flickrmobile/images/lineedit.sci</file> 20 <file>flickrmobile/images/moon.png</file> 21 <file>flickrmobile/images/quit.png</file> 22 <file>flickrmobile/images/star.png</file> 23 <file>flickrmobile/images/stripes.png</file> 24 <file>flickrmobile/images/sun.png</file> 25 <file>flickrmobile/images/titlebar.png</file> 26 <file>flickrmobile/images/titlebar.sci</file> [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | stitching.hpp | 63 @defgroup stitching Images stitching 79 - _Homography model_ expecting perspective transformations between images 97 @defgroup stitching_match Features Finding and Images Matching 100 @defgroup stitching_warp Images Warping 115 be able to achieve higher stitching stability and quality of the final images at least being 137 /** Mode for creating photo panoramas. Expects images under perspective 143 /** Mode for composing scans. Expects images under affine transformation does 161 @param mode Scenario for stitcher operation. This is usually determined by source of images 234 CV_WRAP Status estimateTransform(InputArrayOfArrays images); 235 … /** @brief These functions try to match the given images and to estimate rotations of each camera. [all …]
|
| H A D | photo.hpp | 104 objects from still images or video. See <http://en.wikipedia.org/wiki/Inpainting> for more details. 132 This function expected to be applied to grayscale images. For colored images look at 159 This function expected to be applied to grayscale images. For colored images look at 170 /** @brief Modification of fastNlMeansDenoising function for colored images 182 @param hColor The same as h but for color components. For most images value equals 10 192 …brief Modification of fastNlMeansDenoising function for images sequence where consecutive images h… 194 images or for manual manipulation with colorspaces. For more details see 198 4-channel images sequence. All images should have the same type and 201 @param temporalWindowSize Number of surrounding images to use for target image denoising. Should 202 be odd. Images from imgToDenoiseIndex - temporalWindowSize / 2 to [all …]
|
| /OK3568_Linux_fs/buildroot/dl/opencv4/ |
| HD | opencv4-4.5.4.tar.gz | pax_global_header
opencv-4.5.4/
opencv-4.5.4/.editorconfig
opencv-4.5. ... |
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit.c | 29 * @images: Offset of the /images subnode. 36 static int spl_fit_get_image_name(const void *fit, int images, in spl_fit_get_image_name() argument 83 * @images: Offset of the /images subnode. 90 static int spl_fit_get_image_node(const void *fit, int images, in spl_fit_get_image_node() argument 97 err = spl_fit_get_image_name(fit, images, type, index, &str); in spl_fit_get_image_node() 103 node = fdt_subnode_offset(fit, images, str); in spl_fit_get_image_node() 301 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument 307 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 0); in spl_fit_append_fdt() 335 * from images, ie: resource.img, boot.img or recovery.img. in spl_fit_append_fdt() 337 node = spl_fit_get_image_node(fit, images, FIT_FDT_PROP, 1); in spl_fit_append_fdt() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arc/lib/ |
| H A D | bootm.c | 50 static void boot_prep_linux(bootm_headers_t *images) in boot_prep_linux() argument 52 if (image_setup_linux(images)) in boot_prep_linux() 60 static void boot_jump_linux(bootm_headers_t *images, int flag) in boot_jump_linux() argument 66 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux() 78 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux() 80 r2 = (unsigned int)images->ft_addr; in boot_jump_linux() 93 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() argument 100 boot_prep_linux(images); in do_bootm_linux() 105 boot_jump_linux(images, flag); in do_bootm_linux() 109 boot_prep_linux(images); in do_bootm_linux() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 6 FIT supports hashing of images so that these hashes can be checked on 112 - sign-images: A list of images to sign, each being a property of the conf 114 two images will be looked up in the config and signed if present. 121 hashed-nodes = "/", "/configurations/conf@1", "/images/kernel@1", 122 "/images/kernel@1/hash@1", "/images/fdt@1", 123 "/images/fdt@1/hash@1"; 128 Example: See sign-images.its for an example image tree source file and 153 "image" to force verification of all images, and "conf" to force verification 154 of the selected configuration (which then relies on hashes in the images to 170 While signing images is useful, it does not provide complete protection [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5charts/ |
| HD | qtcharts-16c2a8821135bf89369c4e3c5a1bdff8b05ffdb5.tar.bz2 | pax_global_header
qtcharts-16c2a8821135bf89369c4e3c5a1bdff8b05ffdb5/
qtcharts-16c2a8821135bf89369c4e3c5a1bdff8b05ffdb5/.qmake.conf
qtcharts-16c2a8821135bf89369c4e3c5a1bdff8b05ffdb5 ... |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | 0002-fix-makefile-use-copy-rule-for-unmodified-files.patch | 27 +dist/storaged/images/storage-array.png: pkg/storaged/images/storage-array.png 30 +dist/storaged/images/storage-disk.png: pkg/storaged/images/storage-disk.png 33 +dist/shell/images/server-error.png: pkg/shell/images/server-error.png 36 +dist/shell/images/server-large.png: pkg/shell/images/server-large.png 39 +dist/shell/images/server-small.png: pkg/shell/images/server-small.png
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 11 if [ ! -f ${srctree}/images/ramdisk ]; then 12 touch ${srctree}/images/ramdisk 16 gzip -k -f -9 ${srctree}/images/kernel 19 ${srctree}/scripts/compress.sh lz4 ${srctree}/images/kernel 44 images { 46 data = /incbin/("./images/dtb"); 57 data = /incbin/("./images/kernel${SUFFIX}"); 70 data = /incbin/("./images/ramdisk"); 82 data = /incbin/("./images/second"); 105 sign-images = "fdt", "kernel", "ramdisk", "multi";
|