CN105630507A - Method and device for drawing WebView control interface - Google Patents

Method and device for drawing WebView control interface Download PDF

Info

Publication number
CN105630507A
CN105630507A CN201511023109.8A CN201511023109A CN105630507A CN 105630507 A CN105630507 A CN 105630507A CN 201511023109 A CN201511023109 A CN 201511023109A CN 105630507 A CN105630507 A CN 105630507A
Authority
CN
China
Prior art keywords
thread
independent
webview control
interface
control interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201511023109.8A
Other languages
Chinese (zh)
Other versions
CN105630507B (en
Inventor
曹源
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Corp
Original Assignee
TCL Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL Corp filed Critical TCL Corp
Priority to CN201511023109.8A priority Critical patent/CN105630507B/en
Publication of CN105630507A publication Critical patent/CN105630507A/en
Application granted granted Critical
Publication of CN105630507B publication Critical patent/CN105630507B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The invention belongs to the technical field of information, and provides a method and device for drawing a WebView control interface. The method comprises the steps that the WebView control interface is made to be independent from a host interface of a main application; an independent work thread is created for drawing of the WebView control interface, and is independent from a UI main thread of the main application; the WebView control interface is drawn in the independent work thread. According to the method and device, drawing of the WebView control interface is carried out in the independent work thread, and an HTML5 video playing task can work in the independent work thread; on the one hand, the display efficiency of HTML5 video in a WebView control can be improved, and on the other hand, when the WebView control is embedded into the host interface of the main application to play the video, the user interface response speed can be increased, and the robustness of the main application can be improved.

Description

A kind of method that WebView control interface is drawn and device
Technical field
The invention belongs to areas of information technology, particularly relate to method and device that a kind of WebView control interface is drawn.
Background technology
Along with the development of HTML5 standard and correlation technique, HTML5 video playback all supported by modern main browser. At Android Android intelligent platform, the support of HTML5 video be have also been made bigger optimization by chrome browser.
Under some business scenes, it is necessary to call HTML5 video playback capability in certain one page of Android application master routine App.
The standard method that current Android provides is embedded in WebView control at AndroidApp, is loaded by this WebView control and plays HTML5 video. This kind of mode has following defect: the first, WebView control does not support multi-process, video play up and compound display is all completed by the UI main thread of Android application master routine, UI main thread to be processed customer incident simultaneously and refresh UI interface, basis, thus when causing HTML5 video playback, android system response customer incident likely occurs that reaction is blunt, and namely usually said interface card is paused; Two, WebView is operated in the UI main thread of application master routine, when abnormal generation program crashing occurs in WebView control, also can indirectly cause UI main thread abnormal, and abnormal ForceClose phenomenon occurs App master routine.
Summary of the invention
Embodiments providing method and device that a kind of WebView control interface is drawn, it is intended to the method that the WebView control interface that solving prior art provides is drawn, interface there will be Caton phenomenon, and the problem of unusual phenomenon also can occur App application master routine.
On the one hand, it is provided that a kind of method that WebView control interface is drawn, described method comprises:
Make WebView control interface independent of the host interface of application master routine;
For the drafting at WebView control interface creates independent worker thread, described independent worker thread is independent of the UI main thread of application master routine;
Described independent worker thread completes the drafting at WebView control interface.
Further, WebView control interface is made to comprise independent of the host interface of application master routine described in:
The drawing layer at WebView control interface is placed under the drawing layer of host interface of application master routine;
The drawing layer of the host interface of application master routine arranges one piece of transparent region identical with the drawing layer size at WebView control interface.
Further, the described drafting for WebView control interface creates independent worker thread and comprises:
The UI main thread of application master routine creates the first independent worker thread;
The UI main thread of application master routine creates the 2nd independent worker thread;
The UI main thread of application master routine creates the 3rd independent worker thread.
Further, the described drafting completing WebView control interface in described independent worker thread comprises:
The auto-building html files render tree inputted according to user in the first independent worker thread;
2nd independent worker thread generates synthesis tree;
3rd independent worker thread performs play up and synthetic order, and synthesis result is outputted to the drawing layer of WebView control.
On the other hand, it is provided that the device that a kind of WebView control interface is drawn, described device comprises:
Interface independence module, for making WebView control interface independent of the host interface of application master routine;
Thread creation module, for creating independent worker thread for the drafting at WebView control interface, described independent worker thread is independent of the UI main thread of application master routine;
Interface drafting module, for completing the drafting at WebView control interface in described independent worker thread.
Further, described interface independence module comprises:
Drawing layer processing unit, for being placed under the drawing layer of the host interface of application master routine by the drawing layer at WebView control interface;
Host interface processing unit, for arranging one piece of transparent region identical with the drawing layer size at WebView control interface on the drawing layer of the host interface of application master routine.
Further, described thread creation module comprises:
First thread creation unit, for creating the first independent worker thread in the UI main thread of application master routine;
2nd thread creating unit, for creating the 2nd independent worker thread in the UI main thread of application master routine;
3rd thread creation unit, for creating the 3rd independent worker thread in the UI main thread of application master routine.
Further, described interface drafting module comprises:
Render tree generates unit, for the auto-building html files render tree inputted according to user in the first independent worker thread;
Synthesis tree generates unit, for generating synthesis tree in the 2nd independent worker thread;
Result output unit, plays up and synthetic order for performing in the 3rd independent worker thread, and synthesis result outputs to the drawing layer of WebView control.
In the embodiment of the present invention, make WebView control interface independent of after host interface, for the drafting at WebView control interface creates the independent worker thread independent of UI main thread, by completing the drafting at WebView control interface independent of the independent worker thread of UI main thread, achieve and the drafting at WebView control interface is placed in independent worker thread carries out, peel off with the UI main thread of application master routine, HTML5 video playback task can be allowed to be operated in independent worker thread, the display efficiency of HTML5 video in WebView control can be promoted on the one hand, the host interface that can improve application master routine on the other hand embeds user interface response speed when WebView control plays video and promotes the stalwartness of master routine.
Accompanying drawing explanation
Fig. 1 is the flowchart of the method that the WebView control interface that the embodiment of the present invention one provides is drawn;
Fig. 2 is in the method that the WebView control interface that the embodiment of the present invention one provides is drawn, and WebView control interface is independent of the schematic diagram of the host interface of application master routine;
Fig. 3 is the structure block diagram of the device that the WebView control interface that the embodiment of the present invention two provides is drawn.
Embodiment
In order to make the object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated. It is to be understood that specific embodiment described herein is only in order to explain the present invention, it is not intended to limit the present invention.
In embodiments of the present invention, make WebView control interface independent of the host interface of application master routine; For the drafting at WebView control interface creates independent worker thread, described independent worker thread is independent of the UI main thread of application master routine; Described independent worker thread completes the drafting at WebView control interface.
Below in conjunction with specific embodiment, the realization of the present invention is described in detail:
Embodiment one
The realization flow of the method that the WebView control interface that Fig. 1 shows the embodiment of the present invention one to be provided is drawn, describes in detail as follows:
In step S101, make WebView control interface independent of the host interface of application master routine.
In android system, WebView control is the same with controls such as TextView, Button, ImageView, they are all on the drawing layer of the host interface that the UI of oneself is plotted in application master routine, it means that their UI carries out drawing in the UI main thread of application master routine.
When some complex scenes of drafting, such as game picture, Camera preview screen, video playback, the UI relative complex of these scenes and requirement are drawn efficiently, it is not just too suitable that the UI main thread that their UI is placed on application master routine is drawn, it is necessary to these require complicated and efficiently UI generate an independent drawing layer and use an independent thread to draw these UI.
In android system, the interface of AndroidApp is drawn by SurfaceFlinger service, and in general each interface corresponding drawing layer Layer in SurfaceFlinger serves, is used for describing drawing interface. WebView control, for the treatment of Web (HTML/CSS/JavaScript) associated viscera, is embedded in the host interface of application master routine usually. Under existing framework, WebView control interface carries out color applying drawing by the UI main thread of application master routine together with the host interface of application master routine.
In embodiments of the present invention, after the work of host interface initialize completing ViewRoot initialize, ViewGroup initialize and application master routine, can by the SurfaceFlinger service of amendment android system, the drawing layer at WebView control interface is placed under the drawing layer of host interface of application master routine, make WebView control interface independent of the host interface of application master routine, no longer it is embedded in the host interface of application master routine. Drawing layer corresponding to the WebView control interface drawn is served as shown in Figure 2 by amendment SurfaceFlinger, Layer corresponding to WebView control interface independent of drawing layer corresponding to the host interface of application master routine, drawing layer corresponding to WebView control interface in the position of drafting system Z axle lower than the drawing layer that the host interface of application master routine is corresponding. In addition, arranging the identical transparent region of one piece of drawing layer size corresponding with WebView by SurfaceFlinger service on the drawing layer that the host interface of application master routine is corresponding, the display of the display at such WebView control interface and the host interface of application master routine can be independent.
In step s 102, for the drafting at WebView control interface creates independent worker thread, described independent worker thread is independent of the UI main thread of application master routine.
In embodiments of the present invention, the UI main thread of application master routine creates the first independent worker thread, the 2nd independent worker thread and the 3rd independent worker thread. These independent worker threads are separate with the UI main thread of application master routine, not by the control of the UI main thread applying master routine.
Wherein, the first independent worker thread is Renderer thread, and the 2nd independent worker thread is Compositing thread, and the 3rd independent worker thread is GPU thread.
Renderer thread, Compositing thread and GPU thread all with application master routine UI main thread be peel off, independent of application master routine UI main thread.
In step s 103, in described independent worker thread, complete the drafting at WebView control interface.
In embodiments of the present invention, the auto-building html files render tree inputted according to user in the first independent worker thread, 2nd independent worker thread generates synthesis tree, performs to play up and synthetic order in the 3rd independent worker thread, and synthesis result is outputted to the drawing layer of WebView control.
Concrete, can by the independent worker thread execution playing up and synthesizing the UI main thread independent of application master routine putting into establishment to WebView control interface, WebView control UI has been coordinated to draw by Renderer thread, Compositing thread and GPU thread, containing the process to HTML5 video playback.
Wherein, the auto-building html files render tree inputted according to user in Renderer thread, builds drawing context according to page level; Compositing thread generates synthesis tree, describes the drawing element on drawing page hierarchical relationship and every layer of page with tree structure; GPU thread performs play up and synthetic order, each drawing element in layer is drawn separately and carries out Images uniting, and synthesis result is outputted to the drawing layer of WebView control.
The present embodiment, make WebView control interface independent of after host interface, for the drafting at WebView control interface creates the independent worker thread independent of UI main thread, by completing the drafting at WebView control interface independent of the independent worker thread of UI main thread, achieve and the drafting at WebView control interface is placed in independent worker thread carries out, peel off with the UI main thread of application master routine, HTML5 video playback task can be allowed to be operated in independent worker thread, the display efficiency of HTML5 video in WebView control can be promoted on the one hand, the host interface that can improve application master routine on the other hand embeds user interface response speed when WebView control plays video and promotes the stalwartness of master routine. solve the defect of WebView single process, the drafting at WebView control interface is no longer completed in the UI main thread of application master routine, and coordinated at independent worker thread, thus solve HTML5 video playing efficiency in WebView control not high and application master routine response card problem.
It will be understood that in embodiments of the present invention, the size of the sequence number of above-mentioned each process does not also mean that the priority of execution order, and the execution order of each process should be determined with its function and inherent logic, and the implementation process of the embodiment of the present invention should not formed any restriction.
One of ordinary skill in the art will appreciate that all or part of step realizing in the various embodiments described above method can be completed by the hardware that program carrys out instruction relevant, corresponding program can be stored in a computer read/write memory medium, described storage media, such as ROM/RAM, disk or CD etc.
Embodiment two
The concrete structure block diagram of the device that the WebView control interface that Fig. 3 shows the embodiment of the present invention two to be provided is drawn, for convenience of explanation, illustrate only the part relevant to the embodiment of the present invention. The device 3 that this WebView control interface is drawn comprises: interface independence module 31, thread creation module 32 and interface drafting module 33.
Wherein, interface independence module 31, for making WebView control interface independent of the host interface of application master routine;
Thread creation module 32, for creating independent worker thread for the drafting at WebView control interface, described independent worker thread is independent of the UI main thread of application master routine;
Interface drafting module 33, for completing the drafting at WebView control interface in described independent worker thread.
Concrete, described interface independence module 31 comprises:
Drawing layer processing unit, for being placed under the drawing layer of the host interface of application master routine by the drawing layer at WebView control interface;
Host interface processing unit, for arranging one piece of transparent region identical with the drawing layer size at WebView control interface on the drawing layer of the host interface of application master routine.
Concrete, described thread creation module 32 comprises:
First thread creation unit, for creating the first independent worker thread in the UI main thread of application master routine;
2nd thread creating unit, for creating the 2nd independent worker thread in the UI main thread of application master routine;
3rd thread creation unit, for creating the 3rd independent worker thread in the UI main thread of application master routine.
Concrete, described interface drafting module 33 comprises:
Render tree generates unit, for the auto-building html files render tree inputted according to user in the first independent worker thread;
Synthesis tree generates unit, for generating synthesis tree in the 2nd independent worker thread;
Result output unit, plays up and synthetic order for performing in the 3rd independent worker thread, and synthesis result outputs to the drawing layer of WebView control.
The device that the WebView control interface that the embodiment of the present invention provides is drawn can be applied in the embodiment of the method one of aforementioned correspondence, and details, see the description of above-described embodiment one, do not repeat them here.
It is noted that in said apparatus embodiment, each included unit just carries out according to function logic dividing, but is not limited to above-mentioned division, as long as corresponding function can be realized; In addition, the concrete title of each functional unit also just for the ease of mutual differentiation, is not limited to protection scope of the present invention.
The foregoing is only the better embodiment of the present invention, not in order to limit the present invention, all any amendment, equivalent replacement and improvement etc. done within the spirit and principles in the present invention, all should be included within protection scope of the present invention.

Claims (8)

1. the method that a WebView control interface is drawn, it is characterised in that, described method comprises:
Make WebView control interface independent of the host interface of application master routine;
For the drafting at WebView control interface creates independent worker thread, described independent worker thread is independent of the UI main thread of application master routine;
Described independent worker thread completes the drafting at WebView control interface.
2. the method for claim 1, it is characterised in that, described in make WebView control interface independent of application master routine host interface comprise:
The drawing layer at WebView control interface is placed under the drawing layer of host interface of application master routine;
The drawing layer of the host interface of application master routine arranges one piece of transparent region identical with the drawing layer size at WebView control interface.
3. the method for claim 1, it is characterised in that, the described drafting for WebView control interface creates independent worker thread and comprises:
The UI main thread of application master routine creates the first independent worker thread;
The UI main thread of application master routine creates the 2nd independent worker thread;
The UI main thread of application master routine creates the 3rd independent worker thread.
4. method as claimed in claim 3, it is characterised in that, the described drafting completing WebView control interface in described independent worker thread comprises:
The auto-building html files render tree inputted according to user in the first independent worker thread;
2nd independent worker thread generates synthesis tree;
3rd independent worker thread performs play up and synthetic order, and synthesis result is outputted to the drawing layer of WebView control.
5. the device that a WebView control interface is drawn, it is characterised in that, described device comprises:
Interface independence module, for making WebView control interface independent of the host interface of application master routine;
Thread creation module, for creating independent worker thread for the drafting at WebView control interface, described independent worker thread is independent of the UI main thread of application master routine;
Interface drafting module, for completing the drafting at WebView control interface in described independent worker thread.
6. device as claimed in claim 5, it is characterised in that, described interface independence module comprises:
Drawing layer processing unit, for being placed under the drawing layer of the host interface of application master routine by the drawing layer at WebView control interface;
Host interface processing unit, for arranging one piece of transparent region identical with the drawing layer size at WebView control interface on the drawing layer of the host interface of application master routine.
7. device as claimed in claim 5, it is characterised in that, described thread creation module comprises:
First thread creation unit, for creating the first independent worker thread in the UI main thread of application master routine;
2nd thread creating unit, for creating the 2nd independent worker thread in the UI main thread of application master routine;
3rd thread creation unit, for creating the 3rd independent worker thread in the UI main thread of application master routine.
8. device as claimed in claim 7, it is characterised in that, described interface drafting module comprises:
Render tree generates unit, for the auto-building html files render tree inputted according to user in the first independent worker thread;
Synthesis tree generates unit, for generating synthesis tree in the 2nd independent worker thread;
Result output unit, plays up and synthetic order for performing in the 3rd independent worker thread, and synthesis result outputs to the drawing layer of WebView control.
CN201511023109.8A 2015-12-29 2015-12-29 WebView control interface drawing method and device Active CN105630507B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511023109.8A CN105630507B (en) 2015-12-29 2015-12-29 WebView control interface drawing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511023109.8A CN105630507B (en) 2015-12-29 2015-12-29 WebView control interface drawing method and device

Publications (2)

Publication Number Publication Date
CN105630507A true CN105630507A (en) 2016-06-01
CN105630507B CN105630507B (en) 2020-01-24

Family

ID=56045497

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511023109.8A Active CN105630507B (en) 2015-12-29 2015-12-29 WebView control interface drawing method and device

Country Status (1)

Country Link
CN (1) CN105630507B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105871917A (en) * 2016-06-08 2016-08-17 北京金山安全管理系统技术有限公司 Transmission control protocol TCP connection scheduling method and device
CN107589962A (en) * 2016-07-14 2018-01-16 广州市动景计算机科技有限公司 A kind of method for displaying user interface and device
CN107665139A (en) * 2016-07-29 2018-02-06 北京新唐思创教育科技有限公司 The implementation method and device drawn for the real time bidirectional in online teaching
CN108733445A (en) * 2018-05-17 2018-11-02 北京五八信息技术有限公司 A kind of view management method, device, equipment and computer readable storage medium
CN108762881A (en) * 2018-06-21 2018-11-06 广州酷狗计算机科技有限公司 Interface method for drafting, device, terminal and storage medium
CN109634544A (en) * 2018-11-23 2019-04-16 北京梧桐车联科技有限责任公司 Application interface display methods and device, display equipment and storage medium
CN110633121A (en) * 2019-09-05 2019-12-31 北京无限光场科技有限公司 Interface rendering method and device, terminal equipment and medium
CN110704768A (en) * 2019-10-08 2020-01-17 支付宝(杭州)信息技术有限公司 Webpage rendering method and device based on graphics processor
CN110806905A (en) * 2019-10-30 2020-02-18 网易(杭州)网络有限公司 User page processing method and device, electronic equipment and storage medium
CN111163345A (en) * 2018-11-07 2020-05-15 杭州海康威视系统技术有限公司 Image rendering method and device
CN111432265A (en) * 2020-03-31 2020-07-17 腾讯科技(深圳)有限公司 Method for processing video pictures, related device and storage medium
CN111432262A (en) * 2020-02-24 2020-07-17 杭州海康威视数字技术股份有限公司 Page video rendering method and device
US11089381B2 (en) 2017-01-20 2021-08-10 Hanwha Techwin Co., Ltd. Apparatus and method for simultaneous playback and backup of media in a web browser
CN113806014A (en) * 2021-08-26 2021-12-17 浪潮卓数大数据产业发展有限公司 Webview loading optimization method based on virtual multi-open

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102486726A (en) * 2010-12-03 2012-06-06 北京晶智意达科技有限公司 Multithread drawing method based on Qt
CN103064680A (en) * 2012-12-25 2013-04-24 北京奇虎科技有限公司 Plug-in playing method and device in browser
CN103077194A (en) * 2012-12-25 2013-05-01 北京奇虎科技有限公司 Method and device for creating active object of browser and browser
US8595640B2 (en) * 2010-12-02 2013-11-26 Microsoft Corporation Render transform based scrolling and panning for smooth effects
CN104866291A (en) * 2014-02-24 2015-08-26 上海连梦文化传播有限公司 Android-based 2D mobile game engine
CN105549820A (en) * 2015-12-11 2016-05-04 魅族科技(中国)有限公司 Graphic user interface display method and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8595640B2 (en) * 2010-12-02 2013-11-26 Microsoft Corporation Render transform based scrolling and panning for smooth effects
CN102486726A (en) * 2010-12-03 2012-06-06 北京晶智意达科技有限公司 Multithread drawing method based on Qt
CN103064680A (en) * 2012-12-25 2013-04-24 北京奇虎科技有限公司 Plug-in playing method and device in browser
CN103077194A (en) * 2012-12-25 2013-05-01 北京奇虎科技有限公司 Method and device for creating active object of browser and browser
CN104866291A (en) * 2014-02-24 2015-08-26 上海连梦文化传播有限公司 Android-based 2D mobile game engine
CN105549820A (en) * 2015-12-11 2016-05-04 魅族科技(中国)有限公司 Graphic user interface display method and terminal

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105871917A (en) * 2016-06-08 2016-08-17 北京金山安全管理系统技术有限公司 Transmission control protocol TCP connection scheduling method and device
CN107589962A (en) * 2016-07-14 2018-01-16 广州市动景计算机科技有限公司 A kind of method for displaying user interface and device
CN107665139A (en) * 2016-07-29 2018-02-06 北京新唐思创教育科技有限公司 The implementation method and device drawn for the real time bidirectional in online teaching
US11089381B2 (en) 2017-01-20 2021-08-10 Hanwha Techwin Co., Ltd. Apparatus and method for simultaneous playback and backup of media in a web browser
CN108733445A (en) * 2018-05-17 2018-11-02 北京五八信息技术有限公司 A kind of view management method, device, equipment and computer readable storage medium
CN108762881B (en) * 2018-06-21 2021-02-12 广州酷狗计算机科技有限公司 Interface drawing method and device, terminal and storage medium
CN108762881A (en) * 2018-06-21 2018-11-06 广州酷狗计算机科技有限公司 Interface method for drafting, device, terminal and storage medium
CN111163345A (en) * 2018-11-07 2020-05-15 杭州海康威视系统技术有限公司 Image rendering method and device
CN109634544A (en) * 2018-11-23 2019-04-16 北京梧桐车联科技有限责任公司 Application interface display methods and device, display equipment and storage medium
CN110633121A (en) * 2019-09-05 2019-12-31 北京无限光场科技有限公司 Interface rendering method and device, terminal equipment and medium
CN110704768A (en) * 2019-10-08 2020-01-17 支付宝(杭州)信息技术有限公司 Webpage rendering method and device based on graphics processor
CN110704768B (en) * 2019-10-08 2022-03-18 支付宝(杭州)信息技术有限公司 Webpage rendering method and device based on graphics processor
CN110806905A (en) * 2019-10-30 2020-02-18 网易(杭州)网络有限公司 User page processing method and device, electronic equipment and storage medium
CN110806905B (en) * 2019-10-30 2022-09-30 网易(杭州)网络有限公司 User page processing method and device, electronic equipment and storage medium
CN111432262A (en) * 2020-02-24 2020-07-17 杭州海康威视数字技术股份有限公司 Page video rendering method and device
CN111432265A (en) * 2020-03-31 2020-07-17 腾讯科技(深圳)有限公司 Method for processing video pictures, related device and storage medium
CN111432265B (en) * 2020-03-31 2021-08-31 腾讯科技(深圳)有限公司 Method for processing video pictures, related device and storage medium
CN113806014A (en) * 2021-08-26 2021-12-17 浪潮卓数大数据产业发展有限公司 Webview loading optimization method based on virtual multi-open

Also Published As

Publication number Publication date
CN105630507B (en) 2020-01-24

Similar Documents

Publication Publication Date Title
CN105630507A (en) Method and device for drawing WebView control interface
US10902663B2 (en) Method and apparatus for displaying 2D application interface in virtual reality device
CN104090979B (en) A kind of page authoring method and device
US20210358524A1 (en) Method and device of editing a video
CN110908625A (en) Multi-screen display method, device, equipment, system, cabin and storage medium
CN102663002A (en) Method and system for structured-document rendering
CN108427589B (en) Data processing method and electronic equipment
US20160291846A1 (en) Generating carousel user interface with graphics processing unit
KR102646977B1 (en) Display method and device based on augmented reality, and storage medium
CN106569700B (en) Screenshot method and screenshot device
CN109672902A (en) A kind of video takes out frame method, device, electronic equipment and storage medium
CN111651079A (en) Handwriting display method, device, equipment and computer storage medium
CN105094552A (en) Display method and device of browser tab and terminal
CN107220063A (en) Dynamic wallpaper generation method and device
CN110569096B (en) System, method, medium, and apparatus for decoding human-computer interaction interface
CN104995622A (en) Compositor support for graphics functions
CN107613046B (en) Filter pipeline system, image data processing method and device and electronic equipment
US11941728B2 (en) Previewing method and apparatus for effect application, and device, and storage medium
WO2018098340A1 (en) Intelligent graphical feature generation for user content
US20170192731A1 (en) Control redistribution among multiple devices
CN106162302A (en) Method of combination, device and the intelligent television at the main interface of a kind of Launcher
KR20160106970A (en) Method and Apparatus for Generating Optimal Template of Digital Signage
CN102572219B (en) Mobile terminal and image processing method thereof
CN104461310B (en) A kind of page comparison method and system
EP2691956A2 (en) Scene graph for defining a stereoscopic graphical object

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant