WO2021129886A1 - 一种屏幕显示的控制方法及电子设备 - Google Patents

一种屏幕显示的控制方法及电子设备 Download PDF

Info

Publication number
WO2021129886A1
WO2021129886A1 PCT/CN2020/141742 CN2020141742W WO2021129886A1 WO 2021129886 A1 WO2021129886 A1 WO 2021129886A1 CN 2020141742 W CN2020141742 W CN 2020141742W WO 2021129886 A1 WO2021129886 A1 WO 2021129886A1
Authority
WO
WIPO (PCT)
Prior art keywords
buffer
frame
module
parameter
output
Prior art date
Application number
PCT/CN2020/141742
Other languages
English (en)
French (fr)
Inventor
胡庆荣
Original Assignee
威创集团股份有限公司
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 威创集团股份有限公司 filed Critical 威创集团股份有限公司
Publication of WO2021129886A1 publication Critical patent/WO2021129886A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention relates to the field of image display, and more specifically, to a method for controlling screen display and an electronic device.
  • multiple smaller screens can be spliced to form a larger screen.
  • the smaller screen needs to respond to the input image signal. Proceed accordingly.
  • the screen will immediately adjust the output display image and the configuration parameters corresponding to the image, so that the content and size of the output display window on the screen will change.
  • the read pointer of the frame rate conversion module is usually frozen, so that the read pointer of the frame rate conversion module can be read from the frame rate conversion module.
  • the readout frame does not change, but because the read pointer is frozen, the image displayed on the screen output will appear static, resulting in the adjustment of the display window of the screen output is not smooth enough.
  • the present invention aims to overcome the above-mentioned prior art problem that the adjustment of the display window of the screen output is not smooth enough, and provides a method for controlling the screen display and an electronic device for improving the smoothness of the adjustment of the display window of the screen output.
  • the technical solution adopted by the present invention is to disclose a method for controlling screen display.
  • the method is applied to an electronic device.
  • the electronic device includes a parameter buffer module and a frame buffer module.
  • the method includes:
  • the buffer adjustment parameter is determined according to the display window adjustment instruction, and the buffer frame is obtained from the input image signal;
  • the buffer adjustment parameter is stored in the buffer corresponding to the second buffer identifier in the parameter buffer module Area, and read the buffer frame to be output from the frame buffer module, and read the buffer adjustment parameter to be output corresponding to the buffer frame to be output from the parameter buffer module;
  • the method of the present invention can obtain and determine the buffer adjustment parameter for the buffer frame corresponding to the display window according to the input display window adjustment instruction, and can store the buffer frame in the frame buffer module, and can store the buffer adjustment parameter in the parameter buffer module, and
  • the buffer area where the frame buffer module stores the buffer frame corresponds to the buffer area where the parameter buffer module stores the buffer adjustment parameters. Therefore, the buffer frame to be output read from the frame buffer module and the buffer adjustment to be output read from the parameter buffer module
  • the parameters are also corresponding, so that the screen of the electronic device can continuously output the buffered frames without the phenomenon of screen blur.
  • the present invention also discloses an electronic device, the electronic device includes a parameter buffer module and a frame buffer module, and the electronic device further includes:
  • the acquiring unit is configured to, when the inputted display window adjustment instruction is detected, determine the buffer adjustment parameter according to the display window adjustment instruction, and acquire the buffered frame from the input image signal;
  • a determining unit configured to determine a first buffer identifier corresponding to the buffered frame in the frame buffer module, and determine a second buffer identifier corresponding to the first buffer identifier in the parameter buffer module;
  • the storage unit is configured to store the buffer adjustment parameter in the parameter buffer module and the second buffer area when the buffer frame is stored in the buffer area corresponding to the first buffer identifier in the frame buffer module.
  • the buffer area corresponding to the buffer identifier and read the buffer frame to be output from the frame buffer module, and read the buffer adjustment parameter to be output corresponding to the buffer frame to be output from the parameter buffer module;
  • the output unit is configured to output the to-be-output buffered frame based on the to-be-output buffer adjustment parameter through the screen of the electronic device.
  • the electronic device of the present invention can obtain and determine the buffer adjustment parameter for the buffer frame corresponding to the display window according to the input display window adjustment instruction, and can store the buffer frame in the frame buffer module, and can store the buffer adjustment parameter in the parameter buffer module, And the buffer area where the frame buffer module stores the buffer frame corresponds to the buffer area where the parameter buffer module stores the buffer adjustment parameters. Therefore, the buffer frame to be output read from the frame buffer module is the same as the buffer to be output read from the parameter buffer module.
  • the adjustment parameters are also corresponding, so that the screen of the electronic device can continuously output the buffered frames without the phenomenon of screen blur.
  • the present invention has the beneficial effects of improving the fluency of adjustment of the display window for screen output.
  • FIG. 1 is a schematic flowchart of a method for controlling screen display disclosed in an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart of another method for controlling screen display disclosed in an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of a framework of an image processing channel disclosed in an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an electronic device disclosed in an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of another electronic device disclosed in an embodiment of the present invention.
  • Fig. 6 is a schematic structural diagram of another electronic device disclosed in an embodiment of the present invention.
  • a method for controlling screen display disclosed in an embodiment of the present invention may include the following steps:
  • the electronic device determines a buffer adjustment parameter according to the display window adjustment instruction, and obtains a buffer frame from the input image signal.
  • the electronic device may include a parameter buffer module and a frame buffer module.
  • the frame buffer module can be a register, and several buffer frames can be stored through the register.
  • the electronic device can be a device that includes a display screen, a display, or a screen, and the electronic device can be spliced with one or more other electronic devices to construct a larger screen. When multiple electronic devices are spliced to build a larger screen, one or more display windows can be output through the screen. It can be seen that the images corresponding to the display windows that each electronic device needs to output are different.
  • the output mode of multiple display windows determines the image that needs to be output on the screen of each electronic device and the adjustment parameters corresponding to the output image.
  • the image that needs to be output on the screen of each electronic device can be transmitted to the electronic device by way of image signals.
  • the adjustment parameter can be input into the electronic device by inputting an adjustment instruction in the display window.
  • the user of the electronic device can adjust the display window output on the screen of the electronic device, and the method of adjusting the display window can be moving the display position of the display window on the screen, adjusting the window area of the display window, The full-screen display of the control display window or the minimized display of the display window is controlled, which is not limited in the embodiment of the present invention.
  • the electronic device can detect the adjustment instruction for the display window input by the user, and then determine the display window adjustment instruction of the electronic device according to the adjustment instruction, so that the electronic device adjusts the buffer frame in the image signal according to the display window adjustment instruction.
  • the electronic device determines a first buffer identifier corresponding to the buffered frame in the frame buffer module, and determines a second buffer identifier corresponding to the first buffer identifier in the parameter buffer module.
  • the frame buffer module can have several buffer areas, the frame buffer module can be used to buffer the buffer frames obtained from the image signal, the parameter buffer module can also have several buffer areas, and the parameter buffer module can be used for The buffer adjustment parameter obtained from the display window adjustment instruction is buffered, and the number of buffer areas in the frame buffer module needs to be the same as the number of buffer areas in the parameter buffer module.
  • the buffer identifier of the buffer area in the frame buffer module It can be in one-to-one correspondence with the cache identifier of the cache area in the parameter cache module, and the electronic device can store the corresponding relationship between the cache identifier of the cache area in the frame cache module and the cache identifier of the cache area in the parameter cache module, so that the electronic device
  • the buffer identifier of the buffer area in the corresponding parameter buffer module can be determined according to the buffer identifier of the buffer area in any frame buffer module, or the corresponding frame buffer can be determined according to the buffer identifier of the buffer area in any parameter buffer module
  • the cache identifier of the cache area in the module The cache identifier of the cache area in the module.
  • the electronic device stores the buffer adjustment parameter in the buffer area corresponding to the second buffer identifier in the parameter buffer module, and reads it from the frame buffer module
  • the buffer frame to be output is read, and the buffer adjustment parameter to be output corresponding to the buffer frame to be output is read from the parameter buffer module.
  • the electronic device can store the buffered frame in the buffer area corresponding to the first buffer identifier in the frame buffer module at the same time, and store the buffer adjustment parameter in the buffer corresponding to the second buffer identifier in the parameter buffer module.
  • the electronic device When the electronic device stores the buffer frame and buffer adjustment parameters, it can also read the buffer frame to be output from the buffer area corresponding to the third buffer identifier in the frame buffer module at the same time, and read the buffer frame to be output from the parameter buffer module with the fourth buffer.
  • the buffer adjustment parameters to be output are read from the buffer area corresponding to the buffer identifier.
  • the electronic device outputs the to-be-output buffered frame based on the to-be-output buffer adjustment parameter through the screen of the electronic device.
  • the electronic device can adjust the buffer frames to be output through the buffer adjustment parameters to be output, so as to obtain the screen of the electronic device.
  • the smoothness of the adjustment of the display window for the screen output can be improved.
  • implementing the method described in FIG. 1 ensures the stability of the image corresponding to the display window output by the screen of the electronic device.
  • another method for controlling screen display disclosed in the embodiment of the present invention may include the following steps:
  • the electronic device determines a buffer adjustment parameter according to the display window adjustment instruction, and obtains a buffer frame from the input image signal.
  • the electronic device may include a parameter buffer module and a frame buffer module, and may also include a frame rate conversion module and a parameter control module.
  • the electronic device determines the cache adjustment parameter according to the display window adjustment instruction, and obtains the cache frame from the input image signal may include the following steps:
  • the electronic device When detecting the input display window adjustment instruction, the electronic device determines the buffer adjustment parameter according to the display window adjustment instruction, and obtains the initial frame from the input image signal;
  • Electronic equipment obtains cutting parameters and shrinking parameters
  • the electronic device adjusts the initial frame based on the cropping parameter and the shrinking parameter to obtain the buffered frame.
  • the initial frame that needs to be buffered can be obtained from the input image signal, and the initial frame can be adjusted by cutting parameters and shrinking parameters, so that the adjusted buffer frame can be quickly stored in In the frame buffer module.
  • the initial frame contained in the image signal can be processed in advance, for example, the initial frame can be cut and reduced to adjust.
  • Obtaining the cache frame it can be seen that the obtained cache frame occupies less memory in the frame cache module than the initial frame, thereby improving the storage performance of the frame cache module.
  • the electronic device determines a first buffer identifier corresponding to the buffered frame in the frame buffer module, and determines a second buffer identifier corresponding to the first buffer identifier in the parameter buffer module.
  • the electronic device control parameter control module stores the buffer adjustment parameter in the parameter buffer module corresponding to the second buffer identifier. Cache area.
  • the buffer area in the parameter buffer module corresponds to the buffer area in the frame buffer module, and it can be determined that the buffer identifier of the buffer area in the parameter buffer module corresponds to the identifier of the buffer area in the frame buffer module.
  • the electronic device reads the buffer frame to be output from the frame buffer module through the frame rate conversion module, and determines the third buffer identifier of the buffer frame to be output in the frame buffer module.
  • the electronic device reads the buffer frame to be output from the frame buffer module and the buffer frame stored in the frame buffer module may be different buffer frames. Therefore, the buffer identifier and the buffer of the buffer area corresponding to the buffer frame to be output The cache identifiers of the cache areas corresponding to the frames are different, that is, the third cache identifier and the first cache identifier may be different cache identifiers.
  • the electronic device determines the fourth cache identifier corresponding to the third cache identifier in the parameter cache module through the parameter control module.
  • the fourth cache identifier corresponding to the third cache identifier may also be a cache identifier different from the second cache identifier.
  • the electronic device reads the buffer adjustment parameter to be output from the buffer area corresponding to the parameter buffer module and the fourth buffer identifier through the parameter control module.
  • the first buffer identifier of the buffer area storing the buffer frame can be obtained through the frame rate conversion module, and then the parameter control module can determine the first buffer identifier that matches the first buffer identifier.
  • the second buffer identifier which in turn can store the buffer adjustment parameters in the parameter buffer module and the buffer area matched by the second buffer identifier, and then can read the buffer frame to be output from the frame buffer module and read from the parameter buffer module.
  • the buffer adjustment parameters to be output because the read buffer frames to be output and the buffer adjustment parameters to be output are correspondingly read, the buffer adjustment parameters to be output correspond to the buffer frames to be output.
  • the buffer adjustment parameters to be output are adjusted based on the buffer adjustment parameters to be output.
  • the output buffer frame will not cause the screen to appear blurred when outputting, which improves the stability of the screen output display.
  • the electronic device outputs the to-be-output buffered frame based on the to-be-output buffer adjustment parameter through the screen of the electronic device.
  • the manner in which the electronic device outputs the buffered frames to be output based on the buffer adjustment parameters to be output through the screen of the electronic device may include the following steps:
  • the electronic device performs an amplifying operation on the output buffer frame based on the output buffer adjustment parameter to obtain the target buffer frame;
  • the electronic device outputs the target buffer frame through the screen of the electronic device.
  • the output buffer frame can be amplified based on the read buffer adjustment parameters to be output, so that the amplified target buffer frame matches the screen of the electronic device outputting the target buffer frame, so that the The target buffer frame output from the screen of the electronic device has a higher degree of adaptation to the screen.
  • FIG. 3 is a schematic diagram of a framework of an image processing channel disclosed in an embodiment of the present invention.
  • the electronic device may include a Field Programmable Gate Array (FPGA) and a micro control unit ( Microcontroller Unit, MCU) and frame buffer module, and FPGA can include frame rate conversion module, parameter buffer module, parameter control module, etc.
  • FPGA can also include cropping module, reduction module, and enlargement module.
  • the embodiment of the present invention does not make a limitation.
  • the image signal can be output to the cutting module in the FPGA, and the MCU can transmit the cutting parameters to the cutting module, so that the cutting module can cut and adjust the initial frame obtained from the image signal based on the cutting parameters.
  • the MCU can transmit the shrinking parameters to the shrinking module, so that the shrinking module can shrink and adjust the cut frame based on the shrinking parameters to obtain the buffered frame, and then
  • the buffer frame can be transmitted to the frame rate conversion module; when the frame rate conversion module receives the buffer frame, the buffer frame can be written into the frame buffer module through the write pointer, and the frame buffer module can obtain the first position of the buffer area where the buffer frame is stored.
  • a cache identifier At the same time, the MCU can transmit the cache adjustment parameters to the parameter control module in the FPGA.
  • the parameter control module can determine the second cache identifier corresponding to the first cache identifier, and can write the cache adjustment parameters through the write pointer
  • the frame rate conversion module can read the buffer frame to be output from the frame buffer module through the read pointer, and can determine the buffer of the buffer frame to be output in the frame buffer module.
  • the third buffer identifier of the area, and the read buffer frame to be output can be transmitted to the amplification module.
  • the parameter control module can determine the fourth buffer identifier corresponding to the third buffer identifier, and can read the pointer from the parameter Read the buffer adjustment parameters to be output in the buffer area corresponding to the fourth buffer identifier in the buffer module, and can transmit the buffer adjustment parameters to be output to the amplification module, and the amplification module can amplify and adjust the buffer frame to be output based on the buffer adjustment parameters to be output. , And then obtain the target buffer frame, and can output the image signal containing the target buffer frame, and output the image signal, so that the screen of the electronic device outputs the target buffer frame according to the image signal.
  • the smoothness of the adjustment of the display window for the screen output can be improved.
  • the adjusted buffer frame can be quickly stored in the frame buffer module.
  • implementing the method described in FIG. 2 improves the accuracy of reading the buffer adjustment parameters to be output corresponding to the buffer frame to be output.
  • implementing the method described in Figure 2 improves the stability of the screen output display.
  • implementing the method described in FIG. 2 makes the target buffer frame output through the screen of the electronic device more compatible with the screen.
  • an electronic device disclosed in an embodiment of the present invention may include:
  • the obtaining unit 401 is configured to, when an inputted display window adjustment instruction is detected, determine a buffer adjustment parameter according to the display window adjustment instruction, and obtain a buffer frame from the input image signal.
  • the electronic device may include a parameter buffer module and a frame buffer module.
  • the determining unit 402 is configured to determine the first buffer identifier corresponding to the buffer frame acquired by the acquiring unit 401 in the frame buffer module, and determine the second buffer identifier corresponding to the first buffer identifier in the parameter buffer module determined by the acquiring unit 401.
  • the storage unit 403 is configured to store the buffer adjustment parameter determined by the acquiring unit 401 in the parameter buffer module when the buffer frame acquired by the acquiring unit 401 is stored in the buffer area corresponding to the first buffer identifier determined by the determining unit 402 in the frame buffer module In the buffer area corresponding to the second buffer identifier determined by the determining unit 402, the buffer frame to be output is read from the frame buffer module, and the buffer adjustment parameter to be output corresponding to the buffer frame to be output is read from the parameter buffer module.
  • the output unit 404 is configured to output the buffer frame to be output based on the buffer adjustment parameter to be output read by the storage unit 403 through the screen of the electronic device.
  • implementing the electronic device described in FIG. 4 can improve the smoothness of the adjustment of the display window for the screen output.
  • implementing the electronic device described in FIG. 4 ensures the stability of the image corresponding to the display window output by the screen of the electronic device.
  • the storage unit 403 of another electronic device disclosed in the embodiment of the present invention may include:
  • the storage sub-unit 4031 is used to control the parameter control module to store the buffer adjustment parameters in the parameter buffer module and the second buffer when the frame rate conversion module stores the buffer frame in the buffer area corresponding to the first buffer identifier in the frame buffer module Identifies the corresponding buffer area.
  • the electronic device may further include a frame rate conversion module and a parameter control module.
  • the buffer area in the parameter buffer module corresponds to the buffer area in the frame buffer module, and it can be determined that the buffer identifier of the buffer area in the parameter buffer module corresponds to the identifier of the buffer area in the frame buffer module.
  • the first reading subunit 4032 is configured to read the buffered frame to be output from the frame buffer module through the frame rate conversion module, and determine the third buffer identifier of the buffered frame to be output in the frame buffer module.
  • the determining subunit 4033 is configured to determine, through the parameter control module, a fourth cache identifier corresponding to the third cache identifier determined by the first reading subunit 4032 in the parameter cache module.
  • the second reading subunit 4034 is configured to read the buffer adjustment parameters to be output from the buffer area corresponding to the fourth buffer identifier determined by the determining subunit 4033 from the parameter buffer module through the parameter control module.
  • the first cache identifier of the buffer area storing the cache frame can be obtained through the frame rate conversion module, and then the second cache identifier that matches the first cache identifier can be determined through the parameter control module, and then the cache
  • the adjustment parameters are stored in the buffer area matched by the second buffer identifier in the parameter buffer module, and the buffer frame to be output can be read from the frame buffer module, and the buffer adjustment parameters to be output can be read from the parameter buffer module.
  • the buffer frame to be output and the buffer adjustment parameter to be output are correspondingly read. Therefore, the buffer adjustment parameter to be output corresponds to the buffer frame to be output.
  • the buffer frame to be output adjusted based on the buffer adjustment parameter to be output will not cause
  • the screen has the phenomenon of blurring, which improves the stability of the screen output display.
  • the acquiring unit 401 of the electronic device as shown in FIG. 5 may include:
  • the first obtaining subunit 4011 is configured to determine the buffer adjustment parameter according to the display window adjustment instruction when the input display window adjustment instruction is detected, and obtain the initial frame from the input image signal;
  • the second obtaining subunit 4012 is used to obtain cutting parameters and shrinking parameters
  • the adjustment subunit 4013 is configured to adjust the initial frame obtained by the first obtaining subunit 4011 based on the cut parameter and the shrinking parameter obtained by the second obtaining subunit 4012 to obtain a buffered frame.
  • the initial frame that needs to be buffered can be obtained from the input image signal, and the initial frame can be adjusted by cutting parameters and shrinking parameters, so that the adjusted buffer frame can be quickly stored in In the frame buffer module.
  • the output unit 404 of the electronic device as shown in FIG. 5 may include:
  • the amplifying subunit 4041 is configured to perform an amplifying operation on the buffered frame to be output based on the buffer adjustment parameters to be output to obtain the target buffered frame;
  • the output subunit 4042 is configured to output the target buffer frame obtained by the amplification subunit 4041 through the screen of the electronic device.
  • the output buffer frame to be output can be amplified based on the read buffer adjustment parameters to be output, so that the amplified target buffer frame matches the screen of the electronic device that outputs the target buffer frame, so that the The target buffer frame output from the screen of the electronic device has a higher degree of adaptation to the screen.
  • implementing the electronic device described in FIG. 5 can improve the smoothness of adjusting the display window of the screen output.
  • implementing the electronic device described in FIG. 5 enables the adjusted buffer frame to be quickly stored in the frame buffer module.
  • implementing the electronic device described in FIG. 5 improves the accuracy of reading the to-be-output buffer adjustment parameters corresponding to the to-be-output buffer frame.
  • implementing the electronic device described in FIG. 5 improves the stability of the screen output display.
  • implementing the electronic device described in FIG. 5 makes the target buffer frame output through the screen of the electronic device more compatible with the screen.
  • FIG. 6 is a schematic structural diagram of another electronic device disclosed in an embodiment of the present invention.
  • the electronic device may include:
  • a memory 601 storing executable program codes
  • a processor 602 coupled with the memory 601;
  • the processor 602 calls the executable program code stored in the memory 601 to execute part or all of the steps of the method in the above method embodiments.
  • the embodiment of the present invention also discloses a computer-readable storage medium, wherein the computer-readable storage medium stores program code, where the program code includes instructions for executing part or all of the steps in the above method embodiments.
  • the embodiment of the present invention also discloses a computer program product, wherein when the computer program product runs on a computer, the computer is caused to execute part or all of the steps of the method in the above method embodiments.
  • the embodiment of the present invention also discloses an application publishing platform, wherein the application publishing platform is used to publish a computer program product, wherein when the computer program product runs on a computer, the computer is caused to execute parts of the method in the above method embodiments Or all steps.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

一种屏幕显示的控制方法及电子设备,本发明涉及图像显示领域,包括:根据检测到的显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧;确定缓存帧在帧缓存模块中对应的第一缓存标识,并确定参数缓存模块中与第一缓存标识对应的第二缓存标识;当缓存帧存储至帧缓存模块中与第一缓存标识对应的缓存区时,将缓存调整参数存储至参数缓存模块中与第二缓存标识对应的缓存区,并从帧缓存模块中读取待输出缓存帧,以及从参数缓存模块中读取与待输出缓存帧对应的待输出缓存调整参数;通过电子设备的屏幕输出基于待输出缓存调整参数的待输出缓存帧。本发明的有益效果为:提升对于屏幕输出的显示窗口调整的流畅性。

Description

一种屏幕显示的控制方法及电子设备
本申请要求于2019年12月23日提交至中国专利局、申请号为201911338400.2、发明名称为“一种屏幕显示的控制方法及电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及图像显示领域,更具体地,涉及一种屏幕显示的控制方法及电子设备。
背景技术
目前,多个面积较小的屏幕可以拼接构成一个面积较大的屏幕,为了在面积较大的屏幕上输出显示一个或多个任意大小的显示窗口,面积较小的屏幕需要对输入的图像信号进行相应的处理。当输出的显示窗口被调整时,屏幕会对输出显示的图像和图像对应的配置参数即时进行调整,以使屏幕上输出的显示窗口的内容和大小发生变化。
然而,在实践中发现,当输出的显示窗口被调整时,屏幕的帧率转换模块中预先缓存的若干帧图像在被读出之后,才能缓存显示窗口被调整之后的调整图像,而配置参数却是即时发生变化的,因此,为了避免因输出的图像与配置参数不匹配导致屏幕出现花屏的现象,通常会将帧率转换模块的读指针进行冻结,以使通过读指针从帧率转换模块读出的读出帧不发生变化,但是由于读指针被冻结,屏幕输出显示的图像会出现静止的情况,导致对于屏幕输出的显示窗口的调整不够流畅。
发明内容
本发明旨在克服上述现有技术的对于屏幕输出的显示窗口的调整不够流畅的问题,提供一种屏幕显示的控制方法及电子设备,用于提升对于屏幕输出的显示窗口调整的流畅性。
本发明采取的技术方案是,公开一种屏幕显示的控制方法,所述方法 应用于电子设备,所述电子设备包括参数缓存模块和帧缓存模块,所述方法包括:
当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧;
确定所述缓存帧在所述帧缓存模块中对应的第一缓存标识,并确定所述参数缓存模块中与所述第一缓存标识对应的第二缓存标识;
当所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区,并从所述帧缓存模块中读取待输出缓存帧,以及从所述参数缓存模块中读取与所述待输出缓存帧对应的待输出缓存调整参数;
通过所述电子设备的屏幕输出基于所述待输出缓存调整参数的所述待输出缓存帧。
本发明的方法可以获取根据输入的显示窗口调整指令确定针对显示窗口对应的缓存帧的缓存调整参数,并且可以将缓存帧存储至帧缓存模块,以及可以将缓存调整参数存储至参数缓存模块,且帧缓存模块存储缓存帧的缓存区与参数缓存模块存储缓存调整参数的缓存区相对应,因此,从帧缓存模块中读取的待输出缓存帧与从参数缓存模块中读取的待输出缓存调整参数也相对应,从而使得电子设备的屏幕可以连续输出缓存帧,且不会出现花屏的现象。
本发明还公开了一种电子设备,所述电子设备包括参数缓存模块和帧缓存模块,所述电子设备还包括:
获取单元,用于当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧;
确定单元,用于确定所述缓存帧在所述帧缓存模块中对应的第一缓存标识,并确定所述参数缓存模块中与所述第一缓存标识对应的第二缓存标识;
存储单元,用于当所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区,并从所述帧缓存模块中读取待输出缓存帧,以及从所述参数缓存模块中读取与所述待输出缓存帧对应的待输出 缓存调整参数;
输出单元,用于通过所述电子设备的屏幕输出基于所述待输出缓存调整参数的所述待输出缓存帧。
本发明的电子设备可以获取根据输入的显示窗口调整指令确定针对显示窗口对应的缓存帧的缓存调整参数,并且可以将缓存帧存储至帧缓存模块,以及可以将缓存调整参数存储至参数缓存模块,且帧缓存模块存储缓存帧的缓存区与参数缓存模块存储缓存调整参数的缓存区相对应,因此,从帧缓存模块中读取的待输出缓存帧与从参数缓存模块中读取的待输出缓存调整参数也相对应,从而使得电子设备的屏幕可以连续输出缓存帧,且不会出现花屏的现象。
与现有技术相比,本发明的有益效果为:提升对于屏幕输出的显示窗口调整的流畅性。
附图说明
图1为本发明实施例公开的一种屏幕显示的控制方法的流程示意图。
图2为本发明实施例公开的另一种屏幕显示的控制方法的流程示意图。
图3为本发明实施例公开的一种图像处理通道的框架示意图。
图4为本发明实施例公开的一种电子设备的结构示意图。
图5为本发明实施例公开的另一种电子设备的结构示意图。
图6为本发明实施例公开的另一种电子设备的结构示意图。
具体实施方式
本发明附图仅用于示例性说明,不能理解为对本发明的限制。为了更好说明以下实施例,附图某些部件会有省略、放大或缩小,并不代表实际产品的尺寸;对于本领域技术人员来说,附图中某些公知结构及其说明可能省略是可以理解的。
实施例1
如图1所示,本发明实施例公开的一种屏幕显示的控制方法可以包括 以下步骤:
101、当检测到输入的显示窗口调整指令时,电子设备根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧。
本发明实施例中,电子设备可以包括参数缓存模块和帧缓存模块。其中,帧缓存模块可以为寄存器(Register),可以通过寄存器存储若干个缓存帧。电子设备可以为包含显示屏、显示器或屏幕的设备,且电子设备可以与一个或多个其他的电子设备拼接构建出一个面积更大的屏幕。当存在多个电子设备拼接构建出一个面积更大的屏幕时,可以通过该屏幕输出一个或多个显示窗口,可见,各个电子设备需要输出的显示窗口对应的图像不同,因此,可以根据一个或多个显示窗口的输出方式确定各个电子设备的屏幕需要输出的图像以及输出的图像对应的调整参数,各个电子设备的屏幕需要输出的图像可以通过图像信号的方式传输至电子设备中,图像对应的调整参数可以通过输入显示窗口调整指令的方式输入至电子设备中。
本发明实施例中,电子设备的用户可以对电子设备的屏幕上输出的显示窗口进行调整,对显示窗口进行调整的方式可以为移动显示窗口在屏幕上的显示位置、调整显示窗口的窗口面积、控制显示窗口全屏显示或者控制显示窗口最小化显示等,对此,本发明实施例不做限定。电子设备可以检测到用户输入的针对显示窗口的调整指令,进而根据调整指令确定出电子设备的显示窗口调整指令,进而使电子设备根据显示窗口调整指令对图像信号中的缓存帧进行调整。
102、电子设备确定缓存帧在帧缓存模块中对应的第一缓存标识,并确定参数缓存模块中与第一缓存标识对应的第二缓存标识。
本发明实施例中,帧缓存模块可以存在若干个缓存区,帧缓存模块可以用于缓存从图像信号中获取的缓存帧,参数缓存模块也可以存在若干个缓存区,且参数缓存模块可以用于缓存从显示窗口调整指令中获取的缓存调整参数,且帧缓存模块中的缓存区的数量需要与参数缓存模块中的缓存区的数量相同,此时,帧缓存模块中的缓存区的缓存标识才能够与参数缓存模块中的缓存区的缓存标识一一对应,且电子设备可以存储帧缓存模块中的缓存区的缓存标识与参数缓存模块中的缓存区的缓存标识的对应关系,以使电子设备可以根据任意一个帧缓存模块中的缓存区的缓存标识确 定出对应的参数缓存模块中的缓存区的缓存标识,也可以根据任意一个参数缓存模块中的缓存区的缓存标识确定出对应的帧缓存模块中的缓存区的缓存标识。
103、当缓存帧存储至帧缓存模块中与第一缓存标识对应的缓存区时,电子设备将缓存调整参数存储至参数缓存模块中与第二缓存标识对应的缓存区,并从帧缓存模块中读取待输出缓存帧,以及从参数缓存模块中读取与待输出缓存帧对应的待输出缓存调整参数。
本发明实施例中,电子设备可以在同一时间将缓存帧存储至帧缓存模块中与第一缓存标识对应的缓存区,并且将缓存调整参数存储至参数缓存模块中与第二缓存标识对应的缓存区,以避免出现与第一缓存标识对应的第二缓存标识的缓存区被其他数据预先存储的情况,也避免出现与第二缓存标识对应的第一缓存标识的缓存区被其他数据预先存储的情况。电子设备在存储缓存帧和缓存调整参数的情况下,也可以在同一时间从帧缓存模块中与第三缓存标识对应的缓存区中读取待输出缓存帧,并且从参数缓存模块中与第四缓存标识对应的缓存区中读取待输出缓存调整参数。
104、电子设备通过电子设备的屏幕输出基于待输出缓存调整参数的待输出缓存帧。
本发明实施例中,由于读取的待输出缓存调整参数和待输出缓存帧为对应的数据,因此电子设备可以通过待输出缓存调整参数对待输出缓存帧进行调整,从而得到需要在电子设备的屏幕上输出显示的目标缓存帧,从而保证了电子设备的屏幕输出的显示窗口对应的图像的稳定性。
在图1所描述的方法中,能够提升对于屏幕输出的显示窗口调整的流畅性。此外,实施图1所描述的方法,保证了电子设备的屏幕输出的显示窗口对应的图像的稳定性。
实施例2
如图2所示,本发明实施例公开的另一种屏幕显示的控制方法可以包括以下步骤:
201、当检测到输入的显示窗口调整指令时,电子设备根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧。
本发明实施例中,电子设备可以包括参数缓存模块和帧缓存模块,还 可以包括帧率转换模块和参数控制模块。
作为一种可选的实施方式,当检测到输入的显示窗口调整指令时,电子设备根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧的方式可以包含以下步骤:
当检测到输入的显示窗口调整指令时,电子设备根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取初始帧;
电子设备获取剪切参数和缩小参数;
电子设备基于剪切参数和缩小参数对初始帧进行调整,得到缓存帧。
其中,实施这种实施方式,可以从输入的图像信号中获取到需要缓存的初始帧,并且可以通过剪切参数和缩小参数对该初始帧进行调整,以使调整后的缓存帧可以快速存储至帧缓存模块中。
本发明实施例中,为了快速将显示窗口对应的图像的缓存帧存储至帧缓存模块中,可以预先对图像信号中包含的初始帧进行处理,如可以对初始帧进行剪切和缩小调整,从而得到缓存帧,可见得到的缓存帧相对于初始帧来说占用的帧缓存模块中的内存较少,从而提高了帧缓存模块的存储性能。
202、电子设备确定缓存帧在帧缓存模块中对应的第一缓存标识,并确定参数缓存模块中与第一缓存标识对应的第二缓存标识。
203、当帧率转换模块将缓存帧存储至帧缓存模块中与第一缓存标识对应的缓存区时,电子设备控制参数控制模块将缓存调整参数存储至参数缓存模块中与第二缓存标识对应的缓存区。
本发明实施例中,参数缓存模块中的缓存区与帧缓存模块中的缓存区一一对应,可以确定参数缓存模块中的缓存区的缓存标识与帧缓存模块中的缓存区的标识一一对应,进而可以在存储缓存帧和缓存调整参数以及读取待输出缓存帧和待输出缓存调整参数时,避免出现缓存帧和缓存调整参数存储不对应以及待输出缓存帧和待输出缓存调整参数读取不对应的情况,提高了读取待输出缓存帧对应的待输出缓存调整参数的准确性。
204、电子设备通过帧率转换模块从帧缓存模块中读取待输出缓存帧,并确定待输出缓存帧在帧缓存模块中的第三缓存标识。
本发明实施例中,电子设备从帧缓存模块中读取待输出缓存帧与存储 至帧缓存模块中的缓存帧可以为不同的缓存帧,因此待输出缓存帧对应的缓存区的缓存标识与缓存帧对应的缓存区的缓存标识不相同,即第三缓存标识与第一缓存标识可以为不同的缓存标识。
205、电子设备通过参数控制模块确定参数缓存模块中与第三缓存标识对应的第四缓存标识。
本发明实施例中,由于第三缓存标识与第一缓存标识可以为不同的缓存标识,因此与第三缓存标识对应的第四缓存标识也可以为与第二缓存标识不同的缓存标识。
206、电子设备通过参数控制模块从参数缓存模块与第四缓存标识对应的缓存区中读取待输出缓存调整参数。
本发明实施例中,实施上述的步骤203~步骤206,可以通过帧率转换模块获取到存储缓存帧的缓存区的第一缓存标识,进而可以通过参数控制模块确定出与第一缓存标识匹配的第二缓存标识,进而可以将缓存调整参数存储至参数缓存模块中以第二缓存标识匹配的缓存区中,进而可以从帧缓存模块中读取待输出缓存帧,以及从参数缓存模块中读取待输出缓存调整参数,由于读取的待输出缓存帧和待输出缓存调整参数是对应读取的,因此待输出缓存调整参数与待输出缓存帧也是对应的,基于待输出缓存调整参数调整的待输出缓存帧在输出时不会导致屏幕出现花屏的现象,提高了屏幕输出显示的稳定性。
207、电子设备通过电子设备的屏幕输出基于待输出缓存调整参数的待输出缓存帧。
作为一种可选的实施方式,电子设备通过电子设备的屏幕输出基于待输出缓存调整参数的待输出缓存帧的方式可以包含以下步骤:
电子设备基于待输出缓存调整参数对待输出缓存帧进行放大操作,得到目标缓存帧;
电子设备通过电子设备的屏幕输出目标缓存帧。
其中,实施这种实施方式,可以基于读取的待输出缓存调整参数对待输出缓存帧进行放大操作,以使放大后的目标缓存帧与输出该目标缓存帧的电子设备的屏幕匹配,进而使得通过电子设备的屏幕输出的目标缓存帧与屏幕的适配度更高。
请一并参考图3,图3为本发明实施例公开的一种图像处理通道的框架示意图,其中,电子设备可以包含现场可编程逻辑门阵列(Field Programmable Gate Array,FPGA)、微控制单元(Microcontroller Unit,MCU)以及帧缓存模块,且FPGA中可以包含帧率转换模块、参数缓存模块以及参数控制模块等,此外,FPGA中还可以包含剪切模块、缩小模块以及放大模块等,对此,本发明实施例不做限定。图像信号可以输出FPGA中的剪切模块,同时MCU可以将剪切参数传输至剪切模块,以使剪切模块基于剪切参数对从图像信号中获取到的初始帧进行剪切调整,可以得到剪切帧,并且可以将该剪切帧传输至缩小模块,此时,MCU可以将缩小参数传输至缩小模块,以使缩小模块基于缩小参数对剪切帧进行缩小调整,可以得到缓存帧,进而可以将缓存帧传输至帧率转换模块;帧率转换模块在接收到缓存帧时可以通过写指针将缓存帧写入帧缓存模块,并且可以获取到帧缓存模块存储该缓存帧的缓存区的第一缓存标识,与此同时,MCU可以向FPGA中的参数控制模块传输缓存调整参数,参数控制模块可以确定与第一缓存标识对应的第二缓存标识,并且可以通过写指针将缓存调整参数写入参数缓存模块中与第二缓存标识对应的缓存区。当需要通过电子设备的屏幕输出目标窗口对应的图像时,帧率转换模块可以通过读指针从帧缓存模块中读取待输出缓存帧,并且可以确定待输出缓存帧在帧缓存模块中存储的缓存区的第三缓存标识,以及可以将读取的待输出缓存帧传输至放大模块,与此同时,参数控制模块可以确定与第三缓存标识对应的第四缓存标识,并且可以通过读指针从参数缓存模块中与第四缓存标识对应的缓存区中读取待输出缓存调整参数,并且可以将待输出缓存调整参数传输至放大模块,放大模块可以基于待输出缓存调整参数对待输出缓存帧进行放大调整,进而得到目标缓存帧,并且可以输出包含目标缓存帧的图像信号,并输出该图像信号,以使电子设备的屏幕根据该图像信号输出目标缓存帧。
在图2所描述的方法中,能够提升对于屏幕输出的显示窗口调整的流畅性。此外,实施图2所描述的方法,可以使调整后的缓存帧可以快速存储至帧缓存模块中。此外,实施图2所描述的方法,提高了读取待输出缓存帧对应的待输出缓存调整参数的准确性。此外,实施图2所描述的方法,提高了屏幕输出显示的稳定性。此外,实施图2所描述的方法,使得通过 电子设备的屏幕输出的目标缓存帧与屏幕的适配度更高。
实施例3
如图4所示,本发明实施例公开的一种电子设备可以包括:
获取单元401,用于当检测到输入的显示窗口调整指令时,根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧。
本发明实施例中,电子设备可以包括参数缓存模块和帧缓存模块。
确定单元402,用于确定获取单元401获取的缓存帧在帧缓存模块中对应的第一缓存标识,并确定获取单元401确定的参数缓存模块中与第一缓存标识对应的第二缓存标识。
存储单元403,用于当获取单元401获取的缓存帧存储至帧缓存模块中与确定单元402确定的第一缓存标识对应的缓存区时,将获取单元401确定的缓存调整参数存储至参数缓存模块中与确定单元402确定的第二缓存标识对应的缓存区,并从帧缓存模块中读取待输出缓存帧,以及从参数缓存模块中读取与待输出缓存帧对应的待输出缓存调整参数。
输出单元404,用于通过电子设备的屏幕输出基于存储单元403读取的待输出缓存调整参数的待输出缓存帧。
可见,实施图4所描述的电子设备,能够提升对于屏幕输出的显示窗口调整的流畅性。此外,实施图4所描述的电子设备,保证了电子设备的屏幕输出的显示窗口对应的图像的稳定性。
实施例4
如图5所示,本发明实施例公开的另一种电子设备的存储单元403可以包括:
存储子单元4031,用于当帧率转换模块将缓存帧存储至帧缓存模块中与第一缓存标识对应的缓存区时,控制参数控制模块将缓存调整参数存储至参数缓存模块中与第二缓存标识对应的缓存区。
本发明实施例中,电子设备还可以包括帧率转换模块和参数控制模块。
本发明实施例中,参数缓存模块中的缓存区与帧缓存模块中的缓存区一一对应,可以确定参数缓存模块中的缓存区的缓存标识与帧缓存模块中的缓存区的标识一一对应,进而可以在存储缓存帧和缓存调整参数以及读取待输出缓存帧和待输出缓存调整参数时,避免出现缓存帧和缓存调整参 数存储不对应以及待输出缓存帧和待输出缓存调整参数读取不对应的情况,提高了读取待输出缓存帧对应的待输出缓存调整参数的准确性。
第一读取子单元4032,用于通过帧率转换模块从帧缓存模块中读取待输出缓存帧,并确定待输出缓存帧在帧缓存模块中的第三缓存标识。
确定子单元4033,用于通过参数控制模块确定参数缓存模块中与第一读取子单元4032确定的第三缓存标识对应的第四缓存标识。
第二读取子单元4034,用于通过参数控制模块从参数缓存模块与确定子单元4033确定的第四缓存标识对应的缓存区中读取待输出缓存调整参数。
本发明实施例中,可以通过帧率转换模块获取到存储缓存帧的缓存区的第一缓存标识,进而可以通过参数控制模块确定出与第一缓存标识匹配的第二缓存标识,进而可以将缓存调整参数存储至参数缓存模块中以第二缓存标识匹配的缓存区中,进而可以从帧缓存模块中读取待输出缓存帧,以及从参数缓存模块中读取待输出缓存调整参数,由于读取的待输出缓存帧和待输出缓存调整参数是对应读取的,因此待输出缓存调整参数与待输出缓存帧也是对应的,基于待输出缓存调整参数调整的待输出缓存帧在输出时不会导致屏幕出现花屏的现象,提高了屏幕输出显示的稳定性。
作为一种可选的实施方式,如图5所示的电子设备的获取单元401可以包括:
第一获取子单元4011,用于当检测到输入的显示窗口调整指令时,根据显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取初始帧;
第二获取子单元4012,用于获取剪切参数和缩小参数;
调整子单元4013,用于基于第二获取子单元4012获取的剪切参数和缩小参数对第一获取子单元4011获取的初始帧进行调整,得到缓存帧。
其中,实施这种实施方式,可以从输入的图像信号中获取到需要缓存的初始帧,并且可以通过剪切参数和缩小参数对该初始帧进行调整,以使调整后的缓存帧可以快速存储至帧缓存模块中。
作为一种可选的实施方式,如图5所示的电子设备的输出单元404可以包括:
放大子单元4041,用于基于待输出缓存调整参数对待输出缓存帧进行放大操作,得到目标缓存帧;
输出子单元4042,用于通过电子设备的屏幕输出放大子单元4041得到的目标缓存帧。
其中,实施这种实施方式,可以基于读取的待输出缓存调整参数对待输出缓存帧进行放大操作,以使放大后的目标缓存帧与输出该目标缓存帧的电子设备的屏幕匹配,进而使得通过电子设备的屏幕输出的目标缓存帧与屏幕的适配度更高。
可见,实施图5所描述的电子设备,能够提升对于屏幕输出的显示窗口调整的流畅性。此外,实施图5所描述的电子设备,可以使调整后的缓存帧可以快速存储至帧缓存模块中。此外,实施图5所描述的电子设备,提高了读取待输出缓存帧对应的待输出缓存调整参数的准确性。此外,实施图5所描述的电子设备,提高了屏幕输出显示的稳定性。此外,实施图5所描述的电子设备,使得通过电子设备的屏幕输出的目标缓存帧与屏幕的适配度更高。
实施例5
请参阅图6,图6是本发明实施例公开的另一种电子设备的结构示意图。如图6所示,该电子设备可以包括:
存储有可执行程序代码的存储器601;
与存储器601耦合的处理器602;
其中,处理器602调用存储器601中存储的可执行程序代码,执行以上各方法实施例中的方法的部分或全部步骤。
本发明实施例还公开一种计算机可读存储介质,其中,计算机可读存储介质存储了程序代码,其中,程序代码包括用于执行以上各方法实施例中的方法的部分或全部步骤的指令。
本发明实施例还公开一种计算机程序产品,其中,当计算机程序产品在计算机上运行时,使得计算机执行如以上各方法实施例中的方法的部分或全部步骤。
本发明实施例还公开一种应用发布平台,其中,应用发布平台用于发布计算机程序产品,其中,当计算机程序产品在计算机上运行时,使得计 算机执行如以上各方法实施例中的方法的部分或全部步骤。
显然,本发明的上述实施例仅仅是为清楚地说明本发明技术方案所作的举例,而并非是对本发明的具体实施方式的限定。凡在本发明权利要求书的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明权利要求的保护范围之内。

Claims (10)

  1. 一种屏幕显示的控制方法,所述方法应用于电子设备,其特征在于,所述电子设备包括参数缓存模块和帧缓存模块,所述方法包括:
    当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧;
    确定所述缓存帧在所述帧缓存模块中对应的第一缓存标识,并确定所述参数缓存模块中与所述第一缓存标识对应的第二缓存标识;
    当所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区,并从所述帧缓存模块中读取待输出缓存帧,以及从所述参数缓存模块中读取与所述待输出缓存帧对应的待输出缓存调整参数;
    通过所述电子设备的屏幕输出基于所述待输出缓存调整参数的所述待输出缓存帧。
  2. 根据权利要求1所述的方法,其特征在于,所述电子设备还包括帧率转换模块和参数控制模块,所述当所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区,并从所述帧缓存模块中读取待输出缓存帧,以及从所述参数缓存模块中读取与所述待输出缓存帧对应的待输出缓存调整参数,包括:
    当所述帧率转换模块将所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,控制所述参数控制模块将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区;
    通过所述帧率转换模块从所述帧缓存模块中读取待输出缓存帧,并确定所述待输出缓存帧在所述帧缓存模块中的第三缓存标识;
    通过所述参数控制模块确定所述参数缓存模块中与所述第三缓存标识对应的第四缓存标识;
    通过所述参数控制模块从所述参数缓存模块与所述第四缓存标识对应的缓存区中读取待输出缓存调整参数。
  3. 根据权利要求2所述的方法,其特征在于,所述当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从 输入的图像信号中获取缓存帧,包括:
    当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取初始帧;
    获取剪切参数和缩小参数;
    基于所述剪切参数和所述缩小参数对所述初始帧进行调整,得到缓存帧。
  4. 根据权利要求2或3所述的方法,其特征在于,所述通过所述电子设备的屏幕输出基于所述待输出缓存调整参数的所述待输出缓存帧,包括:
    基于所述待输出缓存调整参数对所述待输出缓存帧进行放大操作,得到目标缓存帧;
    通过所述电子设备的屏幕输出所述目标缓存帧。
  5. 根据权利要求1至4任一项所述的方法,其特征在于,所述参数缓存模块中的缓存区与所述帧缓存模块中的缓存区一一对应。
  6. 一种电子设备,其特征在于,所述电子设备包括参数缓存模块和帧缓存模块,所述电子设备还包括:
    获取单元,用于当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取缓存帧;
    确定单元,用于确定所述缓存帧在所述帧缓存模块中对应的第一缓存标识,并确定所述参数缓存模块中与所述第一缓存标识对应的第二缓存标识;
    存储单元,用于当所述缓存帧存储至所述帧缓存模块中与所述第一缓存标识对应的缓存区时,将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区,并从所述帧缓存模块中读取待输出缓存帧,以及从所述参数缓存模块中读取与所述待输出缓存帧对应的待输出缓存调整参数;
    输出单元,用于通过所述电子设备的屏幕输出基于所述待输出缓存调整参数的所述待输出缓存帧。
  7. 根据权利要求6所述的电子设备,其特征在于,所述电子设备还包括帧率转换模块和参数控制模块,所述存储单元包括:
    存储子单元,用于当所述帧率转换模块将所述缓存帧存储至所述帧缓 存模块中与所述第一缓存标识对应的缓存区时,控制所述参数控制模块将所述缓存调整参数存储至所述参数缓存模块中与所述第二缓存标识对应的缓存区;
    第一读取子单元,用于通过所述帧率转换模块从所述帧缓存模块中读取待输出缓存帧,并确定所述待输出缓存帧在所述帧缓存模块中的第三缓存标识;
    确定子单元,用于通过所述参数控制模块确定所述参数缓存模块中与所述第三缓存标识对应的第四缓存标识;
    第二读取子单元,用于通过所述参数控制模块从所述参数缓存模块与所述第四缓存标识对应的缓存区中读取待输出缓存调整参数。
  8. 根据权利要求7所述的电子设备,其特征在于,所述获取单元包括:
    第一获取子单元,用于当检测到输入的显示窗口调整指令时,根据所述显示窗口调整指令确定缓存调整参数,并从输入的图像信号中获取初始帧;
    第二获取子单元,用于获取剪切参数和缩小参数;
    调整子单元,用于基于所述剪切参数和所述缩小参数对所述初始帧进行调整,得到缓存帧。
  9. 根据权利要求7或8所述的电子设备,其特征在于,所述输出单元包括:
    放大子单元,用于基于所述待输出缓存调整参数对所述待输出缓存帧进行放大操作,得到目标缓存帧;
    输出子单元,用于通过所述电子设备的屏幕输出所述目标缓存帧。
  10. 根据权利要求6至9任一项所述的电子设备,其特征在于,所述参数缓存模块中的缓存区与所述帧缓存模块中的缓存区一一对应。
PCT/CN2020/141742 2019-12-23 2020-12-30 一种屏幕显示的控制方法及电子设备 WO2021129886A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911338400.2 2019-12-23
CN201911338400.2A CN111124577B (zh) 2019-12-23 2019-12-23 一种屏幕显示的控制方法及电子设备

Publications (1)

Publication Number Publication Date
WO2021129886A1 true WO2021129886A1 (zh) 2021-07-01

Family

ID=70501270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/141742 WO2021129886A1 (zh) 2019-12-23 2020-12-30 一种屏幕显示的控制方法及电子设备

Country Status (2)

Country Link
CN (1) CN111124577B (zh)
WO (1) WO2021129886A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116166367A (zh) * 2023-04-25 2023-05-26 麒麟软件有限公司 提升显示帧缓存图像读取效率的方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124577B (zh) * 2019-12-23 2021-12-07 威创集团股份有限公司 一种屏幕显示的控制方法及电子设备
CN113127079B (zh) * 2021-04-13 2023-01-10 山东英信计算机技术有限公司 一种管理bmc的方法、系统及介质
CN113438502B (zh) * 2021-05-27 2022-07-12 卡莱特云科技股份有限公司 一种视频帧图像传输方法、发送卡及视频帧图像显示系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5604509A (en) * 1995-04-14 1997-02-18 Advent Design, Inc. Remote display monitor system
CN103870271A (zh) * 2014-02-18 2014-06-18 联想(北京)有限公司 信息处理方法及电子设备
CN104219529A (zh) * 2014-09-02 2014-12-17 广东威创视讯科技股份有限公司 图像缩放方法、系统及装置
CN105843576A (zh) * 2016-03-25 2016-08-10 广东威创视讯科技股份有限公司 一种拼接墙窗口切换方法及装置
CN111124577A (zh) * 2019-12-23 2020-05-08 威创集团股份有限公司 一种屏幕显示的控制方法及电子设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102033729B (zh) * 2010-10-27 2012-05-09 广东威创视讯科技股份有限公司 一种异构图像拼接方法及其系统
CN102929572B (zh) * 2012-10-29 2015-11-25 浙江大学 一种实现大屏幕多投影无缝拼接的方法及其拼接融合器
CN104202541A (zh) * 2014-09-26 2014-12-10 北京华建纵横科技有限公司 一种图像合成器
US10768704B2 (en) * 2015-03-17 2020-09-08 Whirlwind VR, Inc. System and method for modulating a peripheral device based on an unscripted feed using computer vision
CN106791488B (zh) * 2016-12-28 2021-01-29 浙江宇视科技有限公司 一种同步拼接显示方法及装置
CN107613302B (zh) * 2017-09-13 2020-10-02 珠海格力电器股份有限公司 解码方法及装置、存储介质、处理器

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5604509A (en) * 1995-04-14 1997-02-18 Advent Design, Inc. Remote display monitor system
CN103870271A (zh) * 2014-02-18 2014-06-18 联想(北京)有限公司 信息处理方法及电子设备
CN104219529A (zh) * 2014-09-02 2014-12-17 广东威创视讯科技股份有限公司 图像缩放方法、系统及装置
CN105843576A (zh) * 2016-03-25 2016-08-10 广东威创视讯科技股份有限公司 一种拼接墙窗口切换方法及装置
CN111124577A (zh) * 2019-12-23 2020-05-08 威创集团股份有限公司 一种屏幕显示的控制方法及电子设备

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116166367A (zh) * 2023-04-25 2023-05-26 麒麟软件有限公司 提升显示帧缓存图像读取效率的方法
CN116166367B (zh) * 2023-04-25 2023-07-04 麒麟软件有限公司 提升显示帧缓存图像读取效率的方法

Also Published As

Publication number Publication date
CN111124577A (zh) 2020-05-08
CN111124577B (zh) 2021-12-07

Similar Documents

Publication Publication Date Title
WO2021129886A1 (zh) 一种屏幕显示的控制方法及电子设备
US8274461B2 (en) Apparatus and method for driving liquid crystal display
US20050146495A1 (en) LCD overdrive table triangular interpolation
US20130094754A1 (en) Image output apparatus and method for outputting image thereof
US8593382B2 (en) Liquid crystal display device
JP2013125270A (ja) 電子ディスプレイ設定を自動的に調整するためのシステム及び方法
US9083975B2 (en) Moving image coding device
JP5898787B2 (ja) オーバースキャンサポート
JP2007532979A (ja) 非常に応答の遅い画素を含むlcdパネルのための画素オーバドライブ
JP2005215679A (ja) フレームの移動を利用したダイナミックガンマ補正方法およびそのシステム(frame−shifteddynamicgammacorrectionmethodandsystem)
WO2020038344A1 (zh) 一种音画同步方法和装置及显示设备
CN111510773A (zh) 一种分辨率调整方法、显示屏、计算机存储介质和设备
US9412310B2 (en) Image processing apparatus, projector, and image processing method
WO2018176876A1 (zh) 一种图像显示方法及移动终端和计算机存储介质
TWI459346B (zh) 顯示驅動裝置
CN104933689A (zh) 一种图像信号处理方法及装置
US9135672B2 (en) Display system and data transmission method thereof
US20090195564A1 (en) Driving method in liquid crystal display
US20150302806A1 (en) Image-display apparatus and control method thereof
TWI507937B (zh) 觸控偵測方法及其裝置
WO2020034294A1 (zh) 显示驱动方法、显示驱动装置及具有存储功能的装置
US20120287133A1 (en) Image processing apparatus and image processing method
WO2017201796A1 (zh) 一种驱动方法、驱动装置及内嵌式触摸屏
JP2007251723A (ja) 投写型映像表示装置
JP2010028734A5 (zh)

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20907100

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20907100

Country of ref document: EP

Kind code of ref document: A1