CN116051351A - Special effect processing method and electronic equipment - Google Patents

Special effect processing method and electronic equipment Download PDF

Info

Publication number
CN116051351A
CN116051351A CN202211006965.2A CN202211006965A CN116051351A CN 116051351 A CN116051351 A CN 116051351A CN 202211006965 A CN202211006965 A CN 202211006965A CN 116051351 A CN116051351 A CN 116051351A
Authority
CN
China
Prior art keywords
special effect
interface
frame image
target interface
input data
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
CN202211006965.2A
Other languages
Chinese (zh)
Other versions
CN116051351B (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.)
Honor Device Co Ltd
Original Assignee
Honor Device Co Ltd
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 Honor Device Co Ltd filed Critical Honor Device Co Ltd
Priority to CN202311297918.2A priority Critical patent/CN117611423A/en
Priority to CN202211006965.2A priority patent/CN116051351B/en
Publication of CN116051351A publication Critical patent/CN116051351A/en
Application granted granted Critical
Publication of CN116051351B publication Critical patent/CN116051351B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Telephone Function (AREA)

Abstract

The embodiment of the invention provides a special effect processing method and electronic equipment. In the technical scheme provided by the embodiment of the invention, the method comprises the following steps: in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface; in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program; in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain the next frame image; and displaying the next frame of image. According to the embodiment of the invention, the special effect processing is transferred from the GPU synthesis stage to the rendering stage, so that the situation that the special effect processing needs to force GPU synthesis in the synthesis stage is avoided, and the product smoothness and the user experience are improved.

Description

Special effect processing method and electronic equipment
[ field of technology ]
The present invention relates to the field of computer technologies, and in particular, to a special effect processing method and an electronic device.
[ background Art ]
Currently, hardware decentralized processing unit (Distributed Processing Unit, DPU) synthesis does not support special effect processing at all, but only through graphics processor (Graphics Processing Unit, GPU). Because the GPU synthesis load is high, power consumption of the electronic device is increased, and performance is also affected. In addition, under the scene of high load of the whole machine and high load application opening, the synthesis time is too long, so that the synthesis cannot be completed within one frame time, and the problems of frame loss and clamping are caused.
Therefore, special effect processing in the synthesis stage needs to force GPU synthesis, so that high load of the GPU is caused, and product smoothness and user experience are affected.
[ invention ]
In view of this, the embodiment of the invention provides a special effect processing method and electronic equipment, which transfer special effect processing from a GPU synthesis stage to a rendering stage to avoid the necessity of forced GPU synthesis during the synthesis stage, and improve product smoothness and user experience.
In a first aspect, an embodiment of the present invention provides a special effect processing method, where the method includes:
in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface;
in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program;
in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain the next frame image;
and displaying the next frame of image.
With reference to the first aspect, in some implementation manners of the first aspect, before the obtaining, in a current frame image synthesis stage, the input data and the coloring program according to the special effect parameters of the target window, the method includes:
Displaying a currently applied interface, wherein the interface is formed by dynamically displaying multi-frame images according to a synthesis sequence;
determining that the display interface is the target interface according to the display interface of the current application;
and determining special effect parameters of the target interface according to the target interface.
With reference to the first aspect, in some implementations of the first aspect, the determining, according to the currently applied display interface, that the display interface is the target interface includes:
and determining the display interface as a target interface according to the target parameters carried by the display interface.
With reference to the first aspect, in certain implementation manners of the first aspect, the method further includes:
and determining that the display interface is a non-target interface according to the display interface of the current application, and continuously executing the step of displaying the interface of the current application.
With reference to the first aspect, in some implementation manners of the first aspect, before the obtaining a special effect processing layer according to the input data and the coloring program, the method further includes:
obtaining the similarity of the current frame image and the next frame image according to the current frame image and the next frame image;
If the similarity is greater than or equal to a first threshold, continuing to execute the step of obtaining a special effect processing layer according to the input data and the coloring program;
and if the similarity is smaller than the first threshold, stacking and combining the other graphs participating in display in the next frame image synthesis stage of the target interface to obtain the next frame image.
With reference to the first aspect, in some implementations of the first aspect, in a next frame image rendering stage of the target interface, the obtaining, according to the input data and the coloring program, a special effect processing layer includes:
creating a synthetic layer;
performing special effect processing on the input data through the coloring program to obtain special effect data;
and obtaining the special effect processing layer by taking the special effect data as the data of the synthesized layer.
With reference to the first aspect, in certain implementations of the first aspect, the special effects parameters include a special effects area and a special effects type.
With reference to the first aspect, in certain implementations of the first aspect, the special effect processing includes blurring processing, shading processing, or rounding processing.
With reference to the first aspect, in some implementations of the first aspect, after the obtaining, in a current frame image synthesis stage of the target interface, the input data and the coloring program according to the special effect parameters of the target interface, the method further includes:
And storing the input data and the coloring program into a shared memory.
With reference to the first aspect, in some implementation manners of the first aspect, before the obtaining a special effect processing layer according to the input data and the coloring program, the method further includes:
and acquiring the input data and the coloring program from the shared memory.
In a second aspect, an embodiment of the present invention provides an electronic device, including a processor and a memory, where the memory is configured to store a computer program, the computer program including program instructions that, when executed by the processor, cause the electronic device to perform a method as described above.
In a third aspect, embodiments of the present invention provide a computer readable storage medium storing a computer program comprising program instructions which, when executed by a computer, cause the computer to perform a method as described above.
In the special effect processing method and the technical scheme of the electronic equipment provided by the embodiment of the invention, the method comprises the following steps: in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface; in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program; in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain the next frame image; and displaying the next frame of image. According to the embodiment of the invention, the special effect processing is transferred from the GPU synthesis stage to the rendering stage, so that the situation that the special effect processing needs to force GPU synthesis in the synthesis stage is avoided, and the product smoothness and the user experience are improved.
[ description of the drawings ]
Fig. 1 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
FIG. 2 is a block diagram of the software architecture of an electronic device 100 according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a prior art effect processing method;
FIG. 4 is a block diagram of a special effect processing system according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of a blurring process according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of special effects processing according to an embodiment of the present invention;
FIG. 7 is a schematic diagram of a special effect processing method according to an embodiment of the present invention;
FIG. 8 is a flowchart of a special effect processing method according to an embodiment of the present invention;
FIG. 9 is a flowchart of another special effect processing method according to an embodiment of the present invention;
FIG. 10 is a flowchart showing the special effects processing layer obtained according to the input data and the coloring program of FIG. 9;
fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
[ detailed description ] of the invention
For a better understanding of the technical solution of the present invention, the following detailed description of the embodiments of the present invention refers to the accompanying drawings.
It should be understood that the described embodiments are merely some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be understood that the term "and/or" as used herein is merely one way of describing an association of associated objects, meaning that there may be three relationships, e.g., a and/or b, which may represent: the first and second cases exist separately, and the first and second cases exist separately. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship.
Fig. 1 shows a schematic configuration of an electronic device 100.
The electronic device 100 may include a processor 110, an external memory interface 120, an internal memory 121, a universal serial bus (universal serial bus, USB) interface 130, a charge management module 140, a power management module 141, a battery 142, an antenna 1, an antenna 2, a mobile communication module 150, a wireless communication module 160, an audio module 170, a speaker 170A, a receiver 170B, a microphone 170C, an earphone interface 170D, a sensor module 180, keys 190, a motor 191, an indicator 192, a camera 193, a display 194, and a subscriber identity module (subscriber identification module, SIM) card interface 195, etc. The sensor module 180 may include a pressure sensor 180A, a gyro sensor 180B, an air pressure sensor 180C, a magnetic sensor 180D, an acceleration sensor 180E, a distance sensor 180F, a proximity sensor 180G, a fingerprint sensor 180H, a temperature sensor 180J, a touch sensor 180K, an ambient light sensor 180L, a bone conduction sensor 180M, and the like.
It should be understood that the illustrated structure of the embodiment of the present invention does not constitute a specific limitation on the electronic device 100. In other embodiments of the present application, electronic device 100 may include more or fewer components than shown, or certain components may be combined, or certain components may be split, or different arrangements of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
The processor 110 may include one or more processing units, such as: the processor 110 may include an application processor (application processor, AP), a modem processor, a graphics processor (graphics processing unit, GPU), an image signal processor (image signal processor, ISP), a controller, a video codec, a digital signal processor (digital signal processor, DSP), a baseband processor, and/or a neural network processor (neural-network processing unit, NPU), etc. Wherein the different processing units may be separate devices or may be integrated in one or more processors.
The controller can generate operation control signals according to the instruction operation codes and the time sequence signals to finish the control of instruction fetching and instruction execution.
A memory may also be provided in the processor 110 for storing instructions and data. In some embodiments, the memory in the processor 110 is a cache memory. The memory may hold instructions or data that the processor 110 has just used or recycled. If the processor 110 needs to reuse the instruction or data, it can be called directly from the memory. Repeated accesses are avoided and the latency of the processor 110 is reduced, thereby improving the efficiency of the system.
In some embodiments, the processor 110 may include one or more interfaces. The interfaces may include an integrated circuit (inter-integrated circuit, I2C) interface, an integrated circuit built-in audio (inter-integrated circuit sound, I2S) interface, a pulse code modulation (pulse code modulation, PCM) interface, a universal asynchronous receiver transmitter (universal asynchronous receiver/transmitter, UART) interface, a mobile industry processor interface (mobile industry processor interface, MIPI), a general-purpose input/output (GPIO) interface, a subscriber identity module (subscriber identity module, SIM) interface, and/or a universal serial bus (universal serial bus, USB) interface, among others.
The I2C interface is a bi-directional synchronous serial bus comprising a serial data line (SDA) and a serial clock line (derail clock line, SCL). In some embodiments, the processor 110 may contain multiple sets of I2C buses. The processor 110 may be coupled to the touch sensor 180K, charger, flash, camera 193, etc., respectively, through different I2C bus interfaces. For example: the processor 110 may be coupled to the touch sensor 180K through an I2C interface, such that the processor 110 communicates with the touch sensor 180K through an I2C bus interface to implement a touch function of the electronic device 100.
The I2S interface may be used for audio communication. In some embodiments, the processor 110 may contain multiple sets of I2S buses. The processor 110 may be coupled to the audio module 170 via an I2S bus to enable communication between the processor 110 and the audio module 170. In some embodiments, the audio module 170 may transmit an audio signal to the wireless communication module 160 through the I2S interface, to implement a function of answering a call through the bluetooth headset.
PCM interfaces may also be used for audio communication to sample, quantize and encode analog signals. In some embodiments, the audio module 170 and the wireless communication module 160 may be coupled through a PCM bus interface. In some embodiments, the audio module 170 may also transmit audio signals to the wireless communication module 160 through the PCM interface to implement a function of answering a call through the bluetooth headset. Both the I2S interface and the PCM interface may be used for audio communication.
The UART interface is a universal serial data bus for asynchronous communications. The bus may be a bi-directional communication bus. It converts the data to be transmitted between serial communication and parallel communication. In some embodiments, a UART interface is typically used to connect the processor 110 with the wireless communication module 160. For example: the processor 110 communicates with a bluetooth module in the wireless communication module 160 through a UART interface to implement a bluetooth function. In some embodiments, the audio module 170 may transmit an audio signal to the wireless communication module 160 through a UART interface, to implement a function of playing music through a bluetooth headset.
The MIPI interface may be used to connect the processor 110 to peripheral devices such as a display 194, a camera 193, and the like. The MIPI interfaces include camera serial interfaces (camera serial interface, CSI), display serial interfaces (display serial interface, DSI), and the like. In some embodiments, processor 110 and camera 193 communicate through a CSI interface to implement the photographing functions of electronic device 100. The processor 110 and the display 194 communicate via a DSI interface to implement the display functionality of the electronic device 100.
The GPIO interface may be configured by software. The GPIO interface may be configured as a control signal or as a data signal. In some embodiments, a GPIO interface may be used to connect the processor 110 with the camera 193, the display 194, the wireless communication module 160, the audio module 170, the sensor module 180, and the like. The GPIO interface may also be configured as an I2C interface, an I2S interface, a UART interface, an MIPI interface, etc.
The USB interface 130 is an interface conforming to the USB standard specification, and may specifically be a Mini USB interface, a Micro USB interface, a USB Type C interface, or the like. The USB interface 130 may be used to connect a charger to charge the electronic device 100, and may also be used to transfer data between the electronic device 100 and a peripheral device. And can also be used for connecting with a headset, and playing audio through the headset. The interface may also be used to connect other electronic devices, such as AR devices, etc.
It should be understood that the interfacing relationship between the modules illustrated in the embodiments of the present invention is only illustrative, and is not meant to limit the structure of the electronic device 100. In other embodiments of the present application, the electronic device 100 may also use different interfacing manners, or a combination of multiple interfacing manners in the foregoing embodiments.
The charge management module 140 is configured to receive a charge input from a charger. The charger can be a wireless charger or a wired charger. In some wired charging embodiments, the charge management module 140 may receive a charging input of a wired charger through the USB interface 130. In some wireless charging embodiments, the charge management module 140 may receive wireless charging input through a wireless charging coil of the electronic device 100. The charging management module 140 may also supply power to the electronic device through the power management module 141 while charging the battery 142.
The power management module 141 is used for connecting the battery 142, and the charge management module 140 and the processor 110. The power management module 141 receives input from the battery 142 and/or the charge management module 140 to power the processor 110, the internal memory 121, the display 194, the camera 193, the wireless communication module 160, and the like. The power management module 141 may also be configured to monitor battery capacity, battery cycle number, battery health (leakage, impedance) and other parameters. In other embodiments, the power management module 141 may also be provided in the processor 110. In other embodiments, the power management module 141 and the charge management module 140 may be disposed in the same device.
The wireless communication function of the electronic device 100 may be implemented by the antenna 1, the antenna 2, the mobile communication module 150, the wireless communication module 160, a modem processor, a baseband processor, and the like.
The antennas 1 and 2 are used for transmitting and receiving electromagnetic wave signals. Each antenna in the electronic device 100 may be used to cover a single or multiple communication bands. Different antennas may also be multiplexed to improve the utilization of the antennas. For example: the antenna 1 may be multiplexed into a diversity antenna of a wireless local area network. In other embodiments, the antenna may be used in conjunction with a tuning switch.
The mobile communication module 150 may provide a solution for wireless communication including 2G/3G/4G/5G, etc., applied to the electronic device 100. The mobile communication module 150 may include at least one filter, switch, power amplifier, low noise amplifier (low noise amplifier, LNA), etc. The mobile communication module 150 may receive electromagnetic waves from the antenna 1, perform processes such as filtering, amplifying, and the like on the received electromagnetic waves, and transmit the processed electromagnetic waves to the modem processor for demodulation. The mobile communication module 150 can amplify the signal modulated by the modem processor, and convert the signal into electromagnetic waves through the antenna 1 to radiate. In some embodiments, at least some of the functional modules of the mobile communication module 150 may be disposed in the processor 110. In some embodiments, at least some of the functional modules of the mobile communication module 150 may be provided in the same device as at least some of the modules of the processor 110.
The modem processor may include a modulator and a demodulator. The modulator is used for modulating the low-frequency baseband signal to be transmitted into a medium-high frequency signal. The demodulator is used for demodulating the received electromagnetic wave signal into a low-frequency baseband signal. The demodulator then transmits the demodulated low frequency baseband signal to the baseband processor for processing. The low frequency baseband signal is processed by the baseband processor and then transferred to the application processor. The application processor outputs sound signals through an audio device (not limited to the speaker 170A, the receiver 170B, etc.), or displays images or video through the display screen 194. In some embodiments, the modem processor may be a stand-alone device. In other embodiments, the modem processor may be provided in the same device as the mobile communication module 150 or other functional module, independent of the processor 110.
The wireless communication module 160 may provide solutions for wireless communication including wireless local area network (wireless local area networks, WLAN) (e.g., wireless fidelity (wireless fidelity, wi-Fi) network), bluetooth (BT), global navigation satellite system (global navigation satellite system, GNSS), frequency modulation (frequency modulation, FM), near field wireless communication technology (near field communication, NFC), infrared technology (IR), etc., as applied to the electronic device 100. The wireless communication module 160 may be one or more devices that integrate at least one communication processing module. The wireless communication module 160 receives electromagnetic waves via the antenna 2, modulates the electromagnetic wave signals, filters the electromagnetic wave signals, and transmits the processed signals to the processor 110. The wireless communication module 160 may also receive a signal to be transmitted from the processor 110, frequency modulate it, amplify it, and convert it to electromagnetic waves for radiation via the antenna 2.
In some embodiments, antenna 1 and mobile communication module 150 of electronic device 100 are coupled, and antenna 2 and wireless communication module 160 are coupled, such that electronic device 100 may communicate with a network and other devices through wireless communication techniques. The wireless communication techniques may include the Global System for Mobile communications (global system for mobile communications, GSM), general packet radio service (general packet radio service, GPRS), code division multiple access (code division multiple access, CDMA), wideband code division multiple access (wideband code division multiple access, WCDMA), time division code division multiple access (time-division code division multiple access, TD-SCDMA), long term evolution (long term evolution, LTE), BT, GNSS, WLAN, NFC, FM, and/or IR techniques, among others. The GNSS may include a global satellite positioning system (global positioning system, GPS), a global navigation satellite system (global navigation satellite system, GLONASS), a beidou satellite navigation system (beidou navigation satellite system, BDS), a quasi zenith satellite system (quasi-zenith satellite system, QZSS) and/or a satellite based augmentation system (satellite based augmentation systems, SBAS).
The electronic device 100 implements display functions through a GPU, a display screen 194, an application processor, and the like. The GPU is a microprocessor for image processing, and is connected to the display 194 and the application processor. The GPU is used to perform mathematical and geometric calculations for graphics rendering. Processor 110 may include one or more GPUs that execute program instructions to generate or change display information.
The display screen 194 is used to display images, videos, and the like. The display 194 includes a display panel. The display panel may employ a liquid crystal display (liquid crystal display, LCD), an organic light-emitting diode (OLED), an active-matrix organic light-emitting diode (AMOLED) or an active-matrix organic light-emitting diode (matrix organic light emitting diode), a flexible light-emitting diode (flex), a mini, a Micro led, a Micro-OLED, a quantum dot light-emitting diode (quantum dot light emitting diodes, QLED), or the like. In some embodiments, the electronic device 100 may include 1 or N display screens 194, N being a positive integer greater than 1.
The electronic device 100 may implement photographing functions through an ISP, a camera 193, a video codec, a GPU, a display screen 194, an application processor, and the like.
The ISP is used to process data fed back by the camera 193. For example, when photographing, the shutter is opened, light is transmitted to the camera photosensitive element through the lens, the optical signal is converted into an electric signal, and the camera photosensitive element transmits the electric signal to the ISP for processing and is converted into an image visible to naked eyes. ISP can also optimize the noise, brightness and skin color of the image. The ISP can also optimize parameters such as exposure, color temperature and the like of a shooting scene. In some embodiments, the ISP may be provided in the camera 193.
The camera 193 is used to capture still images or video. The object generates an optical image through the lens and projects the optical image onto the photosensitive element. The photosensitive element may be a charge coupled device (charge coupled device, CCD) or a Complementary Metal Oxide Semiconductor (CMOS) phototransistor. The photosensitive element converts the optical signal into an electrical signal, which is then transferred to the ISP to be converted into a digital image signal. The ISP outputs the digital image signal to the DSP for processing. The DSP converts the digital image signal into an image signal in a standard RGB, YUV, or the like format. In some embodiments, electronic device 100 may include 1 or N cameras 193, N being a positive integer greater than 1.
The digital signal processor is used for processing digital signals, and can process other digital signals besides digital image signals. For example, when the electronic device 100 selects a frequency bin, the digital signal processor is used to fourier transform the frequency bin energy, or the like.
Video codecs are used to compress or decompress digital video. The electronic device 100 may support one or more video codecs. In this way, the electronic device 100 may play or record video in a variety of encoding formats, such as: dynamic picture experts group (moving picture experts group, MPEG) 1, MPEG2, MPEG3, MPEG4, etc.
The NPU is a neural-network (NN) computing processor, and can rapidly process input information by referencing a biological neural network structure, for example, referencing a transmission mode between human brain neurons, and can also continuously perform self-learning. Applications such as intelligent awareness of the electronic device 100 may be implemented through the NPU, for example: image recognition, face recognition, speech recognition, text understanding, etc.
The external memory interface 120 may be used to connect an external memory card, such as a Micro SD card, to enable expansion of the memory capabilities of the electronic device 100. The external memory card communicates with the processor 110 through an external memory interface 120 to implement data storage functions. For example, files such as music, video, etc. are stored in an external memory card.
The internal memory 121 may be used to store computer executable program code including instructions. The internal memory 121 may include a storage program area and a storage data area. The storage program area may store an application program (such as a sound playing function, an image playing function, etc.) required for at least one function of the operating system, etc. The storage data area may store data created during use of the electronic device 100 (e.g., audio data, phonebook, etc.), and so on. In addition, the internal memory 121 may include a high-speed random access memory, and may further include a nonvolatile memory such as at least one magnetic disk storage device, a flash memory device, a universal flash memory (universal flash storage, UFS), and the like. The processor 110 performs various functional applications of the electronic device 100 and data processing by executing instructions stored in the internal memory 121 and/or instructions stored in a memory provided in the processor.
The electronic device 100 may implement audio functions through an audio module 170, a speaker 170A, a receiver 170B, a microphone 170C, an earphone interface 170D, an application processor, and the like. Such as music playing, recording, etc.
The audio module 170 is used to convert digital audio information into an analog audio signal output and also to convert an analog audio input into a digital audio signal. The audio module 170 may also be used to encode and decode audio signals. In some embodiments, the audio module 170 may be disposed in the processor 110, or a portion of the functional modules of the audio module 170 may be disposed in the processor 110.
The speaker 170A, also referred to as a "horn," is used to convert audio electrical signals into sound signals. The electronic device 100 may listen to music, or to hands-free conversations, through the speaker 170A.
A receiver 170B, also referred to as a "earpiece", is used to convert the audio electrical signal into a sound signal. When electronic device 100 is answering a telephone call or voice message, voice may be received by placing receiver 170B in close proximity to the human ear.
Microphone 170C, also referred to as a "microphone" or "microphone", is used to convert sound signals into electrical signals. When making a call or transmitting voice information, the user can sound near the microphone 170C through the mouth, inputting a sound signal to the microphone 170C. The electronic device 100 may be provided with at least one microphone 170C. In other embodiments, the electronic device 100 may be provided with two microphones 170C, and may implement a noise reduction function in addition to collecting sound signals. In other embodiments, the electronic device 100 may also be provided with three, four, or more microphones 170C to enable collection of sound signals, noise reduction, identification of sound sources, directional recording functions, etc.
The earphone interface 170D is used to connect a wired earphone. The headset interface 170D may be a USB interface 130 or a 3.5mm open mobile electronic device platform (open mobile terminal platform, OMTP) standard interface, a american cellular telecommunications industry association (cellular telecommunications industry association of the USA, CTIA) standard interface.
The pressure sensor 180A is used to sense a pressure signal, and may convert the pressure signal into an electrical signal. In some embodiments, the pressure sensor 180A may be disposed on the display screen 194. The pressure sensor 180A is of various types, such as a resistive pressure sensor, an inductive pressure sensor, a capacitive pressure sensor, and the like. The capacitive pressure sensor may be a capacitive pressure sensor comprising at least two parallel plates with conductive material. The capacitance between the electrodes changes when a force is applied to the pressure sensor 180A. The electronic device 100 determines the strength of the pressure from the change in capacitance. When a touch operation is applied to the display screen 194, the electronic apparatus 100 detects the touch operation intensity according to the pressure sensor 180A. The electronic device 100 may also calculate the location of the touch based on the detection signal of the pressure sensor 180A. In some embodiments, touch operations that act on the same touch location, but at different touch operation strengths, may correspond to different operation instructions. For example: and executing an instruction for checking the short message when the touch operation with the touch operation intensity smaller than the first pressure threshold acts on the short message application icon. And executing an instruction for newly creating the short message when the touch operation with the touch operation intensity being greater than or equal to the first pressure threshold acts on the short message application icon.
The gyro sensor 180B may be used to determine a motion gesture of the electronic device 100. In some embodiments, the angular velocity of electronic device 100 about three axes (i.e., x, y, and z axes) may be determined by gyro sensor 180B. The gyro sensor 180B may be used for photographing anti-shake. For example, when the shutter is pressed, the gyro sensor 180B detects the shake angle of the electronic device 100, calculates the distance to be compensated by the lens module according to the angle, and makes the lens counteract the shake of the electronic device 100 through the reverse motion, so as to realize anti-shake. The gyro sensor 180B may also be used for navigating, somatosensory game scenes.
The air pressure sensor 180C is used to measure air pressure. In some embodiments, electronic device 100 calculates altitude from barometric pressure values measured by barometric pressure sensor 180C, aiding in positioning and navigation.
The magnetic sensor 180D includes a hall sensor. The electronic device 100 may detect the opening and closing of the flip cover using the magnetic sensor 180D. In some embodiments, when the electronic device 100 is a flip machine, the electronic device 100 may detect the opening and closing of the flip according to the magnetic sensor 180D. And then according to the detected opening and closing state of the leather sheath or the opening and closing state of the flip, the characteristics of automatic unlocking of the flip and the like are set.
The acceleration sensor 180E may detect the magnitude of acceleration of the electronic device 100 in various directions (typically three axes). The magnitude and direction of gravity may be detected when the electronic device 100 is stationary. The electronic equipment gesture recognition method can also be used for recognizing the gesture of the electronic equipment, and is applied to horizontal and vertical screen switching, pedometers and other applications.
A distance sensor 180F for measuring a distance. The electronic device 100 may measure the distance by infrared or laser. In some embodiments, the electronic device 100 may range using the distance sensor 180F to achieve quick focus.
The proximity light sensor 180G may include, for example, a Light Emitting Diode (LED) and a light detector, such as a photodiode. The light emitting diode may be an infrared light emitting diode. The electronic device 100 emits infrared light outward through the light emitting diode. The electronic device 100 detects infrared reflected light from nearby objects using a photodiode. When sufficient reflected light is detected, it may be determined that there is an object in the vicinity of the electronic device 100. When insufficient reflected light is detected, the electronic device 100 may determine that there is no object in the vicinity of the electronic device 100. The electronic device 100 can detect that the user holds the electronic device 100 close to the ear by using the proximity light sensor 180G, so as to automatically extinguish the screen for the purpose of saving power. The proximity light sensor 180G may also be used in holster mode, pocket mode to automatically unlock and lock the screen.
The ambient light sensor 180L is used to sense ambient light level. The electronic device 100 may adaptively adjust the brightness of the display 194 based on the perceived ambient light level. The ambient light sensor 180L may also be used to automatically adjust white balance when taking a photograph. Ambient light sensor 180L may also cooperate with proximity light sensor 180G to detect whether electronic device 100 is in a pocket to prevent false touches.
The fingerprint sensor 180H is used to collect a fingerprint. The electronic device 100 may utilize the collected fingerprint feature to unlock the fingerprint, access the application lock, photograph the fingerprint, answer the incoming call, etc.
The temperature sensor 180J is for detecting temperature. In some embodiments, the electronic device 100 performs a temperature processing strategy using the temperature detected by the temperature sensor 180J. For example, when the temperature reported by temperature sensor 180J exceeds a threshold, electronic device 100 performs a reduction in the performance of a processor located in the vicinity of temperature sensor 180J in order to reduce power consumption to implement thermal protection. In other embodiments, when the temperature is below another threshold, the electronic device 100 heats the battery 142 to avoid the low temperature causing the electronic device 100 to be abnormally shut down. In other embodiments, when the temperature is below a further threshold, the electronic device 100 performs boosting of the output voltage of the battery 142 to avoid abnormal shutdown caused by low temperatures.
The touch sensor 180K, also referred to as a "touch device". The touch sensor 180K may be disposed on the display screen 194, and the touch sensor 180K and the display screen 194 form a touch screen, which is also called a "touch screen". The touch sensor 180K is for detecting a touch operation acting thereon or thereabout. The touch sensor may communicate the detected touch operation to the application processor to determine the touch event type. Visual output related to touch operations may be provided through the display 194. In other embodiments, the touch sensor 180K may also be disposed on the surface of the electronic device 100 at a different location than the display 194.
The bone conduction sensor 180M may acquire a vibration signal. In some embodiments, bone conduction sensor 180M may acquire a vibration signal of a human vocal tract vibrating bone pieces. The bone conduction sensor 180M may also contact the pulse of the human body to receive the blood pressure pulsation signal. In some embodiments, bone conduction sensor 180M may also be provided in a headset, in combination with an osteoinductive headset. The audio module 170 may analyze the voice signal based on the vibration signal of the sound portion vibration bone block obtained by the bone conduction sensor 180M, so as to implement a voice function. The application processor may analyze the heart rate information based on the blood pressure beat signal acquired by the bone conduction sensor 180M, so as to implement a heart rate detection function.
The keys 190 include a power-on key, a volume key, etc. The keys 190 may be mechanical keys. Or may be a touch key. The electronic device 100 may receive key inputs, generating key signal inputs related to user settings and function controls of the electronic device 100.
The motor 191 may generate a vibration cue. The motor 191 may be used for incoming call vibration alerting as well as for touch vibration feedback. For example, touch operations acting on different applications (e.g., photographing, audio playing, etc.) may correspond to different vibration feedback effects. The motor 191 may also correspond to different vibration feedback effects by touching different areas of the display screen 194. Different application scenarios (such as time reminding, receiving information, alarm clock, game, etc.) can also correspond to different vibration feedback effects. The touch vibration feedback effect may also support customization.
The indicator 192 may be an indicator light, may be used to indicate a state of charge, a change in charge, a message indicating a missed call, a notification, etc.
The SIM card interface 195 is used to connect a SIM card. The SIM card may be inserted into the SIM card interface 195, or removed from the SIM card interface 195 to enable contact and separation with the electronic device 100. The electronic device 100 may support 1 or N SIM card interfaces, N being a positive integer greater than 1. The SIM card interface 195 may support Nano SIM cards, micro SIM cards, and the like. The same SIM card interface 195 may be used to insert multiple cards simultaneously. The types of the plurality of cards may be the same or different. The SIM card interface 195 may also be compatible with different types of SIM cards. The SIM card interface 195 may also be compatible with external memory cards. The electronic device 100 interacts with the network through the SIM card to realize functions such as communication and data communication. In some embodiments, the electronic device 100 employs esims, i.e.: an embedded SIM card. The eSIM card can be embedded in the electronic device 100 and cannot be separated from the electronic device 100.
The software system of the electronic device 100 may employ a layered architecture, an event driven architecture, a microkernel architecture, a microservice architecture, or a cloud architecture. In the embodiment of the invention, taking an Android system with a layered architecture as an example, a software structure of the electronic device 100 is illustrated.
Fig. 2 is a software configuration block diagram of the electronic device 100 according to the embodiment of the present invention.
The layered architecture divides the software into several layers, each with distinct roles and branches. The layers communicate with each other through a software interface. In some embodiments, the Android system is divided into four layers, from top to bottom, an application layer, an application framework layer, an Zhuoyun row (Android run) and system libraries, and a kernel layer, respectively.
The application layer may include a series of application packages.
As shown in fig. 2, the application package may include applications for cameras, gallery, calendar, phone calls, maps, navigation, WLAN, bluetooth, music, video, short messages, etc.
The application framework layer provides an application programming interface (application programming interface, API) and programming framework for application programs of the application layer. The application framework layer includes a number of predefined functions.
As shown in FIG. 2, the application framework layer may include a window manager, a content provider, a view system, a telephony manager, a resource manager, a notification manager, and the like.
The window manager is used for managing window programs. The window manager can acquire the size of the display screen, judge whether a status bar exists, lock the screen, intercept the screen and the like.
The content provider is used to store and retrieve data and make such data accessible to applications. The data may include video, images, audio, calls made and received, browsing history and bookmarks, phonebooks, etc.
The view system includes visual controls, such as controls to display text, controls to display pictures, and the like. The view system may be used to build applications. The display interface may be composed of one or more views. For example, a display interface including a text message notification icon may include a view displaying text and a view displaying a picture.
The telephony manager is used to provide the communication functions of the electronic device 100. Such as the management of call status (including on, hung-up, etc.).
The resource manager provides various resources for the application program, such as localization strings, icons, pictures, layout files, video files, and the like.
The notification manager allows the application to display notification information in a status bar, can be used to communicate notification type messages, can automatically disappear after a short dwell, and does not require user interaction. Such as notification manager is used to inform that the download is complete, message alerts, etc. The notification manager may also be a notification in the form of a chart or scroll bar text that appears on the system top status bar, such as a notification of a background running application, or a notification that appears on the screen in the form of a dialog window. For example, a text message is prompted in a status bar, a prompt tone is emitted, the electronic device vibrates, and an indicator light blinks, etc.
Android run time includes a core library and virtual machines. Android run time is responsible for scheduling and management of the Android system.
The core library consists of two parts: one part is a function which needs to be called by java language, and the other part is a core library of android.
The application layer and the application framework layer run in a virtual machine. The virtual machine executes java files of the application program layer and the application program framework layer as binary files. The virtual machine is used for executing the functions of object life cycle management, stack management, thread management, security and exception management, garbage collection and the like.
The system library may include a plurality of functional modules. For example: surface manager (surface manager), media Libraries (Media Libraries), three-dimensional graphics processing Libraries (e.g., openGL ES), 2D graphics engines (e.g., SGL), etc.
The surface manager is used to manage the display subsystem and provides a fusion of 2D and 3D layers for multiple applications.
Media libraries support a variety of commonly used audio, video format playback and recording, still image files, and the like. The media library may support a variety of audio and video encoding formats, such as MPEG4, h.264, MP3, AAC, AMR, JPG, PNG, etc.
The three-dimensional graphic processing library is used for realizing three-dimensional graphic drawing, image rendering, synthesis, layer processing and the like.
The 2D graphics engine is a drawing engine for 2D drawing.
The kernel layer is a layer between hardware and software. The inner core layer at least comprises a display driver, a camera driver, an audio driver and a sensor driver.
The workflow of the electronic device 100 software and hardware is illustrated below in connection with capturing a photo scene.
When touch sensor 180K receives a touch operation, a corresponding hardware interrupt is issued to the kernel layer. The kernel layer processes the touch operation into the original input event (including information such as touch coordinates, time stamp of touch operation, etc.). The original input event is stored at the kernel layer. The application framework layer acquires an original input event from the kernel layer, and identifies a control corresponding to the input event. Taking the touch operation as a touch click operation, taking a control corresponding to the click operation as an example of a control of a camera application icon, the camera application calls an interface of an application framework layer, starts the camera application, further starts a camera driver by calling a kernel layer, and captures a still image or video by the camera 193.
The problem of homogenization and flattening of visual effects of User Experience (UX) and User Interface (UI) of electronic equipment of an Android system exists. In order to enrich visual display effects, highlight operation elements and increase interface layering, the electronic equipment enables special effects such as blurring effects in some scenes. For example, aiming at some scenes with cross windows and changeable fuzzy backgrounds, the electronic equipment adopts a real-time fuzzy algorithm, a fuzzy layer is created in the synthesis stage of the Android display flow, the background corresponding to the fuzzy area is removed as a data source, and the Gaussian fuzzy algorithm is used for fuzzy processing.
However, since DPU synthesis does not support special effects processing, special effects processing can only be performed by the GPU, the real-time blurring algorithm is intended to take effect, and the electronic device must force the GPU synthesis as shown in fig. 3. In fig. 3, N represents an nth frame image, n+1 represents an n+1st frame image, n+2 represents an n+2nd frame image, and n+3 represents an n+3 rd frame image. Because the GPU synthesis load is high, power consumption of the electronic device is increased, and performance is also affected. In addition, under the scene that the whole electronic equipment is high in load and high in load application is opened, the synthesis time is too long, so that the synthesis cannot be completed within one frame time, and the problems of frame loss and clamping are caused.
Therefore, special effect processing of the electronic device in the synthesis stage needs to force GPU synthesis, so that high load of the GPU is caused, and product smoothness and user experience are affected.
Based on the technical problems, the embodiment of the invention provides a special effect processing system. Fig. 4 is a block diagram of a special effect processing system according to an embodiment of the present invention.
As shown in fig. 4, the special effects processing system includes a current application 210, a viewroot repl system 221, a WMS system 222, a rendering thread (render thread) 231, a libg ui system library 232, a compositing thread (SurfaceFlinger) 233, a shared memory (shared memory) 234, an open image language (Open Graphics Library, openGL) 234, a compositing Display module (hwcompound) 240, a frame buffer (frame buffer) 251, a graphics processor driver (GPU DRV) 252, and a Display device (Display) 260. The current application 210 belongs to the application layer of the electronic device. The ViewRootImpl system 221 and the WMS system 222 belong to the window management and control process 220 of the java framework layer of the electronic device. Rendering thread 231, LIBGUI system library 232, composition thread 233, shared memory 234, and open image language 234 belong to the local framework layer of the electronic device. The composite display module 240 belongs to a hardware abstraction layer of the electronic device. The frame buffer 251 and the graphics processor driver 252 belong to the kernel layer of the electronic device. The display device 260 belongs to the hardware layer of the electronic device.
In the embodiment of the present invention, the currently running application program of the electronic device is the current application 210, and the screen of the electronic device displays the interface of the current application 210, where the interface is dynamically displayed by multiple frames of images according to the synthesis sequence.
The current application 210 is configured to determine, according to the display interface of the current application 210, that the display interface is a target interface. Each frame of the multi-frame image of the display interface carries a target parameter, and the current application 210 can determine whether the display interface is a target interface to be specially processed according to the target parameter. The special effect processing includes blurring processing, shading processing, or rounding processing. If the current application 210 determines that the display interface is a non-target interface according to the display interface, the operation of displaying the interface of the current application is continuously executed, and the special effect processing operation is not executed on the display interface.
The current application 210 is further configured to determine, according to the target interface, special effect parameters of the target interface. Specifically, the current application 210 is configured to call the special effect API according to the target interface, and set special effect parameters. The special effects parameters include special effects area and special effects type. For example, the special effect processing is blurring processing, and the special effect parameters include blurring region addView, blurring type setflurmode, and the like.
The current application 210 is also used to send special effect parameters of the target interface to the viewrootpmpl system 221. In addition to the above special effects parameters, during the rendering phase, the current application 210 will also call the API to invoke the specified resources and draw the content to be displayed in conjunction with the capabilities of the API.
The viewrootpmpl system 221 is configured to send the special effect parameters of the target interface to the WMS system 222.
WMS system 222 is configured to send the special effects parameters of the target interface to rendering thread 231.
Rendering thread 231 is used to send the effect parameters of the target interface to LIBGUI system library 232. The rendering stage, the API and data called by the current application 210 are synchronized to the rendering thread 231 in the form of a view tree, and the rendering thread 231 converts them into instructions and texture data recognizable by the GPU through a 2D vector graphics processing function library (skia) for rendering.
LIBGUI system library 232 is configured to send effect parameters of the target interface to composition thread 233.LIBGUI system library 232 is also configured to send other layer parameters of the display interface to composition display module 240.
The composition display module 240 is configured to send other layer parameters to a frame buffer (frame buffer) 251.
In the current frame image synthesis stage of the target interface, the synthesis thread 233 is configured to obtain input data and a coloring program according to special effect parameters of the target interface, and store the input data and the coloring program into the shared memory 234. Specifically, in the pre-synthesis preparation stage of the current frame image synthesis stage of the target interface, the synthesis thread 233 obtains the input data and the coloring program according to the special effect parameters of the target interface, and stores the input data and the coloring program in the shared memory 234.
Taking special effect processing as blurring processing as an example, the coloring procedure is a Gaussian blurring algorithm. Gaussian blur is an image blur filter that uses normal distribution to calculate the transform for each pixel in an image, with the following formula:
Figure BDA0003809524790000121
wherein r is 2 =x 2 +y 2 R is the blur radius, σ is the standard deviation of the normal distribution, and x, y are the two-dimensional coordinates of the image. The blur radius r determines the sharpness of the image, and the larger the blur radius, the more blurred.
Furthermore, in actual computing, the present embodiment does not use a conventional convolution kernel; but uses the blur radius r to make the blur in the X direction and the Y direction respectively, thus the blur effect is ensured, and the calculated amount can be effectively reduced.
Finally, due to the blurring effect, as shown in fig. 5, the embodiment of the invention firstly downsamples the input data and then carries out blurring processing, thereby greatly reducing the calculated amount; after blurring processing, the size is enlarged to the original size.
Similarly, when other special effects are processed, the embodiment of the invention firstly downsamples the input data and then carries out special effects processing, thereby greatly reducing the calculated amount; after the special effect processing, the original size is enlarged again.
In the next frame image rendering stage of the target interface, the rendering thread 231 is further configured to obtain the similarity between the current frame image and the next frame image according to the current frame image and the next frame image; if the similarity is greater than or equal to the first threshold, input data and a shading program are obtained from the shared memory 234, and a special effect processing layer is obtained according to the input data and the shading program. Specifically, the rendering thread 231 is configured to create a synthetic layer; performing special effect processing on the input data through a coloring program to obtain special effect data; and obtaining the special effect processing layer by taking the special effect data as the data of the synthesized layer.
If the similarity is smaller than the first threshold, the rendering thread 231 does not need to perform the operation of obtaining the special effect processing layer according to the input data and the coloring program; and in the next frame image synthesis stage of the target interface, the electronic equipment only stacks and combines other graphs participating in display to obtain the next frame image.
And in the next frame image synthesis stage of the target interface, the electronic equipment is used for laminating and synthesizing the special effect processing image layer and other images participating in display to obtain a next frame image. Specifically, composition thread 233 is used to send the special effects processing layer to open image language 234. The open image language 234 is used to send the special effects processing layer to the graphics processor driver 252. Graphics processor driver 252 is configured to drive the GPU to render the effect processing layer, and the result of the rendering is stored in frame buffer 251. The frame buffer 251 is used to generate a next frame image according to the result of the processing and other layer parameters, and send the next frame image to the display device 260. The display device 260 is used to display the next frame image.
The special effect processing method provided by the embodiment of the invention is intuitively described below by taking fuzzy processing as an example in combination with fig. 6. As shown in fig. 5, for a window that needs to do a blurring effect, the current application designates a blurring area (the default is the whole window, and an API can be called to designate the blurring area), and a blurring parameter is set; in the preparation stage of the current frame (N frame) image synthesis stage, the electronic equipment identifies the image layer according to the fuzzy parameters set by the current application, creates a fuzzy image layer, downsamples the image layer below the fuzzy image layer, calculates a final fuzzy region, generates fuzzy input data, generates a fuzzy coloring program (adopting a Gaussian fuzzy algorithm) according to the fuzzy parameters, and stores the fuzzy coloring program in a shared memory. In the rendering stage of the next frame (n+1th frame) image, after the electronic device identifies a rendering node, acquiring input data and a coloring program of fuzzy processing of the previous frame from the shared memory, identifying a corresponding render node (layer corresponding to the synthesis stage) when rendering the render layersimpl, creating a render node layer, and taking fuzzy data obtained after fuzzy processing is performed on the input data as data of the newly created render node layer; in the next frame (n+1st frame) image synthesis stage, the electronic device recognizes the render layer inserted in the rendering stage, superimposes the render layer and other layers involved in display to form a final picture to be displayed, i.e. a next frame image, and finally sends the next frame image to display.
As shown in fig. 7, since the GPU load of the special effect processing algorithm (such as the fuzzy processing algorithm) is low, the input data and the coloring program required by the special effect processing are prepared in the synthesis stage (i.e., the surfeflinger processing stage) of the nth frame image, and the GPU is used for performing the real special effect processing when the n+1th frame image is rendered, so that the phenomena of power consumption increase, frame loss and clamping caused by high load of the GPU due to the synthesis of the GPU in the synthesis stage are avoided.
Therefore, the embodiment of the invention transfers the special effect processing from the GPU synthesis stage to the rendering stage to be completed, so that the situation that the special effect processing needs to force GPU synthesis in the synthesis stage is avoided, and the product smoothness and the user experience are improved.
Fig. 8 is a flowchart of a special effect processing method according to an embodiment of the present invention. As shown in fig. 8, the method includes:
and 302, in the current frame image synthesis stage of the target interface, obtaining input data and a coloring program according to the special effect parameters of the target interface.
And 304, obtaining a special effect processing layer according to the input data and the coloring program in the next frame image rendering stage of the target interface.
And 306, stacking and combining the special effect processing image layer and other images participating in display to obtain a next frame image in the next frame image synthesis stage of the target interface.
Step 308, displaying the next frame of image.
In the technical scheme of the special effect processing method provided by the embodiment of the invention, the method comprises the following steps: in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface; in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program; in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain a next frame image; the next frame image is displayed. According to the embodiment of the invention, the special effect processing is transferred from the GPU synthesis stage to the rendering stage, so that the situation that the special effect processing needs to force GPU synthesis in the synthesis stage is avoided, and the product smoothness and the user experience are improved.
Fig. 9 is a flowchart of another special effect processing method according to an embodiment of the present invention. As shown in fig. 9, the method includes:
step 402, displaying a currently applied interface, wherein the interface is formed by dynamically displaying multiple frames of images according to a synthesis sequence.
In the embodiment of the invention, each step is executed by the electronic equipment.
Step 404, determining the display interface as a target interface according to the display interface of the current application.
In the embodiment of the present invention, step 404 specifically includes: and determining the display interface as a target interface according to the target parameters carried by the display interface. If the electronic device determines that the display interface is a non-target interface according to the target parameters carried by the display interface, the step 402 is continuously executed.
Step 406, determining special effect parameters of the target interface according to the target interface.
The effect parameters include an effect area and an effect type.
Step 408, in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to the special effect parameters of the target interface.
Step 410, storing the input data and the shading program in the shared memory.
Step 412, in the next frame image rendering stage of the target interface, according to the current frame image and the next frame image, obtaining the similarity between the current frame image and the next frame image.
Step 414, if the similarity is greater than or equal to the first threshold, the input data and the shading program are obtained from the shared memory.
In the embodiment of the invention, if the similarity is smaller than the first threshold, in the next frame image synthesis stage of the target interface, the electronic device stacks and synthesizes other graphs participating in display to obtain the next frame image.
And step 416, obtaining a special effect processing layer according to the input data and the coloring program.
In an embodiment of the present invention, as shown in fig. 10, step 416 specifically includes:
step 416a, newly creating a synthetic layer.
And step 416b, performing special effect processing on the input data through a coloring program to obtain special effect data.
The special effect processing includes blurring processing, shading processing, or rounding processing.
And step 416c, obtaining the special effect processing layer by taking the special effect data as the data of the synthesized layer.
And 418, laminating and combining the special effect processing image layer and other images participating in display to obtain a next frame image in the next frame image synthesis stage of the target interface.
Step 420, displaying the next frame of image.
In the technical scheme of the special effect processing method provided by the embodiment of the invention, the method comprises the following steps: in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface; in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program; in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain a next frame image; the next frame image is displayed. According to the embodiment of the invention, the special effect processing is transferred from the GPU synthesis stage to the rendering stage, so that the situation that the special effect processing needs to force GPU synthesis in the synthesis stage is avoided, and the product smoothness and the user experience are improved.
Fig. 11 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, and it should be understood that the electronic device 500 is capable of executing each step of the electronic device in the special effect processing method, and in order to avoid repetition, details are not described herein. The electronic device 500 includes: a processing unit 501 and a display unit 502.
The processing unit 501 is configured to obtain, in a current frame image synthesis stage of the target interface, input data and a coloring program according to special effect parameters of the target interface;
in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program;
in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain the next frame image;
the display unit 502 is configured to display the next frame image.
Optionally, before obtaining the input data and the coloring program according to the special effect parameters of the target window in the current frame image synthesis stage of the target interface, the display unit 502 is further configured to display the currently applied interface, where the interface is formed by dynamically displaying multiple frame images according to the synthesis sequence;
the processing unit 501 is further configured to determine, according to the display interface of the current application, that the display interface is the target interface; and determining special effect parameters of the target interface according to the target interface.
Optionally, the processing unit 501 is specifically configured to determine that the display interface is a target interface according to target parameters carried by the display interface.
Optionally, the processing unit 501 is further configured to determine, according to the display interface of the current application, that the display interface is a non-target interface, and continue to execute the operation of displaying the interface of the current application.
Optionally, before the special effect processing layer is obtained according to the input data and the coloring program, the processing unit 501 is further configured to obtain a similarity between the current frame image and the next frame image according to the current frame image and the next frame image; if the similarity is greater than or equal to a first threshold, continuing to execute the operation of obtaining the special effect processing layer according to the input data and the coloring program; and if the similarity is smaller than the first threshold, stacking and combining the other graphs participating in display in the next frame image synthesis stage of the target interface to obtain the next frame image.
Optionally, the processing unit 501 is specifically configured to create a synthetic layer; performing special effect processing on the input data through the coloring program to obtain special effect data; and obtaining the special effect processing layer by taking the special effect data as the data of the synthesized layer.
Optionally, the special effects parameters include a special effects area and a special effects type.
Optionally, the special effect processing includes blurring processing, shading processing, or rounding processing.
Optionally, after obtaining the input data and the coloring program according to the special effect parameters of the target interface in the current frame image synthesis stage of the target interface, the processing unit 501 is further configured to store the input data and the coloring program into the shared memory.
Optionally, before the special effect processing layer is obtained according to the input data and the shading program, the processing unit 501 is further configured to obtain the input data and the shading program from the shared memory.
It should be understood that the electronic device 500 herein is embodied in the form of functional units. The term "unit" herein may be implemented in software and/or hardware, without specific limitation. For example, a "unit" may be a software program, a hardware circuit or a combination of both that implements the functions described above. The hardware circuitry may include application specific integrated circuits (application specific integrated circuit, ASICs), electronic circuits, processors (e.g., shared, proprietary, or group processors, etc.) and memory for executing one or more software or firmware programs, merged logic circuits, and/or other suitable components that support the described functions.
Thus, the elements of the examples described in the embodiments of the present invention can be implemented in electronic hardware, or in a combination of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The embodiment of the application provides electronic equipment, which can be terminal equipment or circuit equipment built in the terminal equipment. The electronic device may be adapted to perform the functions/steps of the method embodiments described above.
Embodiments of the present application provide a computer readable storage medium having instructions stored therein which, when executed on a terminal device, cause the terminal device to perform the functions/steps as in the method embodiments described above.
Embodiments of the present application also provide a computer program product comprising instructions which, when run on a computer or any of the at least one processor, cause the computer to perform the functions/steps as in the method embodiments described above.
In the embodiments of the present application, "at least one" means one or more, and "a plurality" means two or more. "and/or", describes an association relation of association objects, and indicates that there may be three kinds of relations, for example, a and/or B, and may indicate that a alone exists, a and B together, and B alone exists. Wherein A, B may be singular or plural. The character "/" generally indicates that the context-dependent object is an "or" relationship. "at least one of the following" and the like means any combination of these items, including any combination of single or plural items. For example, at least one of a, b and c may represent: a, b, c, a-b, a-c, b-c, or a-b-c, wherein a, b, c may be single or plural.
Those of ordinary skill in the art will appreciate that the various elements and algorithm steps described in the embodiments disclosed herein can be implemented as a combination of electronic hardware, computer software, and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, and are not repeated herein.
In several embodiments provided herein, any of the functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing an electronic device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a random access memory (random access memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing is merely specific embodiments of the present application, and any person skilled in the art may easily conceive of changes or substitutions within the technical scope of the present application, which should be covered by the protection scope of the present application. The protection scope of the present application shall be subject to the protection scope of the claims.

Claims (12)

1. A special effect processing method, characterized in that the method comprises:
in the current frame image synthesis stage of the target interface, input data and a coloring program are obtained according to special effect parameters of the target interface;
in the next frame image rendering stage of the target interface, a special effect processing layer is obtained according to the input data and the coloring program;
in the next frame image synthesis stage of the target interface, laminating and synthesizing the special effect processing image layer and other images participating in display to obtain the next frame image;
and displaying the next frame of image.
2. The method according to claim 1, wherein before obtaining the input data and the coloring program according to the special effect parameters of the target window in the current frame image synthesis stage of the target interface, the method comprises:
displaying a currently applied interface, wherein the interface is formed by dynamically displaying multi-frame images according to a synthesis sequence;
Determining that the display interface is the target interface according to the display interface of the current application;
and determining special effect parameters of the target interface according to the target interface.
3. The method according to claim 2, wherein the determining that the display interface is a target interface according to the display interface of the current application includes:
and determining the display interface as a target interface according to the target parameters carried by the display interface.
4. A method according to claim 3, characterized in that the method further comprises:
and determining that the display interface is a non-target interface according to the display interface of the current application, and continuously executing the step of displaying the interface of the current application.
5. The method of claim 1, wherein prior to obtaining a special effects processing layer from the input data and the shading program, further comprising:
obtaining the similarity of the current frame image and the next frame image according to the current frame image and the next frame image;
if the similarity is greater than or equal to a first threshold, continuing to execute the step of obtaining a special effect processing layer according to the input data and the coloring program;
And if the similarity is smaller than the first threshold, stacking and combining the other graphs participating in display in the next frame image synthesis stage of the target interface to obtain the next frame image.
6. The method according to claim 1, wherein said obtaining a special effects processing layer from said input data and said shading program in a next frame image rendering stage of said target interface comprises:
creating a synthetic layer;
performing special effect processing on the input data through the coloring program to obtain special effect data;
and obtaining the special effect processing layer by taking the special effect data as the data of the synthesized layer.
7. The method of any of claims 1-6, wherein the special effects parameters include special effects area and special effects type.
8. The method of any of claims 1-6, wherein the special effects processing comprises blurring, shading, or rounding.
9. The method according to claim 1, wherein after obtaining the input data and the coloring program according to the special effect parameters of the target interface in the current frame image synthesis stage of the target interface, the method further comprises:
And storing the input data and the coloring program into a shared memory.
10. The method of claim 9, wherein prior to obtaining a special effects processing layer from the input data and the shading program, further comprising:
and acquiring the input data and the coloring program from the shared memory.
11. An electronic device comprising a processor and a memory, wherein the memory is for storing a computer program comprising program instructions that, when executed by the processor, cause the electronic device to perform the steps of the method of any of claims 1-10.
12. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program comprising program instructions which, when executed by a computer, cause the computer to perform the method according to any of claims 1-10.
CN202211006965.2A 2022-08-22 2022-08-22 Special effect processing method and electronic equipment Active CN116051351B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202311297918.2A CN117611423A (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment
CN202211006965.2A CN116051351B (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211006965.2A CN116051351B (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202311297918.2A Division CN117611423A (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment

Publications (2)

Publication Number Publication Date
CN116051351A true CN116051351A (en) 2023-05-02
CN116051351B CN116051351B (en) 2023-10-13

Family

ID=86124255

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202311297918.2A Pending CN117611423A (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment
CN202211006965.2A Active CN116051351B (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202311297918.2A Pending CN117611423A (en) 2022-08-22 2022-08-22 Special effect processing method and electronic equipment

Country Status (1)

Country Link
CN (2) CN117611423A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117689796A (en) * 2023-07-07 2024-03-12 荣耀终端有限公司 Rendering processing method and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120300123A1 (en) * 2011-05-27 2012-11-29 Nokia Corporation Processing image content for content motion or touch input
US8537166B1 (en) * 2007-12-06 2013-09-17 Nvidia Corporation System and method for rendering and displaying high-resolution images
CN111724293A (en) * 2019-03-22 2020-09-29 华为技术有限公司 Image rendering method and device and electronic equipment
CN113689534A (en) * 2021-10-25 2021-11-23 腾讯科技(深圳)有限公司 Physical special effect rendering method and device, computer equipment and storage medium
WO2022017261A1 (en) * 2020-07-24 2022-01-27 华为技术有限公司 Image synthesis method and electronic device
WO2022105920A1 (en) * 2020-11-23 2022-05-27 华为技术有限公司 Control blurring method and apparatus, terminal device, and readable storage medium
CN114708369A (en) * 2022-03-15 2022-07-05 荣耀终端有限公司 Image rendering method and electronic equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8537166B1 (en) * 2007-12-06 2013-09-17 Nvidia Corporation System and method for rendering and displaying high-resolution images
US20120300123A1 (en) * 2011-05-27 2012-11-29 Nokia Corporation Processing image content for content motion or touch input
CN111724293A (en) * 2019-03-22 2020-09-29 华为技术有限公司 Image rendering method and device and electronic equipment
WO2022017261A1 (en) * 2020-07-24 2022-01-27 华为技术有限公司 Image synthesis method and electronic device
WO2022105920A1 (en) * 2020-11-23 2022-05-27 华为技术有限公司 Control blurring method and apparatus, terminal device, and readable storage medium
CN113689534A (en) * 2021-10-25 2021-11-23 腾讯科技(深圳)有限公司 Physical special effect rendering method and device, computer equipment and storage medium
CN114708369A (en) * 2022-03-15 2022-07-05 荣耀终端有限公司 Image rendering method and electronic equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117689796A (en) * 2023-07-07 2024-03-12 荣耀终端有限公司 Rendering processing method and electronic equipment

Also Published As

Publication number Publication date
CN116051351B (en) 2023-10-13
CN117611423A (en) 2024-02-27

Similar Documents

Publication Publication Date Title
CN113448382B (en) Multi-screen display electronic device and multi-screen display method of electronic device
CN114650363B (en) Image display method and electronic equipment
CN114089932B (en) Multi-screen display method, device, terminal equipment and storage medium
CN113641271B (en) Application window management method, terminal device and computer readable storage medium
CN113935898A (en) Image processing method, system, electronic device and computer readable storage medium
EP4280586A1 (en) Point light source image detection method and electronic device
WO2020233593A1 (en) Method for displaying foreground element, and electronic device
CN116048358A (en) Method and related device for controlling suspension ball
CN115914461B (en) Position relation identification method and electronic equipment
CN116051351B (en) Special effect processing method and electronic equipment
CN116389884B (en) Thumbnail display method and terminal equipment
CN116048831B (en) Target signal processing method and electronic equipment
CN116708751B (en) Method and device for determining photographing duration and electronic equipment
CN113542574A (en) Shooting preview method under zooming, terminal, storage medium and electronic equipment
CN115686182B (en) Processing method of augmented reality video and electronic equipment
CN115482143B (en) Image data calling method and system for application, electronic equipment and storage medium
CN114691248B (en) Method, device, equipment and readable storage medium for displaying virtual reality interface
CN114079725B (en) Video anti-shake method, terminal device, and computer-readable storage medium
CN117009005A (en) Display method, automobile and electronic equipment
CN113495733A (en) Theme pack installation method and device, electronic equipment and computer readable storage medium
CN116233599B (en) Video mode recommendation method and electronic equipment
CN116703741B (en) Image contrast generation method and device and electronic equipment
CN114205318B (en) Head portrait display method and electronic equipment
CN116095512B (en) Photographing method of terminal equipment and related device
CN116703689B (en) Method and device for generating shader program and electronic equipment

Legal Events

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