Home
last modified time | relevance | path

Searched full:raster (Results 1 – 25 of 182) sorted by relevance

12345678

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2022-3970.patch19 …058,15 +3058,15 @@ TIFFReadRGBATileExt(TIFF* tif, uint32_t col, uint32_t row, uint32_t * raster, in
23 - memmove( raster + (tile_ysize - i_row - 1) * tile_xsize,
24 - raster + (read_ysize - i_row - 1) * read_xsize,
25 + memmove( raster + (size_t)(tile_ysize - i_row - 1) * tile_xsize,
26 + raster + (size_t)(read_ysize - i_row - 1) * read_xsize,
28 - _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize+read_xsize,
29 + _TIFFmemset( raster + (size_t)(tile_ysize - i_row - 1) * tile_xsize+read_xsize,
34 - _TIFFmemset( raster + (tile_ysize - i_row - 1) * tile_xsize,
35 + _TIFFmemset( raster + (size_t)(tile_ysize - i_row - 1) * tile_xsize,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/shaders/
H A Draster.cpp3 #include <mbgl/shaders/raster.hpp>
9 const char* raster::name = "raster";
10 const char* raster::vertexSource = source() + 57390;
11 const char* raster::fragmentSource = source() + 58203;
/OK3568_Linux_fs/external/linux-rga/samples/copy_demo/src/
H A Drga_copy_tile8x8_demo.cpp94 * Copy the src(raster) image to the tile8(tile8x8) image. in main()
107 printf("%s raster -> tile8x8 running success!\n", LOG_TAG); in main()
109 printf("%s raster -> tile8x8 running failed, %s\n", LOG_TAG, imStrError((IM_STATUS)ret)); in main()
117 * Copy the tile8(tile8x8) image to the dst(raster) image. in main()
130 printf("%s tile8x8 -> raster running success!\n", LOG_TAG); in main()
132 printf("%s tile8x8 -> raster running failed, %s\n", LOG_TAG, imStrError((IM_STATUS)ret)); in main()
136 printf("raster [0x%x, 0x%x, 0x%x, 0x%x]\n", dst_buf[0], dst_buf[1], dst_buf[2], dst_buf[3]); in main()
H A Drga_copy_fbc_demo.cpp95 * Copy the src(RASTER) image to the fbc(FBC) image. in main()
108 printf("%s RASTER -> FBC running success!\n", LOG_TAG); in main()
110 printf("%s RASTER -> FBC running failed, %s\n", LOG_TAG, imStrError((IM_STATUS)ret)); in main()
118 * Copy the fbc(FBC) image to the dst(RASTER) image. in main()
131 printf("%s FBC -> RASTER running success!\n", LOG_TAG); in main()
133 printf("%s FBC -> RASTER running failed, %s\n", LOG_TAG, imStrError((IM_STATUS)ret)); in main()
137 printf("RASTER [0x%x, 0x%x, 0x%x, 0x%x]\n", dst_buf[0], dst_buf[1], dst_buf[2], dst_buf[3]); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dmake_property_setters.hpp197 …result["raster-opacity"] = &setProperty<RasterLayer, PropertyValue<float>, &RasterLayer::setRaster… in makePaintPropertySetters()
198 …result["raster-opacity-transition"] = &setTransition<RasterLayer, &RasterLayer::setRasterOpacityTr… in makePaintPropertySetters()
199 …result["raster-hue-rotate"] = &setProperty<RasterLayer, PropertyValue<float>, &RasterLayer::setRas… in makePaintPropertySetters()
200 …result["raster-hue-rotate-transition"] = &setTransition<RasterLayer, &RasterLayer::setRasterHueRot… in makePaintPropertySetters()
201 …result["raster-brightness-min"] = &setProperty<RasterLayer, PropertyValue<float>, &RasterLayer::se… in makePaintPropertySetters()
202 …result["raster-brightness-min-transition"] = &setTransition<RasterLayer, &RasterLayer::setRasterBr… in makePaintPropertySetters()
203 …result["raster-brightness-max"] = &setProperty<RasterLayer, PropertyValue<float>, &RasterLayer::se… in makePaintPropertySetters()
204 …result["raster-brightness-max-transition"] = &setTransition<RasterLayer, &RasterLayer::setRasterBr… in makePaintPropertySetters()
205 …result["raster-saturation"] = &setProperty<RasterLayer, PropertyValue<float>, &RasterLayer::setRas… in makePaintPropertySetters()
206 …result["raster-saturation-transition"] = &setTransition<RasterLayer, &RasterLayer::setRasterSatura… in makePaintPropertySetters()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
H A Dia_css_ob_types.h30 IA_CSS_OB_MODE_RASTER /** Raster OB */
40 enum ia_css_ob_mode mode; /** Mode (None / Fixed / Raster).
60 (used for Raster Mode only).
64 (used for Raster Mode only).
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tilcdc/
H A Dpanel.txt13 - raster-order: Raster Data Order Select: 1=Most-to-least 0=Least-to-most
47 raster-order = <0>;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c48 /* Set raster operation */ in mb86290fb_copyarea()
80 /* set colors and raster operation regs */ in mb86290fb_imageblit1()
82 /* Set raster operation */ in mb86290fb_imageblit1()
281 /* Set raster operation */ in mb86290fb_fillrect()
286 /* Set raster operation */ in mb86290fb_fillrect()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Draster_source.hpp15 …std::string, Tileset> urlOrTileset, uint16_t tileSize, SourceType sourceType = SourceType::Raster);
35 return getType() == SourceType::Raster; in is()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/video/
H A Drockchip_rga.txt1 device-tree bindings for rockchip 2D raster graphic acceleration controller (RGA)
3 RGA is a standalone 2D raster graphic acceleration unit. It accelerates 2D
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dda8xx-fb.c64 /* LCD Raster Control Register */
88 /* LCD Raster Timing 2 Register */
217 /* Enable the Raster Engine of the LCD Controller */
241 /* Disable the Raster Engine of the LCD Controller */
342 * The Raster enable bit must be set after all other control fields are in lcd_blit()
524 /* Set the Raster Order of the Frame Buffer */ in lcd_cfg_frame_buffer()
630 /* Disable the Raster if previously Enabled */ in lcd_reset()
755 * Must disable raster before changing state of any control bit. in lcdc_irq_handler_rev01()
804 * Must disable raster before changing state of any control bit. in lcdc_irq_handler_rev02()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Draster_bucket.hpp32 // Raster Tile Sources use the default buffers from Painter
43 return layerType == style::LayerType::Raster; in is()
H A Draster_bucket.cpp11 : Bucket(LayerType::Raster), in RasterBucket()
16 : Bucket(LayerType::Raster), in RasterBucket()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dda8xx-fb.c59 /* LCD Raster Control Register */
83 /* LCD Raster Timing 2 Register */
253 /* Enable the Raster Engine of the LCD Controller */
275 /* Disable the Raster Engine of the LCD Controller */
355 * The Raster enable bit must be set after all other control fields are in lcd_blit()
558 /* Set the Raster Order of the Frame Buffer */ in lcd_cfg_frame_buffer()
832 * Must disable raster before changing state of any control bit. in lcdc_irq_handler_rev02()
895 * Must disable raster before changing state of any control bit. in lcdc_irq_handler_rev01()
1099 * translates into waiting for the current raster frame to complete.
1261 bool raster = da8xx_fb_is_raster_enabled(); in da8xxfb_set_par() local
[all …]
H A Dwmt_ge_rops.c5 * Accelerators for raster operations using WonderMedia Graphics Engine
142 printk(KERN_INFO "Enabled support for WMT GE raster acceleration\n"); in wmt_ge_rops_probe()
170 MODULE_DESCRIPTION("Accelerators for raster operations using "
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Draster_program.hpp6 #include <mbgl/shaders/raster.hpp>
27 shaders::raster,
H A Dprograms.hpp42 raster(context, programParameters), in Programs()
69 RasterProgram raster; member in mbgl::Programs
/OK3568_Linux_fs/buildroot/package/postgis/
H A Dpostgis.mk26 POSTGIS_CONF_OPTS += --with-raster
28 POSTGIS_CONF_OPTS += --without-raster
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Drockchip-rga.yaml7 title: Rockchip 2D raster graphic acceleration controller (RGA)
10 RGA is a standalone 2D raster graphic acceleration unit. It accelerates 2D
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp10 { SourceType::Raster, "raster" },
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h80 ///< address (in raster order) of the first block in the current slice segment
82 ///< address (in raster order) of the first block in the current slice
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp89 const PremultipliedImage raster = decodeImage(encodedImage); in parseSprite() local
113 auto image = createStyleImage(name, raster, x, y, width, height, pixelRatio, sdf); in parseSprite()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_regs.h44 /* LCDC Raster Control Register */
71 /* LCDC Raster Timing 2 Register */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp17 : RenderLayer(style::LayerType::Raster, _impl), in RenderRasterLayer()
82 auto& programInstance = parameters.programs.raster; in render()
/OK3568_Linux_fs/buildroot/package/ijs/
H A DConfig.in6 protocol for transmission of raster page images.

12345678