WO2023071589A1 - Data processing method and apparatus for display device, and storage medium and display device - Google Patents

Data processing method and apparatus for display device, and storage medium and display device Download PDF

Info

Publication number
WO2023071589A1
WO2023071589A1 PCT/CN2022/118945 CN2022118945W WO2023071589A1 WO 2023071589 A1 WO2023071589 A1 WO 2023071589A1 CN 2022118945 W CN2022118945 W CN 2022118945W WO 2023071589 A1 WO2023071589 A1 WO 2023071589A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
video data
repeated frame
repeated
display device
Prior art date
Application number
PCT/CN2022/118945
Other languages
French (fr)
Chinese (zh)
Inventor
王照
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Publication of WO2023071589A1 publication Critical patent/WO2023071589A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/587Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal sub-sampling or interpolation, e.g. decimation or subsequent interpolation of pictures in a video sequence
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams, manipulating MPEG-4 scene graphs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/44Processing of video elementary streams, e.g. splicing a video clip retrieved from local storage with an incoming video stream, rendering scenes according to MPEG-4 scene graphs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/45Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies, resolving scheduling conflicts
    • H04N21/454Content or additional data filtering, e.g. blocking advertisements

Definitions

  • the present disclosure relates to the technical field of display devices, and in particular, to a data processing method for a display device, a data processing device for a display device, a computer-readable storage medium, and a display device.
  • the main processor and the display processor are usually set separately.
  • the main processor generates video data, transmits it to the display processor, and the display processor converts it into a signal capable of driving the display screen, and then drives the display screen to display video images.
  • the processing and transmission of video data will cause the display device to generate radiation, which may have a potential impact on the user's health.
  • the present disclosure provides a data processing method of a display device, a data processing method of a display device, a computer-readable storage medium and a display device.
  • a data processing method of a display device which is applied to a main processor of the display device, the method comprising: acquiring repeated frame data in the first video data, the first video data including Continuous multi-frame data to be displayed; filtering out the repeated frame data from the first video data and adding indication information for the repeated frame data to obtain second video data; sending the second video data to The display processor of the display device enables the display processor to determine the repeated frame data according to the indication information, and control the display device to display the video corresponding to the first video data based on the second video data picture.
  • a data processing method of a display device which is applied to a display processor of the display device, the method comprising: receiving second video data sent by the main processor of the display device, the The second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding indication information for the repeated frame data; determining the repeated frame data according to the indication information; based on The second video data and the repeated frame data control the display device to display a video picture corresponding to the first video data.
  • a data processing device of a display device which is applied to a main processor of the display device, the device comprising: a data acquisition module configured to acquire repeated frame data in the first video data, The first video data includes continuous multi-frame data to be transmitted; the data processing module is configured to filter out the repeated frame data from the first video data and add indication information for the repeated frame data, to obtain Second video data; a data sending module configured to send the second video data to a display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and based on The second video data and the repeated frame data control the display device to display a video picture corresponding to the first video data.
  • a data processing device for a display device, which is applied to a display processor of the display device, the device comprising: a data receiving module configured to receive data transmitted by the main processor of the display device The second video data, the second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding indication information for the repeated frame data; the data parsing module is configured In order to determine the repeated frame data according to the indication information; a display control module configured to control the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the data processing method and the display device data processing method of the above-mentioned first or second aspect are implemented. possible implementations.
  • a display device including: a main processor; a display processor; and a memory for storing executable instructions; wherein the main processor is configured to execute the executable instructions to implement the above-mentioned method of the first aspect and possible implementations thereof; or the display processor is configured to implement the above-mentioned method of the second aspect and possible implementations thereof by executing the executable instructions.
  • FIG. 1 shows a schematic diagram of a display device in this exemplary embodiment
  • FIG. 2 shows a flowchart of a data processing method applied to a display device of a main processor in this exemplary embodiment
  • FIG. 3 shows a schematic diagram of a display area of a display device in this exemplary embodiment
  • Fig. 4 shows the flowchart of setting the repeated frame indication bit in this exemplary embodiment
  • FIG. 5 shows a schematic diagram of a signal transmission channel in this exemplary embodiment
  • FIG. 6 shows a flowchart of a data processing method applied to a display device of a display processor in this exemplary embodiment
  • FIG. 7 shows an interactive flowchart of a data processing method of a display device in this exemplary embodiment
  • FIG. 8 shows a schematic structural diagram of a data processing apparatus applied to a display device of a main processor in this exemplary embodiment
  • FIG. 9 shows a schematic structural diagram of another data processing apparatus applied to a display device of a main processor in this exemplary embodiment
  • FIG. 10 shows a schematic structural diagram of a data processing apparatus of a display device applied to a display processor in this exemplary embodiment
  • FIG. 11 shows a schematic structural diagram of another data processing apparatus of a display device applied to a display processor in this exemplary embodiment.
  • Example embodiments will now be described more fully with reference to the accompanying drawings.
  • Example embodiments may, however, be embodied in many forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete and will fully convey the concept of example embodiments to those skilled in the art.
  • the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments.
  • numerous specific details are provided in order to give a thorough understanding of embodiments of the present disclosure.
  • those skilled in the art will appreciate that the technical solutions of the present disclosure may be practiced without one or more of the specific details being omitted, or other methods, components, devices, steps, etc. may be adopted.
  • well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
  • Exemplary embodiments of the present disclosure provide a data processing method of a display device and a display device implementing the method.
  • the display device in this exemplary embodiment will first be described below with reference to FIG. 1 .
  • the display device 100 may include a main processor 110 , a display processor 120 and a memory 130 .
  • the main processor 110 is used to execute the main logic processing of the display device 100 , for example, it can run the operating system and application programs of the display device 100 .
  • the display processor 120 is used for performing display signal processing of the display device 100 , for example, converting video data generated by the main processor 110 into a signal capable of driving a display screen.
  • the memory 130 is used for storing executable instructions, and the executable instructions can be executed by the main processor 110 or the display processor 120 to realize corresponding functions.
  • the main processor 110 may include one or more processing units, for example: the main processor 110 may include an AP (Application Processor, an application processor), a modem processor, a GPU (Graphics Processing Unit, a graphics processing unit), an ISP ( Image Signal Processor, image signal processor), controller, encoder, decoder, DSP (Digital Signal Processor, digital signal processor), baseband processor and/or NPU (Neural-Network Processing Unit, neural network processor) wait.
  • AP Application Processor
  • modem processor e.g., an application processor
  • GPU Graphics Processing Unit, a graphics processing unit
  • ISP Image Signal Processor, image signal processor
  • controller encoder, decoder
  • DSP Digital Signal Processor, digital signal processor
  • baseband processor and/or NPU Neuro-Network Processing Unit, neural network processor
  • An encoder encodes (i.e. compresses) an image or video to reduce the data size for storage or transmission.
  • the decoder can decode (ie decompress) the coded data of the image or video to restore the image or video data.
  • the display device 100 can support images or videos in multiple encoding formats, for example: image formats such as JPEG (Joint Photographic Experts Group, Joint Photographic Experts Group), PNG (Portable Network Graphics, portable network graphics), BMP (Bitmap, bitmap) , MPEG (Moving Picture Experts Group, moving picture expert group) 1, MPEG2, H.263, H.264, HEVC (High Efficiency Video Coding, high-efficiency video coding) and other video formats.
  • image formats such as JPEG (Joint Photographic Experts Group, Joint Photographic Experts Group), PNG (Portable Network Graphics, portable network graphics), BMP (Bitmap, bitmap) , MPEG (Moving Picture Experts Group, moving picture expert group) 1, MPEG2,
  • the display processor 120 may include a core circuit for controlling the timing operations of the display device 100, for controlling when the scan driving circuit of the display device 100 is activated, and for converting video data signal formats, so as to control the display device 100 to display video images.
  • the display device 100 may be a TV
  • the main processor 110 may be a built-in SoC (System-on-Chip, system-on-chip, also known as a system-on-chip) of the TV, which is integrated with one or more of the above-mentioned processing units, and the display processing
  • the device 120 may be a TCON (Timing Controller, timing controller, also known as a logic board) of the TV.
  • the display device 100 can be a PC (Personal Computer, personal computer)
  • the main processor 110 can be a CPU (Central Processing Unit, central processing unit) or GPU arranged on the PC motherboard
  • the display processor 120 can be a built-in monitor of the PC.
  • MCU Micro-Controller Unit, micro-control unit
  • Memory 130 may be used to store computer-executable instructions.
  • the main processor 110 or the display processor 120 implements the data processing method of the display device in this exemplary embodiment by executing the executable instructions.
  • the memory 130 may include a memory independent of the main processor 110 or the display processor 120, such as a flash memory, or may include a memory integrated in the main processor 110 or the display processor 120, such as a register.
  • the main processor 110 and the display processor 120 may be connected through a video transmission interface.
  • the display device 100 may further include a communication module, configured to implement network communication.
  • the communication module can provide wireless communication solutions such as wireless local area network, bluetooth, and near field communication applied on the display device 100, so that the display device 100 can obtain video data on the Internet.
  • the data processing method of the display device in this exemplary embodiment will be described below from two aspects of the main processor 110 and the display processor 120 respectively.
  • FIG. 2 shows an exemplary flow of the data processing method applied to the display device of the main processor 110, which may include the following steps S210 to S230:
  • Step S210 acquiring repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
  • Step S220 filtering out repeated frame data from the first video data and adding indication information for the repeated frame data to obtain second video data;
  • Step S230 sending the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the instruction information, and controls the display device to display the video corresponding to the first video data based on the second video data and the repeated frame data screen.
  • the duplicate frame data is filtered out from the first video data and instruction information for the duplicate frame data is added, and then the processed second video data is sent. data.
  • the existence of repeated frame data indicates that the picture interval is static.
  • the repeated frame data is filtered out, which reduces the amount of video data actually sent, and further simplifies the processing of video data by the display processor. processing, thereby reducing the radiation generated by the display device during the data transmission process and data processing process, which is conducive to reducing the negative impact on the user's health.
  • this solution does not need to modify the display device at the hardware level, and the processing of the first video data does not affect the normal display of the video image, so it has high practicability.
  • step S210 repeated frame data in the first video data is acquired, and the first video data includes continuous multi-frame data to be displayed.
  • the first video data may be video data to be transmitted between the main processor 110 and the display processor 120 .
  • the first video data includes continuous multiple frames of data to be displayed, and each frame of data is used to present a frame of picture.
  • the main processor 110 sends video data to the display processor 120, it usually does not send frame by frame, but sends continuous multi-frame data in one cycle, and the data to be transmitted in one cycle can be used as the first video data .
  • the first video data can be obtained from the cloud (such as an Internet video platform), or the first video data can be obtained by loading a local video file, or generated by running an application program.
  • first video data may be original video data to be displayed, including relatively complete picture information.
  • the repeated frame data refers to the same data in the continuous multiple frames of the first video data, that is, the presence of repeated frame data in the first video data indicates that there is a static picture in the video picture. For example, if it is detected that there are consecutive N frames of the same data in the first video data, the first frame data in the same data of the continuous N frames of pictures can be used as the repeated frame data, and the latter N-1 frame data can be used as the repeated frame data, Where N is a positive integer not less than 2.
  • the above-mentioned value of N may be determined according to the limitation of the number of frames stored by the display processor 120, related settings of video data transmission, and the like.
  • the data of the last N ⁇ 1 frames are taken as repeated frame data. That is to say, if there are multiple consecutive frames of the same data in the first video data, and the number of frames is less than N, it can be considered that there is no repeated frame data, and the processing of filtering out repeated frame data is not performed.
  • step S220 filter out repeated frame data from the first video data and add indication information for the repeated frame data to obtain second video data.
  • the repeated frame data belongs to repeated information, it can be filtered out from the first video data, and at the same time, indication information for the repeated frame data is added.
  • the indication information may include the number of repeated frames, the position (such as a time stamp), the information of the repeated frame data, etc., so that the display processor 120 can restore the repeated frame data according to the indication information.
  • the second video data is obtained.
  • the second video data reduces the repeated frame data and increases the indication information, and the data volume of the indication information is less than the data volume of the repeated frame data itself, so the second video data is actually a reference to the first video data.
  • Data simplification enables multiplexing of repeated frame data.
  • the first video data may include k sets of sub-video data, the k sets of sub-video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2.
  • the screen of the display device 100 can be divided into k display areas, and each display area can be regarded as independent.
  • the main processor 110 sends video data to the display processor 120, it can be divided into k groups Sub-video data, each set of sub-video data is used for display in the corresponding display area.
  • the value of k may be determined according to display performance or screen size, for example, for a display device with a resolution of 4K and a frame rate of 60 Hz, k may be 8.
  • the above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include the following steps:
  • the repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
  • each group of sub-video data when detecting repeated frame data, can be detected separately, so that it can be detected that part of the sub-video data has repeated frame data, and the other part of sub-video data does not have repeated frame data, that is, video If there is a partial static picture in the picture, the repeated frame data is further filtered out for the sub-video data in which there is repeated frame data, and indication information for the repeated frame data is added.
  • the processed sub-video data and sub-video data without repeated frame data (these sub-video data do not need to be processed to filter out repeated frame data and add indication information) form second video data. In this way, the video data can be simplified for the case where there is a partial static picture in the video picture.
  • the data processing method of the display device may further include the following steps:
  • a replacement value is filled in the position of the filtered repeated frame data in the second video data.
  • the replacement value may be a preset value, such as 0 or 1, etc., for example, the positions of all repeated frame data may be filled with 0; or the replacement value may be an identifier, sequence number, etc. of the repeated frame.
  • the second video data and the stability of the connection between the main processor 110 and the display processor 120 can be improved, so as to solve the problem of frequent disconnection of the connection and time-consuming re-establishment of the connection.
  • the above indication information may include a repeated frame indication bit in the second video data.
  • the above-mentioned filtering out repeated frame data from the first video data and adding information for the repeated frame data may include the following steps S410 and S420:
  • Step S410 filtering out repeated frame data from the first video data
  • Step S420 according to the information of the filtered repeated frame data, assign a value to the repeated frame indicator bit.
  • the repeated frame indication bit is used to indicate the information of the repeated frame data, such as the number of repeated frames, the position (such as a time stamp), the information of the repeated frame data, and the like.
  • the repeated frame indicator bit may be assigned a value according to the frame number corresponding to the repeated frame data.
  • the first video data and the second video data may use V*1 format signals, and 1 byte is reserved in the second video data as a repeated frame indicator bit.
  • the display processor 120 can determine the information of the repeated frame data according to the repeated frame indicator bit in the second video data, and then restore the repeated frame data.
  • each frame of data in the second video data includes a repeating frame indication bit, and the repeating frame indicating bit is used to indicate the number of repeated frames of each frame of data.
  • the starting position of each frame of data is the repeated frame indicator bit of this frame, which is used to indicate the number of frames that this frame is repeated.
  • the repeated frame indicator bit is FF, it means that this frame has no Repeat, if the repeated frame indicator bit is not FF, it means that the next several frames starting from this frame (corresponding to the value of the repeated frame indicator bit) are repeated frames.
  • step S230 the second video data is sent to the display processor of the display device, so that the display processor determines the repeated frame data according to the instruction information, and controls the display device to display the frame data based on the second video data and the repeated frame data.
  • the main processor 110 can send the second video data to the display processor 120 through the video data interface.
  • the display processor 120 analyzes the second video data, especially, can restore the filtered repeated frame data according to the indication information in the second video data, and the second video data and the repeated frame data are equivalent to the first video data.
  • the display processor 120 may control the display device 100 to display the video picture corresponding to the first video data based on the second video data and the repeated frame data, including the static picture corresponding to the filtered repeated frame data.
  • the above-mentioned sending of the second video data to the display processor of the display device may include the following steps:
  • k sets of sub-video data refer to k sets of sub-video data in the second video.
  • k signal transmission channels may be set between the main processor 110 and the display processor 120 , and FIG. 5 exemplarily shows that k is 8.
  • Lane0 is used to transmit the first group of sub-video data in the second video data
  • Lane1 is used to transmit the second group of sub-video data in the second video data
  • the group of sub-video data is significantly simplified, which can reduce the amount of data transmitted by the corresponding transmission channel, thereby reducing radiation.
  • FIG. 6 shows an exemplary flow of the data processing method applied to the display device of the display processor 120, which may include the following steps S610 to S630:
  • Step S610 receiving the second video data sent by the main processor of the display device, the second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding instruction information for the repeated frame data;
  • Step S620 determining repeated frame data according to the above indication information
  • Step S630 based on the second video data and the repeated frame data, control the display device to display the video picture corresponding to the first video data.
  • the display processor 120 may determine information such as repeated frame data, frame number, and position corresponding to the filtered repeated frame data according to the indication information in the second video data.
  • the indication information in the second video data may include a repeated frame indication bit
  • the display processor 120 may determine the information of the repeated frame data according to the value of the repeated frame indication bit by analyzing the repeated frame indication bit.
  • each frame in the second video data includes a repeated frame indicator bit
  • the display processor 120 can analyze the repeated frame indicator bit frame by frame to determine whether each frame of data is repeated and the repeated frame number.
  • the display processor 120 may combine the second video data and the indication information to parse out the filtered repeated frame data. Exemplarily, the display processor 120 determines the position of the repeated frame data, the number of frames, the corresponding repeated frame data, etc. according to the indication information, and reads the repeated frame data from the second video data, thereby restoring the repeated frame data.
  • the second video data includes replacement values filled at the positions of the filtered repeated frame data.
  • the display processor 120 may ignore the replacement value in the second video data according to the indication information, so as to reduce the amount of data processing. For example, the display processor 120 analyzes the repeated frame indicator bit of the i-th frame in the second video data, and determines that the next p frames are repeated frames, then the next p frames of data can be ignored, and repeatedly call The data of the i-th frame is used as the repeated frame data of the p-frame.
  • the display processor 120 parses out the repeated frame data, it can control the display device to display the video picture corresponding to the first video data.
  • the second video data and the repeated frame data are equivalent to the first video data, so that the image to be displayed can be completely restored. video footage.
  • the processing of the video data by the display processor is simplified, thereby reducing the radiation generated by the display device during data processing, which is beneficial to reducing the negative impact on the user's health.
  • Fig. 7 shows an exemplary interaction flow of a data processing method of a display device, including:
  • Step S710 the main processor 110 detects whether there are consecutive N frames of the same picture data in the first video data, if not, execute step S720, if yes, execute step S730;
  • Step S720 the main processor 110 sends the first video data to the display processor 120 as the second video data
  • Step S730 the main processor 110 replaces the last N-1 frame data with a preset value, and sets the repeated frame indicator bit to obtain the second video data, and sends it to the display processor 120;
  • Step S740 the display processor 120 receives the second video data
  • step S750 the display processor 120 analyzes the second video data to identify whether there is repeated frame data, if not, execute step S760, and if yes, execute step S770;
  • Step S760 normally process the second video data for display
  • step S770 the data of the repeated frame is written into the content, and called repeatedly in the next N-1 frames for display.
  • the data amount of the second video data is reduced, thereby reducing radiation generated by the display device 100 during data transmission and processing, and also reducing power consumption of the display device 100 .
  • the exemplary embodiment of the present disclosure also provides a data processing apparatus of a display device, which is applied to the main processor 110 of the display device 100 .
  • the data processing apparatus 800 of the display device may include:
  • the data acquisition module 810 is configured to acquire repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
  • the data processing module 820 is configured to filter out repeated frame data from the first video data and add information indicating information for the repeated frame data to obtain second video data;
  • the data sending module 830 is configured to send the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and controls the display device to display the first video data based on the second video data and the repeated frame data.
  • the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2;
  • the above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include:
  • the repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
  • the above-mentioned sending the second video data to the display processor of the display device includes:
  • the acquisition of repeated frame data in the first video data includes:
  • N is a positive integer not less than 2.
  • the indication information includes a repeated frame indication bit in the second video data; the above-mentioned filtering of the repeated frame data from the first video data and adding the indication information for the repeated frame data includes:
  • each frame of data in the second video data includes a repeated frame indication bit
  • the repeated frame indication bit is used to indicate the number of repeated frames of each frame of data.
  • the data processing module 820 is further configured to:
  • the positions of the filtered repeated frame data in the second video data are filled with replacement values.
  • the replacement value is an identifier or sequence number of the repeated frame data in the first video data.
  • the indication information includes at least one of the following: frame number and position of the repeated frame data, and information about the repeated frame data.
  • the exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the main processor 110 of the display device 100 .
  • the data processing apparatus 900 of the display device may include a processor 910 and a memory 920 .
  • the memory 920 stores the following program modules:
  • the data acquisition module 921 is configured to acquire repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
  • the data processing module 922 is configured to filter out repeated frame data from the first video data and add information indicating information for the repeated frame data to obtain second video data;
  • the data sending module 923 is configured to send the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and controls the display device to display the first video data based on the second video data and the repeated frame data.
  • the processor 910 is used to execute the above program modules.
  • the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2;
  • the above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include:
  • the repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
  • the above-mentioned sending the second video data to the display processor of the display device includes:
  • the acquisition of repeated frame data in the first video data includes:
  • N is a positive integer not less than 2.
  • the indication information includes a repeated frame indication bit in the second video data; the above-mentioned filtering of the repeated frame data from the first video data and adding the indication information for the repeated frame data includes:
  • each frame of data in the second video data includes a repeated frame indication bit
  • the repeated frame indication bit is used to indicate the number of repeated frames of each frame of data.
  • the data processing module 922 is further configured to:
  • the positions of the filtered repeated frame data in the second video data are filled with replacement values.
  • the replacement value is an identifier or sequence number of the repeated frame data in the first video data.
  • the indication information includes at least one of the following: frame number and position of the repeated frame data, and information about the repeated frame data.
  • the exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the display processor 120 of the display device 100 .
  • the data processing apparatus 1000 of the display device may include:
  • the data receiving module 1010 is configured to receive the second video data transmitted by the main processor of the display device, the second video data is that the main processor filters out repeated frame data from the first video data and adds an indication for the repeated frame data obtained after the information;
  • the data parsing module 1020 is configured to determine repeated frame data according to the above indication information
  • the display control module 1030 is configured to control the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
  • the indication information includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate information of the repeated frame data.
  • each frame in the second video data includes a repeated frame indication bit; the above-mentioned determination of the repeated frame data according to the indication information includes:
  • the repeated frame indication bit is analyzed frame by frame to determine whether each frame in the second video data is repeated and the number of repeated frames, so as to restore the repeated frame data.
  • the second video data includes a replacement value filled at the position of the filtered repeated frame data; the data parsing module 1020 is configured to:
  • the replacement value in the second video data is ignored.
  • the exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the display processor 120 of the display device 100 .
  • the data processing apparatus 1100 of the display device may include a processor 1110 and a memory 1120 .
  • the memory 1120 stores the following program modules:
  • the data receiving module 1121 is configured to receive the second video data transmitted by the main processor of the display device, the second video data is that the main processor filters out repeated frame data from the first video data and adds an indication for the repeated frame data obtained after the information;
  • the data parsing module 1122 is configured to determine repeated frame data according to the above indication information
  • the display control module 1133 is configured to control the display device to display the video picture corresponding to the first video data based on the second video data and the repeated frame data.
  • the indication information includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate information of the repeated frame data.
  • each frame in the second video data includes a repeated frame indication bit; the above-mentioned determination of the repeated frame data according to the indication information includes:
  • the second video data includes a replacement value filled at the position of the filtered repeated frame data; the data parsing module 1122 is configured to:
  • the replacement value in the second video data is ignored.
  • Exemplary embodiments of the present disclosure also provide a computer-readable storage medium, which can be realized in the form of a program product, which includes program code, and when the program product is run on the electronic device, the program code is used to make the electronic device
  • the device executes (more specifically, causes the processor of the electronic device to execute) the steps of the various exemplary embodiments described in the "Exemplary Methods" section above in this specification.
  • the program product can be implemented as a portable compact disk read only memory (CD-ROM) and include program code, and can run on an electronic device, such as a personal computer.
  • CD-ROM compact disk read only memory
  • the program product of the present disclosure is not limited thereto.
  • a readable storage medium may be any tangible medium containing or storing a program, and the program may be used by or in combination with an instruction execution system, apparatus or device.
  • a program product may take the form of any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • a readable storage medium includes, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or any combination thereof. More specific examples (non-exhaustive list) of readable storage media include: electrical connection with one or more conductors, portable disk, hard disk, random access memory (RAM), read only memory (ROM), erasable Programmable read-only memory (EPROM or flash memory), optical fiber, CD-ROM, optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer readable signal medium may include a data signal carrying readable program code in baseband or as part of a carrier wave. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • a readable signal medium may also be any readable medium other than a readable storage medium that can transmit, propagate, or transport a program for use by or in conjunction with an instruction execution system, apparatus, or device.
  • Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Program code for performing the operations of the present disclosure may be written in any combination of one or more programming languages, including object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural programming Language - such as "C" or similar programming language.
  • the program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server to execute.
  • the remote computing device may be connected to the user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computing device (e.g., using an Internet service provider). business to connect via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet service provider e.g., a wide area network

Abstract

A data processing method for a display device. The method is applied to a main processor of a display device. The method comprises: acquiring repeated frames of data in first video data, wherein the first video data comprises multiple continuous frames of data to be displayed (S210); filtering out the repeated frames of data from the first video data, and adding indication information for the repeated frames of data, so as to obtain second video data (S220); and sending the second video data to a display processor of a display device, such that the display processor determines the repeated frames of data according to the indication information, and controlling, on the basis of the second video data and the repeated frames of data, the display device to display a video image which corresponds to the first video data (S230). For the situation that there is a still image in a video image, the amount of actually sent video data is reduced, thereby reducing the radiation generated by a display device.

Description

显示设备的数据处理方法、装置、存储介质与显示设备Data processing method, device, storage medium and display device of display device
本申请要求申请日为2021年10月26日,申请号为202111249950.4,名称为“显示设备的数据处理方法、装置、存储介质与显示设备”的中国专利申请的优先权,该中国专利申请的全部内容通过引用结合在本文中。This application claims the priority of a Chinese patent application with an application date of October 26, 2021 and an application number of 202111249950.4 titled "Data processing method, device, storage medium and display device for a display device". The contents are incorporated herein by reference.
技术领域technical field
本公开涉及显示设备技术领域,尤其涉及显示设备的数据处理方法、显示设备的数据处理装置、计算机可读存储介质与显示设备。The present disclosure relates to the technical field of display devices, and in particular, to a data processing method for a display device, a data processing device for a display device, a computer-readable storage medium, and a display device.
背景技术Background technique
在显示设备中,主处理器与显示处理器通常是分开设置的。一般的,主处理器生成视频数据,传输至显示处理器,显示处理器将其转换为能够驱动显示屏的信号,进而驱动显示屏显示视频画面。视频数据的处理与传输过程会导致显示设备产生辐射,对用户的身体健康产生潜在影响。In a display device, the main processor and the display processor are usually set separately. Generally, the main processor generates video data, transmits it to the display processor, and the display processor converts it into a signal capable of driving the display screen, and then drives the display screen to display video images. The processing and transmission of video data will cause the display device to generate radiation, which may have a potential impact on the user's health.
发明内容Contents of the invention
本公开提供显示设备的数据处理方法、显示设备的数据处理方法、计算机可读存储介质与显示设备。The present disclosure provides a data processing method of a display device, a data processing method of a display device, a computer-readable storage medium and a display device.
根据本公开的第一方面,提供一种显示设备的数据处理方法,应用于显示设备的主处理器,所述方法包括:获取第一视频数据中的重复帧数据,所述第一视频数据包括待显示的连续多帧数据;从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据;将所述第二视频数据发送至所述显示设备的显示处理器,使所述显示处理器根据所述指示信息确定所述重复帧数据,并基于所述第二视频数据控制所述显示设备显示所述第一视频数据对应的视频画面。According to a first aspect of the present disclosure, there is provided a data processing method of a display device, which is applied to a main processor of the display device, the method comprising: acquiring repeated frame data in the first video data, the first video data including Continuous multi-frame data to be displayed; filtering out the repeated frame data from the first video data and adding indication information for the repeated frame data to obtain second video data; sending the second video data to The display processor of the display device enables the display processor to determine the repeated frame data according to the indication information, and control the display device to display the video corresponding to the first video data based on the second video data picture.
根据本公开的第二方面,提供一种显示设备的数据处理方法,应用于显示设备的显示处理器,所述方法包括:接收由所述显示设备的主处理器发送的第二视频数据,所述第二视频数据是所述主处理器从第一视频数据中滤除重复帧数据并添加针对所述重复帧数据的指示信息后得到的;根据所述指示信息确定所述重复帧数据;基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。According to a second aspect of the present disclosure, there is provided a data processing method of a display device, which is applied to a display processor of the display device, the method comprising: receiving second video data sent by the main processor of the display device, the The second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding indication information for the repeated frame data; determining the repeated frame data according to the indication information; based on The second video data and the repeated frame data control the display device to display a video picture corresponding to the first video data.
根据本公开的第三方面,提供一种显示设备的数据处理装置,应用于显示设备的主处理器,所述装置包括:数据获取模块,被配置为获取第一视频数据中的重复帧数据,所述第一视频数据包括待传输的连续多帧数据;数据处理模块,被配置为从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据;数据发送模块,被配置为将所述第二视频数据发送至所述显示设备的显示处理器,使所述显示 处理器根据所述指示信息确定所述重复帧数据,并基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。According to a third aspect of the present disclosure, there is provided a data processing device of a display device, which is applied to a main processor of the display device, the device comprising: a data acquisition module configured to acquire repeated frame data in the first video data, The first video data includes continuous multi-frame data to be transmitted; the data processing module is configured to filter out the repeated frame data from the first video data and add indication information for the repeated frame data, to obtain Second video data; a data sending module configured to send the second video data to a display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and based on The second video data and the repeated frame data control the display device to display a video picture corresponding to the first video data.
根据本公开的第四方面,提供一种显示设备的数据处理装置,应用于显示设备的显示处理器,所述装置包括:数据接收模块,被配置为接收由所述显示设备的主处理器传输的第二视频数据,所述第二视频数据是所述主处理器从第一视频数据中滤除重复帧数据并添加针对所述重复帧数据的指示信息后得到的;数据解析模块,被配置为根据所述指示信息确定所述重复帧数据;显示控制模块,被配置为基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。According to a fourth aspect of the present disclosure, there is provided a data processing device for a display device, which is applied to a display processor of the display device, the device comprising: a data receiving module configured to receive data transmitted by the main processor of the display device The second video data, the second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding indication information for the repeated frame data; the data parsing module is configured In order to determine the repeated frame data according to the indication information; a display control module configured to control the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
根据本公开的第五方面,提供一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述第一或第二方面的显示设备的数据处理方法及其可能的实现方式。According to a fifth aspect of the present disclosure, there is provided a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the data processing method and the display device data processing method of the above-mentioned first or second aspect are implemented. possible implementations.
根据本公开的第六方面,提供一种显示设备,包括:主处理器;显示处理器;以及存储器,用于存储可执行指令;其中,所述主处理器配置为经由执行所述可执行指令来实现上述第一方面的方法及其可能的实现方式;或者所述显示处理器配置为经由执行所述可执行指令来实现上述第二方面的方法及其可能的实现方式。According to a sixth aspect of the present disclosure, there is provided a display device, including: a main processor; a display processor; and a memory for storing executable instructions; wherein the main processor is configured to execute the executable instructions to implement the above-mentioned method of the first aspect and possible implementations thereof; or the display processor is configured to implement the above-mentioned method of the second aspect and possible implementations thereof by executing the executable instructions.
附图说明Description of drawings
图1示出本示例性实施方式中一种显示设备的示意图;FIG. 1 shows a schematic diagram of a display device in this exemplary embodiment;
图2示出本示例性实施方式中一种应用于主处理器的显示设备的数据处理方法的流程图;FIG. 2 shows a flowchart of a data processing method applied to a display device of a main processor in this exemplary embodiment;
图3示出本示例性实施方式中显示设备的显示区域的示意图;FIG. 3 shows a schematic diagram of a display area of a display device in this exemplary embodiment;
图4示出本示例性实施方式中设置重复帧指示位的流程图;Fig. 4 shows the flowchart of setting the repeated frame indication bit in this exemplary embodiment;
图5示出本示例性实施方式中信号传输通道的示意图;FIG. 5 shows a schematic diagram of a signal transmission channel in this exemplary embodiment;
图6示出本示例性实施方式中一种应用于显示处理器的显示设备的数据处理方法的流程图;FIG. 6 shows a flowchart of a data processing method applied to a display device of a display processor in this exemplary embodiment;
图7示出本示例性实施方式中一种显示设备的数据处理方法的交互流程图;FIG. 7 shows an interactive flowchart of a data processing method of a display device in this exemplary embodiment;
图8示出本示例性实施方式中一种应用于主处理器的显示设备的数据处理装置的结构示意图;FIG. 8 shows a schematic structural diagram of a data processing apparatus applied to a display device of a main processor in this exemplary embodiment;
图9示出本示例性实施方式中另一种应用于主处理器的显示设备的数据处理装置的结构示意图;FIG. 9 shows a schematic structural diagram of another data processing apparatus applied to a display device of a main processor in this exemplary embodiment;
图10示出本示例性实施方式中一种应用于显示处理器的显示设备的数据处理装置的结构示意图;FIG. 10 shows a schematic structural diagram of a data processing apparatus of a display device applied to a display processor in this exemplary embodiment;
图11示出本示例性实施方式中另一种应用于显示处理器的显示设备的数据处理装置的结构示意图。FIG. 11 shows a schematic structural diagram of another data processing apparatus of a display device applied to a display processor in this exemplary embodiment.
具体实施方式Detailed ways
现在将参考附图更全面地描述示例实施方式。然而,示例实施方式能够以多种形式实施,且不应被理解为限于在此阐述的范例;相反,提供这些实施方式使得本公开将更加全面和完整,并将示例实施方式的构思全面地传达给本领域的技术人员。所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多实施方式中。在下面的描述中,提供许多具体细节从而给出对本公开的实施方式的充分理解。然而,本领域技术人员将意识到,可以实践本公开的技术方案而省略所述特定细节中的一个或更多,或者可以采用其它的方法、组元、装置、步骤等。在其它情况下,不详细示出或描述公知技术方案以避免喧宾夺主而使得本公开的各方面变得模糊。Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided in order to give a thorough understanding of embodiments of the present disclosure. However, those skilled in the art will appreciate that the technical solutions of the present disclosure may be practiced without one or more of the specific details being omitted, or other methods, components, devices, steps, etc. may be adopted. In other instances, well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
此外,附图仅为本公开的示意性图解,并非一定是按比例绘制。图中相同的附图标记表示相同或类似的部分,因而将省略对它们的重复描述。附图中所示的一些方框图是功能实体,不一定必须与物理或逻辑上独立的实体相对应。可以采用软件形式来实现这些功能实体,或在一个或多个硬件模块或集成电路中实现这些功能实体,或在不同网络和/或处理器装置和/或微控制器装置中实现这些功能实体。Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus repeated descriptions thereof will be omitted. Some of the block diagrams shown in the drawings are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in software, or in one or more hardware modules or integrated circuits, or in different network and/or processor means and/or microcontroller means.
本公开的示例性实施方式提供一种显示设备的数据处理方法以及实现该方法的显示设备。下面首先结合图1对本示例性实施方式中的显示设备进行说明。Exemplary embodiments of the present disclosure provide a data processing method of a display device and a display device implementing the method. The display device in this exemplary embodiment will first be described below with reference to FIG. 1 .
参考图1所示,该显示设备100可以包括主处理器110、显示处理器120与存储器130。主处理器110用于执行显示设备100的主要逻辑处理,例如可以运行显示设备100的操作系统与应用程序。显示处理器120用于执行显示设备100的显示信号处理,例如可以将主处理器110生成的视频数据转换成能够驱动显示屏的信号。存储器130用于存储可执行指令,该可执行指令可以被主处理器110或显示处理器120执行,以实现相应的功能。Referring to FIG. 1 , the display device 100 may include a main processor 110 , a display processor 120 and a memory 130 . The main processor 110 is used to execute the main logic processing of the display device 100 , for example, it can run the operating system and application programs of the display device 100 . The display processor 120 is used for performing display signal processing of the display device 100 , for example, converting video data generated by the main processor 110 into a signal capable of driving a display screen. The memory 130 is used for storing executable instructions, and the executable instructions can be executed by the main processor 110 or the display processor 120 to realize corresponding functions.
主处理器110可以包括一个或多个处理单元,例如:主处理器110可以包括AP(Application Processor,应用处理器)、调制解调处理器、GPU(Graphics Processing Unit,图形处理器)、ISP(Image Signal Processor,图像信号处理器)、控制器、编码器、解码器、DSP(Digital Signal Processor,数字信号处理器)、基带处理器和/或NPU(Neural-Network Processing Unit,神经网络处理器)等。The main processor 110 may include one or more processing units, for example: the main processor 110 may include an AP (Application Processor, an application processor), a modem processor, a GPU (Graphics Processing Unit, a graphics processing unit), an ISP ( Image Signal Processor, image signal processor), controller, encoder, decoder, DSP (Digital Signal Processor, digital signal processor), baseband processor and/or NPU (Neural-Network Processing Unit, neural network processor) wait.
编码器可以对图像或视频进行编码(即压缩),以减小数据大小,便于存储或发送。解码器可以对图像或视频的编码数据进行解码(即解压缩),以还原出图像或视频数据。显示设备100可以支持多种编码格式的图像或视频,例如:JPEG(Joint Photographic Experts Group,联合图像专家组)、PNG(Portable Network Graphics,便携式网络图形)、BMP(Bitmap,位图)等图像格式,MPEG(Moving Picture Experts Group,动态图像专家组)1、MPEG2、H.263、H.264、HEVC(High Efficiency Video Coding,高效率视频编码)等视频格式。An encoder encodes (i.e. compresses) an image or video to reduce the data size for storage or transmission. The decoder can decode (ie decompress) the coded data of the image or video to restore the image or video data. The display device 100 can support images or videos in multiple encoding formats, for example: image formats such as JPEG (Joint Photographic Experts Group, Joint Photographic Experts Group), PNG (Portable Network Graphics, portable network graphics), BMP (Bitmap, bitmap) , MPEG (Moving Picture Experts Group, moving picture expert group) 1, MPEG2, H.263, H.264, HEVC (High Efficiency Video Coding, high-efficiency video coding) and other video formats.
显示处理器120可以包括控制显示设备100时序动作的核心电路,用于控制显示设备100的扫描驱动电路何时启动,以及视频数据的信号格式转换,从而控制显示设备100显示视频画面。The display processor 120 may include a core circuit for controlling the timing operations of the display device 100, for controlling when the scan driving circuit of the display device 100 is activated, and for converting video data signal formats, so as to control the display device 100 to display video images.
示例性的,显示设备100可以是电视,主处理器110可以是电视内置的SoC(System-on-Chip,片上系统,又称系统级芯片),集成有上述一个或多个处理单元,显示处理器120可以是电视的TCON(Timing Controller,时序控制器,又称逻辑板)。或者,显示设备100可以是PC(Personal Computer,个人计算机),主处理器110可以是设置于PC主板的CPU(Central Processing Unit,中央处理器)或GPU,显示处理器120可以是PC的显示器内置的MCU(Micro-Controller Unit,微控制单元)。Exemplarily, the display device 100 may be a TV, and the main processor 110 may be a built-in SoC (System-on-Chip, system-on-chip, also known as a system-on-chip) of the TV, which is integrated with one or more of the above-mentioned processing units, and the display processing The device 120 may be a TCON (Timing Controller, timing controller, also known as a logic board) of the TV. Or, the display device 100 can be a PC (Personal Computer, personal computer), the main processor 110 can be a CPU (Central Processing Unit, central processing unit) or GPU arranged on the PC motherboard, and the display processor 120 can be a built-in monitor of the PC. MCU (Micro-Controller Unit, micro-control unit).
存储器130可以用于存储计算机可执行指令。主处理器110或显示处理器120通过执行该可执行指令来实现本示例性实施方式中的显示设备的数据处理方法。存储器130可以包括独立于主处理器110或显示处理器120设置的存储器,如闪存等,也可以包括集成于主处理器110或显示处理器120设置的存储器,如寄存器等。 Memory 130 may be used to store computer-executable instructions. The main processor 110 or the display processor 120 implements the data processing method of the display device in this exemplary embodiment by executing the executable instructions. The memory 130 may include a memory independent of the main processor 110 or the display processor 120, such as a flash memory, or may include a memory integrated in the main processor 110 or the display processor 120, such as a register.
主处理器110与显示处理器120之间可以通过视频传输接口形成连接。The main processor 110 and the display processor 120 may be connected through a video transmission interface.
在一种实施方式中,显示设备100还可以包括通信模块,用于实现网络通信。例如,通信模块可以提供应用在显示设备100上的无线局域网、蓝牙、近场通信等无线通信解决方案,显示设备100由此可以获取互联网上的视频数据。In an implementation manner, the display device 100 may further include a communication module, configured to implement network communication. For example, the communication module can provide wireless communication solutions such as wireless local area network, bluetooth, and near field communication applied on the display device 100, so that the display device 100 can obtain video data on the Internet.
下面分别从主处理器110与显示处理器120两方面,对本示例性实施方式中的显示设备的数据处理方法进行说明。The data processing method of the display device in this exemplary embodiment will be described below from two aspects of the main processor 110 and the display processor 120 respectively.
图2示出了应用于主处理器110的显示设备的数据处理方法的示例性流程,可以包括以下步骤S210至S230:FIG. 2 shows an exemplary flow of the data processing method applied to the display device of the main processor 110, which may include the following steps S210 to S230:
步骤S210,获取第一视频数据中的重复帧数据,第一视频数据包括待传输的连续多帧数据;Step S210, acquiring repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
步骤S220,从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据;Step S220, filtering out repeated frame data from the first video data and adding indication information for the repeated frame data to obtain second video data;
步骤S230,将第二视频数据发送至显示设备的显示处理器,使显示处理器根据指示信息确定重复帧数据,并基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。Step S230, sending the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the instruction information, and controls the display device to display the video corresponding to the first video data based on the second video data and the repeated frame data screen.
基于上述方法,在显示设备的主处理器向显示处理器发送第一视频数据时,对第一视频数据滤除重复帧数据并添加针对重复帧数据的指示信息,进而发送经过处理的第二视频数据。一方面,存在重复帧数据说明画面区间为静态,此时针对视频画面中存在静态画面的情况,滤除重复帧数据,缩小了实际发送的视频数据量,并进一步简化了显示处理器对视频数据的处理,从而减少了数据传输过程与数据处理过程中显示设备所产生的辐射,有利于降低对用户身体健康的负面影响。另一方面,本方案无需从硬件层面上对显示设备进行改造,且对于第一视频数据的处理不影响视频画面的正常显示,因此具有较高的实用性。Based on the above method, when the main processor of the display device sends the first video data to the display processor, the duplicate frame data is filtered out from the first video data and instruction information for the duplicate frame data is added, and then the processed second video data is sent. data. On the one hand, the existence of repeated frame data indicates that the picture interval is static. At this time, for the situation of static pictures in the video picture, the repeated frame data is filtered out, which reduces the amount of video data actually sent, and further simplifies the processing of video data by the display processor. processing, thereby reducing the radiation generated by the display device during the data transmission process and data processing process, which is conducive to reducing the negative impact on the user's health. On the other hand, this solution does not need to modify the display device at the hardware level, and the processing of the first video data does not affect the normal display of the video image, so it has high practicability.
下面对图2中的每个步骤进行具体说明。Each step in Fig. 2 is described in detail below.
参考图2,在步骤S210中,获取第一视频数据中的重复帧数据,第一视频数据包括待显示的连续多帧数据。Referring to FIG. 2 , in step S210 , repeated frame data in the first video data is acquired, and the first video data includes continuous multi-frame data to be displayed.
第一视频数据可以是主处理器110与显示处理器120之间的待传输视频数据。第一视频数据包括待显示的连续多帧数据,每一帧数据用于呈现一帧画面。主处理器110在向显示处理器120发送视频数据时,通常并非一帧一帧的发送,而是在一个周期内发送连续多帧数据,可以将一个周期内的待传输数据作为第一视频数据。The first video data may be video data to be transmitted between the main processor 110 and the display processor 120 . The first video data includes continuous multiple frames of data to be displayed, and each frame of data is used to present a frame of picture. When the main processor 110 sends video data to the display processor 120, it usually does not send frame by frame, but sends continuous multi-frame data in one cycle, and the data to be transmitted in one cycle can be used as the first video data .
本公开对于第一视频数据的来源不做限定,例如可以从云端(如互联网视频平台)获取第一视频数据,也可以通过加载本地的视频文件得到第一视频数据,还可以通过运行应用程序生成第一视频数据。第一视频数据可以是待显示的原始视频数据,包含了较为完整的画面信息。This disclosure does not limit the source of the first video data. For example, the first video data can be obtained from the cloud (such as an Internet video platform), or the first video data can be obtained by loading a local video file, or generated by running an application program. first video data. The first video data may be original video data to be displayed, including relatively complete picture information.
重复帧数据是指第一视频数据中的连续多帧画面相同的数据,即第一视频数据中存在重复帧数据,说明视频画面中存在静态画面。例如检测到第一视频数据中存在连续N帧画面相同的数据,可以将该连续N帧画面相同的数据中的第一帧数据作为被重复帧数据,后N-1帧数据作为重复帧数据,其中N为不小于2的正整数。The repeated frame data refers to the same data in the continuous multiple frames of the first video data, that is, the presence of repeated frame data in the first video data indicates that there is a static picture in the video picture. For example, if it is detected that there are consecutive N frames of the same data in the first video data, the first frame data in the same data of the continuous N frames of pictures can be used as the repeated frame data, and the latter N-1 frame data can be used as the repeated frame data, Where N is a positive integer not less than 2.
在一种实施方式中,可以根据显示处理器120存储帧数的限制、视频数据传输的相关设置等确定上述N的值。由此,当检测到第一视频数据中存在连续N帧画面相同的数据时,将其中后N-1帧数据作为重复帧数据。也就是说,如果第一视频数据中存在连续多帧画面相同的数据,其帧数小于N,则可视为不存在重复帧数据,不进行滤除重复帧数据的处理。In an implementation manner, the above-mentioned value of N may be determined according to the limitation of the number of frames stored by the display processor 120, related settings of video data transmission, and the like. Thus, when it is detected that there are consecutive N frames of data with the same picture in the first video data, the data of the last N−1 frames are taken as repeated frame data. That is to say, if there are multiple consecutive frames of the same data in the first video data, and the number of frames is less than N, it can be considered that there is no repeated frame data, and the processing of filtering out repeated frame data is not performed.
继续参考图2,在步骤S220中,从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据。Continuing to refer to FIG. 2 , in step S220 , filter out repeated frame data from the first video data and add indication information for the repeated frame data to obtain second video data.
由于重复帧数据属于重复信息,可以从第一视频数据中予以滤除,同时添加针对重复帧数据的指示信息。该指示信息可以包括重复帧的数量、位置(如时间戳)、被重复帧数据的信息等,以便于显示处理器120根据该指示信息来还原出重复帧数据。Since the repeated frame data belongs to repeated information, it can be filtered out from the first video data, and at the same time, indication information for the repeated frame data is added. The indication information may include the number of repeated frames, the position (such as a time stamp), the information of the repeated frame data, etc., so that the display processor 120 can restore the repeated frame data according to the indication information.
通过对第一视频数据进行上述处理,得到第二视频数据。与第一视频数据相比,第二视频数据中减少了重复帧数据而增加了指示信息,而指示信息的数据量小于重复帧数据本身的数据量,因此第二视频数据实际是对第一视频数据的简化,能够复用被重复帧数据。By performing the above processing on the first video data, the second video data is obtained. Compared with the first video data, the second video data reduces the repeated frame data and increases the indication information, and the data volume of the indication information is less than the data volume of the repeated frame data itself, so the second video data is actually a reference to the first video data. Data simplification enables multiplexing of repeated frame data.
在一种实施方式中,第一视频数据可以包括k组子视频数据,该k组子视频数据与显示设备的k个显示区域一一对应,k为不小于2的正整数。参考图3所示,可以将显示设备100的屏幕划分为k个显示区域,每个显示区域可视为单独的,主处理器110在向显示处理器120发送视频数据时,可以划分为k组子视频数据,每组子视频数据分别用于对应的显示区域中的显示。可以根据显示性能或屏幕尺寸确定k的值,例如,对于4K分辨率、60Hz帧率的显示设备,k可以为8。In one embodiment, the first video data may include k sets of sub-video data, the k sets of sub-video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2. As shown in FIG. 3 , the screen of the display device 100 can be divided into k display areas, and each display area can be regarded as independent. When the main processor 110 sends video data to the display processor 120, it can be divided into k groups Sub-video data, each set of sub-video data is used for display in the corresponding display area. The value of k may be determined according to display performance or screen size, for example, for a display device with a resolution of 4K and a frame rate of 60 Hz, k may be 8.
相应的,上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据,可以包括以下步骤:Correspondingly, the above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include the following steps:
对存在重复帧数据的子视频数据滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据。The repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
其中,在检测重复帧数据时,可以针对每一组子视频数据分别进行检测,这样能够检 测出一部分子视频数据存在重复帧数据,另一部分子视频数据不存在重复帧数据的情况,也就是视频画面中存在局部静态画面的情况,进而对存在重复帧数据的子视频数据滤除重复帧数据并添加针对重复帧数据的指示信息。经过处理后的子视频数据以及不存在重复帧数据的子视频数据(这些子视频数据不需要进行滤除重复帧数据以及添加指示信息的处理)形成第二视频数据。由此,能够针对视频画面中存在局部静态画面的情况简化视频数据。Among them, when detecting repeated frame data, each group of sub-video data can be detected separately, so that it can be detected that part of the sub-video data has repeated frame data, and the other part of sub-video data does not have repeated frame data, that is, video If there is a partial static picture in the picture, the repeated frame data is further filtered out for the sub-video data in which there is repeated frame data, and indication information for the repeated frame data is added. The processed sub-video data and sub-video data without repeated frame data (these sub-video data do not need to be processed to filter out repeated frame data and add indication information) form second video data. In this way, the video data can be simplified for the case where there is a partial static picture in the video picture.
在一种实施方式中,在从第一视频数据中滤除重复帧数据时,显示设备的数据处理方法还可以包括以下步骤:In one embodiment, when filtering out repeated frame data from the first video data, the data processing method of the display device may further include the following steps:
在第二视频数据中被滤除的重复帧数据的位置填充替换值。A replacement value is filled in the position of the filtered repeated frame data in the second video data.
其中,替换值可以是预设值,如0或1等,例如可以将全部重复帧数据的位置均填充为0;或者替换值可以是被重复帧的标识、序号等。由此,能够提高第二视频数据以及主处理器110与显示处理器120之间连接的稳定性,以改善连接频繁断开,再建立连接耗时的问题。Wherein, the replacement value may be a preset value, such as 0 or 1, etc., for example, the positions of all repeated frame data may be filled with 0; or the replacement value may be an identifier, sequence number, etc. of the repeated frame. In this way, the second video data and the stability of the connection between the main processor 110 and the display processor 120 can be improved, so as to solve the problem of frequent disconnection of the connection and time-consuming re-establishment of the connection.
在一种实施方式中,参考图4所示,上述指示信息可以包括第二视频数据中的重复帧指示位。相应的,上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的信息,可以包括以下步骤S410和S420:In an implementation manner, as shown in FIG. 4 , the above indication information may include a repeated frame indication bit in the second video data. Correspondingly, the above-mentioned filtering out repeated frame data from the first video data and adding information for the repeated frame data may include the following steps S410 and S420:
步骤S410,从第一视频数据中滤除重复帧数据;Step S410, filtering out repeated frame data from the first video data;
步骤S420,根据被滤除的重复帧数据的信息,对重复帧指示位进行赋值。Step S420, according to the information of the filtered repeated frame data, assign a value to the repeated frame indicator bit.
其中,重复帧指示位用于指示重复帧数据的信息,如重复帧的数量、位置(如时间戳)、被重复帧数据的信息等。例如,可以根据重复帧数据对应的帧数,对重复帧指示位进行赋值。示例性的,第一视频数据与第二视频数据可以采用V*1格式的信号,在第二视频数据中预留1byte位作为重复帧指示位,该重复帧指示位的数值为FF时,表示无重复帧,该重复帧指示位的数值非FF时,表示重复帧数据对应的帧数。由此,显示处理器120可以根据第二视频数据中的重复帧指示位确定重复帧数据的信息,进而还原出重复帧数据。Wherein, the repeated frame indication bit is used to indicate the information of the repeated frame data, such as the number of repeated frames, the position (such as a time stamp), the information of the repeated frame data, and the like. For example, the repeated frame indicator bit may be assigned a value according to the frame number corresponding to the repeated frame data. Exemplarily, the first video data and the second video data may use V*1 format signals, and 1 byte is reserved in the second video data as a repeated frame indicator bit. When the value of the repeated frame indicator bit is FF, it means There is no repeated frame, and when the value of the repeated frame indicator bit is not FF, it indicates the frame number corresponding to the repeated frame data. Thus, the display processor 120 can determine the information of the repeated frame data according to the repeated frame indicator bit in the second video data, and then restore the repeated frame data.
在一种实施方式中,第二视频数据中的每一帧数据均包括重复帧指示位,该重复帧指示位用于指示每一帧数据被重复的帧数。例如,在第二视频数据中,每一帧数据的起始位置为本帧的重复帧指示位,用于指示本帧被重复的帧数,如重复帧指示位为FF时,表示本帧无重复,如重复帧指示位非FF时,表示从本帧开始接下来的若干帧(与重复帧指示位的数值相对应)为重复帧。In one embodiment, each frame of data in the second video data includes a repeating frame indication bit, and the repeating frame indicating bit is used to indicate the number of repeated frames of each frame of data. For example, in the second video data, the starting position of each frame of data is the repeated frame indicator bit of this frame, which is used to indicate the number of frames that this frame is repeated. When the repeated frame indicator bit is FF, it means that this frame has no Repeat, if the repeated frame indicator bit is not FF, it means that the next several frames starting from this frame (corresponding to the value of the repeated frame indicator bit) are repeated frames.
继续参考图2,在步骤S230中,将第二视频数据发送至显示设备的显示处理器,使显示处理器根据指示信息确定重复帧数据,并基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。Continuing to refer to FIG. 2, in step S230, the second video data is sent to the display processor of the display device, so that the display processor determines the repeated frame data according to the instruction information, and controls the display device to display the frame data based on the second video data and the repeated frame data. A video frame corresponding to the first video data.
一般的,主处理器110可以通过视频数据接口将第二视频数据发送至显示处理器120。显示处理器120对第二视频数据进行解析,特别地,可以根据第二视频数据中的指示信息还原出被滤除的重复帧数据,第二视频数据与重复帧数据相当于第一视频数据。显示处理器120可以基于第二视频数据与重复帧数据控制显示设备100显示第一视频数据对应的视 频画面,其中包括被滤除的重复帧数据对应的静态画面。Generally, the main processor 110 can send the second video data to the display processor 120 through the video data interface. The display processor 120 analyzes the second video data, especially, can restore the filtered repeated frame data according to the indication information in the second video data, and the second video data and the repeated frame data are equivalent to the first video data. The display processor 120 may control the display device 100 to display the video picture corresponding to the first video data based on the second video data and the repeated frame data, including the static picture corresponding to the filtered repeated frame data.
在一种实施方式中,上述将第二视频数据发送至显示设备的显示处理器,可以包括以下步骤:In one embodiment, the above-mentioned sending of the second video data to the display processor of the display device may include the following steps:
分别通过k个信号传输通道将k组子视频数据发送至显示处理器,其中k个信号传输通道与k个显示区域一一对应,每个信号传输通道用于传输第二视频数据中的一组子视频数据。Send k groups of sub-video data to the display processor through k signal transmission channels, wherein the k signal transmission channels correspond to k display areas one by one, and each signal transmission channel is used to transmit a group of second video data sub video data.
其中,k组子视频数据是指第二视频中的k组子视频数据。参考图5所示,主处理器110与显示处理器120之间可以设置k个信号传输通道(Lane),图5示例性示出k为8。其中Lane0用于传输第二视频数据中的第一组子视频数据,Lane1用于传输第二视频数据中的第二组子视频数据,以此类推。如果某一组子视频数据经过重复帧数据的滤除,则该组子视频数据得到显著的简化,能够减少对应传输通道所传输的数据量,从而减少辐射。Wherein, k sets of sub-video data refer to k sets of sub-video data in the second video. Referring to FIG. 5 , k signal transmission channels (Lanes) may be set between the main processor 110 and the display processor 120 , and FIG. 5 exemplarily shows that k is 8. Referring to FIG. Lane0 is used to transmit the first group of sub-video data in the second video data, Lane1 is used to transmit the second group of sub-video data in the second video data, and so on. If a group of sub-video data is filtered out of repeated frame data, the group of sub-video data is significantly simplified, which can reduce the amount of data transmitted by the corresponding transmission channel, thereby reducing radiation.
图6示出了应用于显示处理器120的显示设备的数据处理方法的示例性流程,可以包括以下步骤S610至S630:FIG. 6 shows an exemplary flow of the data processing method applied to the display device of the display processor 120, which may include the following steps S610 to S630:
步骤S610,接收由显示设备的主处理器发送的第二视频数据,第二视频数据是主处理器从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息后得到的;Step S610, receiving the second video data sent by the main processor of the display device, the second video data is obtained by the main processor after filtering out repeated frame data from the first video data and adding instruction information for the repeated frame data;
步骤S620,根据上述指示信息确定重复帧数据;Step S620, determining repeated frame data according to the above indication information;
步骤S630,基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。Step S630, based on the second video data and the repeated frame data, control the display device to display the video picture corresponding to the first video data.
其中,显示处理器120可以根据第二视频数据中的指示信息,确定被滤除的重复帧数据对应的被重复帧数据、帧数以及位置等信息。Wherein, the display processor 120 may determine information such as repeated frame data, frame number, and position corresponding to the filtered repeated frame data according to the indication information in the second video data.
在一种实施方式中,第二视频数据中的指示信息可以包括重复帧指示位,显示处理器120可以通过解析重复帧指示位,根据该重复帧指示位的数值确定重复帧数据的信息。In one embodiment, the indication information in the second video data may include a repeated frame indication bit, and the display processor 120 may determine the information of the repeated frame data according to the value of the repeated frame indication bit by analyzing the repeated frame indication bit.
在一种实施方式中,第二视频数据中的每一帧均包括重复帧指示位,显示处理器120可以逐帧解析重复帧指示位,以确定每一帧数据是否被重复以及被重复的帧数。In one embodiment, each frame in the second video data includes a repeated frame indicator bit, and the display processor 120 can analyze the repeated frame indicator bit frame by frame to determine whether each frame of data is repeated and the repeated frame number.
显示处理器120可以结合第二视频数据以及指示信息,解析出被滤除的重复帧数据。示例性的,显示处理器120根据指示信息确定重复帧数据的位置、帧数、对应的被重复帧数据等,从第二视频数据中读取被重复帧数据,从而还原出重复帧数据。The display processor 120 may combine the second video data and the indication information to parse out the filtered repeated frame data. Exemplarily, the display processor 120 determines the position of the repeated frame data, the number of frames, the corresponding repeated frame data, etc. according to the indication information, and reads the repeated frame data from the second video data, thereby restoring the repeated frame data.
在一种实施方式中,第二视频数据包括填充在被滤除的重复帧数据的位置处的替换值。显示处理器120根据指示信息,可以忽略第二视频数据中的替换值,以减少数据处理量。举例来说,显示处理器120对第二视频数据中的第i帧的重复帧指示位进行解析,确定接下来的p帧为重复帧,则可以对接下来的p帧数据予以忽略,并重复调用第i帧的数据以作为该p帧重复帧数据。In one embodiment, the second video data includes replacement values filled at the positions of the filtered repeated frame data. The display processor 120 may ignore the replacement value in the second video data according to the indication information, so as to reduce the amount of data processing. For example, the display processor 120 analyzes the repeated frame indicator bit of the i-th frame in the second video data, and determines that the next p frames are repeated frames, then the next p frames of data can be ignored, and repeatedly call The data of the i-th frame is used as the repeated frame data of the p-frame.
显示处理器120在解析出重复帧数据后,可以控制显示设备显示第一视频数据对应的视频画面,第二视频数据与重复帧数据相当于第一视频数据,由此能够完全还原出待显示的视频画面。After the display processor 120 parses out the repeated frame data, it can control the display device to display the video picture corresponding to the first video data. The second video data and the repeated frame data are equivalent to the first video data, so that the image to be displayed can be completely restored. video footage.
基于上述方法,简化了显示处理器对视频数据的处理,从而减少了数据处理过程中显示设备所产生的辐射,有利于降低对用户身体健康的负面影响。Based on the above method, the processing of the video data by the display processor is simplified, thereby reducing the radiation generated by the display device during data processing, which is beneficial to reducing the negative impact on the user's health.
图7示出了显示设备的数据处理方法的示例性交互流程,包括:Fig. 7 shows an exemplary interaction flow of a data processing method of a display device, including:
步骤S710,主处理器110检测第一视频数据是否存在连续N帧相同画面的数据,若否,则执行步骤S720,若是,则执行步骤S730;Step S710, the main processor 110 detects whether there are consecutive N frames of the same picture data in the first video data, if not, execute step S720, if yes, execute step S730;
步骤S720,主处理器110将第一视频数据作为第二视频数据发送至显示处理器120;Step S720, the main processor 110 sends the first video data to the display processor 120 as the second video data;
步骤S730,主处理器110将后N-1帧数据替换为预设值,并设置重复帧指示位,得到第二视频数据,并发送至显示处理器120;Step S730, the main processor 110 replaces the last N-1 frame data with a preset value, and sets the repeated frame indicator bit to obtain the second video data, and sends it to the display processor 120;
步骤S740,显示处理器120接收第二视频数据;Step S740, the display processor 120 receives the second video data;
步骤S750,显示处理器120解析第二视频数据,识别是否存在重复帧数据,若否,则执行步骤S760,若是,则执行步骤S770;In step S750, the display processor 120 analyzes the second video data to identify whether there is repeated frame data, if not, execute step S760, and if yes, execute step S770;
步骤S760,正常处理第二视频数据,以进行显示;Step S760, normally process the second video data for display;
步骤S770,将被重复帧数据写入内容,并在接下来的N-1帧重复调用,以进行显示。In step S770, the data of the repeated frame is written into the content, and called repeatedly in the next N-1 frames for display.
第二视频数据与第一视频数据相比,其数据量得到降低,由此减少了数据传输与处理过程中显示设备100所产生的辐射,并且还降低了显示设备100的功耗。Compared with the first video data, the data amount of the second video data is reduced, thereby reducing radiation generated by the display device 100 during data transmission and processing, and also reducing power consumption of the display device 100 .
本公开的示例性实施方式还提供一种显示设备的数据处理装置,应用于显示设备100的主处理器110。参考图8所示,该显示设备的数据处理装置800可以包括:The exemplary embodiment of the present disclosure also provides a data processing apparatus of a display device, which is applied to the main processor 110 of the display device 100 . Referring to FIG. 8, the data processing apparatus 800 of the display device may include:
数据获取模块810,被配置为获取第一视频数据中的重复帧数据,第一视频数据包括待传输的连续多帧数据;The data acquisition module 810 is configured to acquire repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
数据处理模块820,被配置为从第一视频数据中滤除重复帧数据并添加针对重复帧数据的信指示息,得到第二视频数据;The data processing module 820 is configured to filter out repeated frame data from the first video data and add information indicating information for the repeated frame data to obtain second video data;
数据发送模块830,被配置为将第二视频数据发送至显示设备的显示处理器,使显示处理器根据指示信息确定重复帧数据,并基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。The data sending module 830 is configured to send the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and controls the display device to display the first video data based on the second video data and the repeated frame data. The video frame corresponding to the video data.
在一种实施方式中,第一视频数据包括k组子视频数据,第一视频数据中的k组子视频数据与显示设备的k个显示区域一一对应,k为不小于2的正整数;上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据,可以包括:In one embodiment, the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2; The above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include:
对存在重复帧数据的子视频数据滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据。The repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
在一种实施方式中,上述将第二视频数据发送至显示设备的显示处理器,包括:In one embodiment, the above-mentioned sending the second video data to the display processor of the display device includes:
分别通过k个信号传输通道将k组子视频数据发送至显示处理器,其中k个信号传输通道与k个显示区域一一对应,每个信号传输通道用于传输第二视频数据中的一组子视频数据。Send k groups of sub-video data to the display processor through k signal transmission channels, wherein the k signal transmission channels correspond to k display areas one by one, and each signal transmission channel is used to transmit a group of second video data sub video data.
在一种实施方式中,上述获取第一视频数据中的重复帧数据,包括:In one embodiment, the acquisition of repeated frame data in the first video data includes:
检测到第一视频数据中的连续N帧画面相同的数据,将该连续N帧画面相同的数据中 的后N-1帧数据确定为重复帧数据,N为不小于2的正整数。Detecting the same data in consecutive N frames of pictures in the first video data, determining the N-1 frame data in the same data of the continuous N frames of pictures as repeated frame data, N is a positive integer not less than 2.
在一种实施方式中,指示信息包括第二视频数据中的重复帧指示位;上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,包括:In one embodiment, the indication information includes a repeated frame indication bit in the second video data; the above-mentioned filtering of the repeated frame data from the first video data and adding the indication information for the repeated frame data includes:
从第一视频数据中滤除重复帧数据;filtering out repeated frame data from the first video data;
根据被滤除的重复帧数据的信息,对重复帧指示位进行赋值。According to the information of the filtered repeated frame data, assign a value to the repeated frame indicator bit.
在一种实施方式中,第二视频数据中的每一帧数据均包括重复帧指示位,重复帧指示位用于指示每一帧数据被重复的帧数。In an implementation manner, each frame of data in the second video data includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate the number of repeated frames of each frame of data.
在一种实施方式中,数据处理模块820,还被配置为:In one embodiment, the data processing module 820 is further configured to:
在从第一视频数据中滤除重复帧数据时,在第二视频数据中被滤除的重复帧数据的位置填充替换值。When the repeated frame data is filtered out from the first video data, the positions of the filtered repeated frame data in the second video data are filled with replacement values.
在一种实施方式中,替换值是第一视频数据中被重复帧数据的标识或序号。In one embodiment, the replacement value is an identifier or sequence number of the repeated frame data in the first video data.
在一种实施方式中,指示信息包括以下至少一种:重复帧数据的帧数、位置、被重复帧数据的信息。In one embodiment, the indication information includes at least one of the following: frame number and position of the repeated frame data, and information about the repeated frame data.
本公开的示例性实施方式还提供另一种显示设备的数据处理装置,应用于显示设备100的主处理器110。参考图9所示,该显示设备的数据处理装置900可以包括处理器910与存储器920。存储器920存储有以下程序模块:The exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the main processor 110 of the display device 100 . Referring to FIG. 9 , the data processing apparatus 900 of the display device may include a processor 910 and a memory 920 . The memory 920 stores the following program modules:
数据获取模块921,被配置为获取第一视频数据中的重复帧数据,第一视频数据包括待传输的连续多帧数据;The data acquisition module 921 is configured to acquire repeated frame data in the first video data, where the first video data includes continuous multi-frame data to be transmitted;
数据处理模块922,被配置为从第一视频数据中滤除重复帧数据并添加针对重复帧数据的信指示息,得到第二视频数据;The data processing module 922 is configured to filter out repeated frame data from the first video data and add information indicating information for the repeated frame data to obtain second video data;
数据发送模块923,被配置为将第二视频数据发送至显示设备的显示处理器,使显示处理器根据指示信息确定重复帧数据,并基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面;The data sending module 923 is configured to send the second video data to the display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and controls the display device to display the first video data based on the second video data and the repeated frame data. The video picture corresponding to the video data;
处理器910用于执行以上程序模块。The processor 910 is used to execute the above program modules.
在一种实施方式中,第一视频数据包括k组子视频数据,第一视频数据中的k组子视频数据与显示设备的k个显示区域一一对应,k为不小于2的正整数;上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据,可以包括:In one embodiment, the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data correspond to k display areas of the display device one-to-one, and k is a positive integer not less than 2; The above-mentioned filtering of repeated frame data from the first video data and adding indication information for the repeated frame data to obtain the second video data may include:
对存在重复帧数据的子视频数据滤除重复帧数据并添加针对重复帧数据的指示信息,得到第二视频数据。The repeated frame data is filtered out for the sub-video data in which the repeated frame data exists, and indication information for the repeated frame data is added to obtain the second video data.
在一种实施方式中,上述将第二视频数据发送至显示设备的显示处理器,包括:In one embodiment, the above-mentioned sending the second video data to the display processor of the display device includes:
分别通过k个信号传输通道将k组子视频数据发送至显示处理器,其中k个信号传输通道与k个显示区域一一对应,每个信号传输通道用于传输第二视频数据中的一组子视频数据。Send k groups of sub-video data to the display processor through k signal transmission channels, wherein the k signal transmission channels correspond to k display areas one by one, and each signal transmission channel is used to transmit a group of second video data sub video data.
在一种实施方式中,上述获取第一视频数据中的重复帧数据,包括:In one embodiment, the acquisition of repeated frame data in the first video data includes:
检测到第一视频数据中的连续N帧画面相同的数据,将该连续N帧画面相同的数据中 的后N-1帧数据确定为重复帧数据,N为不小于2的正整数。Detecting the same data in consecutive N frames of pictures in the first video data, determining the N-1 frame data in the same data of the continuous N frames of pictures as repeated frame data, N is a positive integer not less than 2.
在一种实施方式中,指示信息包括第二视频数据中的重复帧指示位;上述从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息,包括:In one embodiment, the indication information includes a repeated frame indication bit in the second video data; the above-mentioned filtering of the repeated frame data from the first video data and adding the indication information for the repeated frame data includes:
从第一视频数据中滤除重复帧数据;filtering out repeated frame data from the first video data;
根据被滤除的重复帧数据的信息,对重复帧指示位进行赋值。According to the information of the filtered repeated frame data, assign a value to the repeated frame indicator bit.
在一种实施方式中,第二视频数据中的每一帧数据均包括重复帧指示位,重复帧指示位用于指示每一帧数据被重复的帧数。In an implementation manner, each frame of data in the second video data includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate the number of repeated frames of each frame of data.
在一种实施方式中,数据处理模块922,还被配置为:In one embodiment, the data processing module 922 is further configured to:
在从第一视频数据中滤除重复帧数据时,在第二视频数据中被滤除的重复帧数据的位置填充替换值。When the repeated frame data is filtered out from the first video data, the positions of the filtered repeated frame data in the second video data are filled with replacement values.
在一种实施方式中,替换值是第一视频数据中被重复帧数据的标识或序号。In one embodiment, the replacement value is an identifier or sequence number of the repeated frame data in the first video data.
在一种实施方式中,指示信息包括以下至少一种:重复帧数据的帧数、位置、被重复帧数据的信息。In one embodiment, the indication information includes at least one of the following: frame number and position of the repeated frame data, and information about the repeated frame data.
本公开的示例性实施方式还提供另一种显示设备的数据处理装置,应用于显示设备100的显示处理器120。参考图10所示,该显示设备的数据处理装置1000可以包括:The exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the display processor 120 of the display device 100 . Referring to FIG. 10, the data processing apparatus 1000 of the display device may include:
数据接收模块1010,被配置为接收由显示设备的主处理器传输的第二视频数据,第二视频数据是主处理器从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信息后得到的;The data receiving module 1010 is configured to receive the second video data transmitted by the main processor of the display device, the second video data is that the main processor filters out repeated frame data from the first video data and adds an indication for the repeated frame data obtained after the information;
数据解析模块1020,被配置为根据上述指示信息确定重复帧数据;The data parsing module 1020 is configured to determine repeated frame data according to the above indication information;
显示控制模块1030,被配置为基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。The display control module 1030 is configured to control the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
在一种实施方式中,指示信息包括重复帧指示位,重复帧指示位用于指示重复帧数据的信息。In one embodiment, the indication information includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate information of the repeated frame data.
在一种实施方式中,第二视频数据中的每一帧均包括重复帧指示位;上述根据指示信息确定重复帧数据,包括:In one embodiment, each frame in the second video data includes a repeated frame indication bit; the above-mentioned determination of the repeated frame data according to the indication information includes:
逐帧解析重复帧指示位,确定第二视频数据中的每一帧是否被重复以及被重复的帧数,以还原出重复帧数据。The repeated frame indication bit is analyzed frame by frame to determine whether each frame in the second video data is repeated and the number of repeated frames, so as to restore the repeated frame data.
在一种实施方式中,第二视频数据包括填充在被滤除的重复帧数据的位置处的替换值;数据解析模块1020,被配置为:In one embodiment, the second video data includes a replacement value filled at the position of the filtered repeated frame data; the data parsing module 1020 is configured to:
在根据指示信息确定重复帧数据时,忽略第二视频数据中的替换值。When the repeated frame data is determined according to the indication information, the replacement value in the second video data is ignored.
本公开的示例性实施方式还提供另一种显示设备的数据处理装置,应用于显示设备100的显示处理器120。参考图11所示,该显示设备的数据处理装置1100可以包括处理器1110与存储器1120。存储器1120存储有以下程序模块::The exemplary embodiment of the present disclosure also provides another data processing apparatus for a display device, which is applied to the display processor 120 of the display device 100 . Referring to FIG. 11 , the data processing apparatus 1100 of the display device may include a processor 1110 and a memory 1120 . The memory 1120 stores the following program modules:
数据接收模块1121,被配置为接收由显示设备的主处理器传输的第二视频数据,第二视频数据是主处理器从第一视频数据中滤除重复帧数据并添加针对重复帧数据的指示信 息后得到的;The data receiving module 1121 is configured to receive the second video data transmitted by the main processor of the display device, the second video data is that the main processor filters out repeated frame data from the first video data and adds an indication for the repeated frame data obtained after the information;
数据解析模块1122,被配置为根据上述指示信息确定重复帧数据;The data parsing module 1122 is configured to determine repeated frame data according to the above indication information;
显示控制模块1133,被配置为基于第二视频数据与重复帧数据控制显示设备显示第一视频数据对应的视频画面。The display control module 1133 is configured to control the display device to display the video picture corresponding to the first video data based on the second video data and the repeated frame data.
在一种实施方式中,指示信息包括重复帧指示位,重复帧指示位用于指示重复帧数据的信息。In one embodiment, the indication information includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate information of the repeated frame data.
在一种实施方式中,第二视频数据中的每一帧均包括重复帧指示位;上述根据指示信息确定重复帧数据,包括:In one embodiment, each frame in the second video data includes a repeated frame indication bit; the above-mentioned determination of the repeated frame data according to the indication information includes:
逐帧解析重复帧指示位,确定第二视频数据中的每一帧是否被重复以及被重复的帧数,以还原出重复帧数据。Analyzing the repeating frame indication bit frame by frame to determine whether each frame in the second video data is repeated and the number of repeated frames, so as to restore the repeated frame data.
在一种实施方式中,第二视频数据包括填充在被滤除的重复帧数据的位置处的替换值;数据解析模块1122,被配置为:In one embodiment, the second video data includes a replacement value filled at the position of the filtered repeated frame data; the data parsing module 1122 is configured to:
在根据指示信息确定重复帧数据时,忽略第二视频数据中的替换值。When the repeated frame data is determined according to the indication information, the replacement value in the second video data is ignored.
上述装置中各部分的具体细节在方法部分实施方式中已经详细说明,未披露的细节内容可以参见方法部分的实施方式内容,因而不再赘述。The specific details of each part of the above-mentioned device have been described in detail in the implementation of the method, and details that are not disclosed can be found in the implementation of the method, so details are not repeated here.
本公开的示例性实施方式还提供了一种计算机可读存储介质,可以实现为一种程序产品的形式,其包括程序代码,当该程序产品在电子设备上运行时,程序代码用于使电子设备执行(更具体地说,是使电子设备的处理器执行)本说明书上述“示例性方法”部分中描述的各种示例性实施方式的步骤。Exemplary embodiments of the present disclosure also provide a computer-readable storage medium, which can be realized in the form of a program product, which includes program code, and when the program product is run on the electronic device, the program code is used to make the electronic device The device executes (more specifically, causes the processor of the electronic device to execute) the steps of the various exemplary embodiments described in the "Exemplary Methods" section above in this specification.
在一种实施方式中,该程序产品可以实现为便携式紧凑盘只读存储器(CD-ROM)并包括程序代码,并可以在电子设备,例如个人电脑上运行。然而,本公开的程序产品不限于此,在本文件中,可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。In one embodiment, the program product can be implemented as a portable compact disk read only memory (CD-ROM) and include program code, and can run on an electronic device, such as a personal computer. However, the program product of the present disclosure is not limited thereto. In this document, a readable storage medium may be any tangible medium containing or storing a program, and the program may be used by or in combination with an instruction execution system, apparatus or device.
程序产品可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质包括但不限于电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、CD-ROM、光存储器件、磁存储器件、或者上述的任意合适的组合。A program product may take the form of any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium includes, but is not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or any combination thereof. More specific examples (non-exhaustive list) of readable storage media include: electrical connection with one or more conductors, portable disk, hard disk, random access memory (RAM), read only memory (ROM), erasable Programmable read-only memory (EPROM or flash memory), optical fiber, CD-ROM, optical storage device, magnetic storage device, or any suitable combination of the above.
计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了可读程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。可读信号介质还可以是可读存储介质以外的任何可读介质,该可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。A computer readable signal medium may include a data signal carrying readable program code in baseband or as part of a carrier wave. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing. A readable signal medium may also be any readable medium other than a readable storage medium that can transmit, propagate, or transport a program for use by or in conjunction with an instruction execution system, apparatus, or device.
可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于无线、有线、 光缆、RF等等,或者上述的任意合适的组合。Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
可以以一种或多种程序设计语言的任意组合来编写用于执行本公开操作的程序代码,程序设计语言包括面向对象的程序设计语言—诸如Java、C++等,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行、作为一个独立的软件包执行、部分在用户计算设备上部分在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。在涉及远程计算设备的情形中,远程计算设备可以通过任意种类的网络,包括局域网(LAN)或广域网(WAN),连接到用户计算设备,或者,可以连接到外部计算设备(例如利用因特网服务提供商来通过因特网连接)。Program code for performing the operations of the present disclosure may be written in any combination of one or more programming languages, including object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural programming Language - such as "C" or similar programming language. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server to execute. In cases involving a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computing device (e.g., using an Internet service provider). business to connect via the Internet).
应当注意,尽管在上文详细描述中提及了用于动作执行的设备的若干模块或者单元,但是这种划分并非强制性的。实际上,根据本公开的示例性实施方式,上文描述的两个或更多模块或者单元的特征和功能可以在一个模块或者单元中具体化。反之,上文描述的一个模块或者单元的特征和功能可以进一步划分为由多个模块或者单元来具体化。It should be noted that although several modules or units of the device for action execution are mentioned in the above detailed description, this division is not mandatory. Actually, according to the exemplary embodiment of the present disclosure, the features and functions of two or more modules or units described above may be embodied in one module or unit. Conversely, the features and functions of one module or unit described above can be further divided to be embodied by a plurality of modules or units.
所属技术领域的技术人员能够理解,本公开的各个方面可以实现为系统、方法或程序产品。因此,本公开的各个方面可以具体实现为以下形式,即:完全的硬件实施方式、完全的软件实施方式(包括固件、微代码等),或硬件和软件方面结合的实施方式,这里可以统称为“电路”、“模块”或“系统”。本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本公开的其他实施方式。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施方式仅被视为示例性的,本公开的真正范围和精神由权利要求指出。Those skilled in the art can understand that various aspects of the present disclosure can be implemented as a system, method or program product. Therefore, various aspects of the present disclosure can be embodied in the following forms, namely: a complete hardware implementation, a complete software implementation (including firmware, microcode, etc.), or a combination of hardware and software, which can be collectively referred to herein as "circuit", "module" or "system". Other embodiments of the present disclosure will be readily apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any modification, use or adaptation of the present disclosure, and these modifications, uses or adaptations follow the general principles of the present disclosure and include common knowledge or conventional technical means in the technical field not disclosed in the present disclosure . The specification and embodiments are to be considered as exemplary only, with the true scope and spirit of the disclosure indicated by the appended claims.
应当理解的是,本公开并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本公开的范围仅由所附的权利要求来限定。It should be understood that the present disclosure is not limited to the precise constructions which have been described above and shown in the drawings, and various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (20)

  1. 一种显示设备的数据处理方法,其中,应用于显示设备的主处理器,所述方法包括:A data processing method for a display device, wherein, applied to a main processor of the display device, the method includes:
    获取第一视频数据中的重复帧数据,所述第一视频数据包括待显示的连续多帧数据;Obtaining repeated frame data in the first video data, the first video data including continuous multi-frame data to be displayed;
    从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据;filtering out the repeated frame data from the first video data and adding indication information for the repeated frame data to obtain second video data;
    将所述第二视频数据发送至所述显示设备的显示处理器,使所述显示处理器根据所述指示信息确定所述重复帧数据,并基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。sending the second video data to a display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and based on the second video data and the repeated frame data and controlling the display device to display a video picture corresponding to the first video data.
  2. 根据权利要求1所述的方法,其中,所述第一视频数据包括k组子视频数据,所述第一视频数据中的k组子视频数据与所述显示设备的k个显示区域一一对应,k为不小于2的正整数;从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据,包括:The method according to claim 1, wherein the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data are in one-to-one correspondence with the k display areas of the display device , k is a positive integer not less than 2; filter out the repeated frame data from the first video data and add indication information for the repeated frame data to obtain the second video data, including:
    对存在重复帧数据的所述子视频数据滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到所述第二视频数据。The second video data is obtained by filtering out the repeated frame data and adding indication information for the repeated frame data to the sub-video data in which the repeated frame data exists.
  3. 根据权利要求2所述的方法,其中,所述将所述第二视频数据发送至所述显示设备的显示处理器,包括:The method according to claim 2, wherein said sending said second video data to a display processor of said display device comprises:
    分别通过k个信号传输通道将所述k组子视频数据发送至所述显示处理器,其中所述k个信号传输通道与所述k个显示区域一一对应,每个信号传输通道用于传输所述第二视频数据中的一组子视频数据。Send the k groups of sub-video data to the display processor through k signal transmission channels, wherein the k signal transmission channels correspond to the k display areas one by one, and each signal transmission channel is used for transmission A set of sub-video data in the second video data.
  4. 根据权利要求1所述的方法,其中,所述获取第一视频数据中的重复帧数据,包括:The method according to claim 1, wherein said obtaining repeated frame data in the first video data comprises:
    检测所述第一视频数据中的连续N帧画面相同的数据,将所述连续N帧画面相同的数据中的后N-1帧数据确定为重复帧数据,N为不小于2的正整数。Detecting the same data in consecutive N frames of pictures in the first video data, and determining the last N-1 frames of data in the data of the same consecutive N frames of pictures as repeated frame data, where N is a positive integer not less than 2.
  5. 根据权利要求1所述的方法,其中,所述指示信息包括所述第二视频数据中的重复帧指示位;所述从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,包括:The method according to claim 1, wherein the indication information comprises a repeated frame indication bit in the second video data; the filtering out the repeated frame data from the first video data and adding the Instructions for repeating frame data, including:
    从所述第一视频数据中滤除所述重复帧数据;filtering out the repeated frame data from the first video data;
    根据被滤除的所述重复帧数据的信息,对所述重复帧指示位进行赋值。Assign a value to the repeated frame indicator bit according to the information of the repeated frame data that is filtered out.
  6. 根据权利要求5所述的方法,其中,所述第二视频数据中的每一帧数据均包括所述重复帧指示位,所述重复帧指示位用于指示每一帧数据被重复的帧数。The method according to claim 5, wherein each frame of data in the second video data includes the repeated frame indicator bit, and the repeated frame indicator bit is used to indicate the number of frames for which each frame of data is repeated .
  7. 根据权利要求1所述的方法,其中,在从所述第一视频数据中滤除所述重复帧数据时,所述方法还包括:The method according to claim 1, wherein, when filtering out the repeated frame data from the first video data, the method further comprises:
    在所述第二视频数据中被滤除的所述重复帧数据的位置填充替换值。The position of the repeated frame data that is filtered out in the second video data is filled with a replacement value.
  8. 根据权利要求7所述的方法,其中,所述替换值是所述第一视频数据中被重复帧数据的标识或序号。The method according to claim 7, wherein the replacement value is an identifier or a sequence number of repeated frame data in the first video data.
  9. 根据权利要求1所述的方法,其中,所述指示信息包括以下至少一种:所述重复帧 数据的帧数、位置、被重复帧数据的信息。The method according to claim 1, wherein the indication information includes at least one of the following: the frame number, position, and information of the repeated frame data of the repeated frame data.
  10. 一种显示设备的数据处理方法,其中,应用于显示设备的显示处理器,所述方法包括:A data processing method for a display device, wherein, applied to a display processor of the display device, the method includes:
    接收由所述显示设备的主处理器发送的第二视频数据,所述第二视频数据是所述主处理器从第一视频数据中滤除重复帧数据并添加针对所述重复帧数据的指示信息后得到的;receiving second video data sent by the main processor of the display device, the second video data is the main processor filtering out repeated frame data from the first video data and adding an indication for the repeated frame data obtained after the information;
    根据所述指示信息确定所述重复帧数据;determining the repeated frame data according to the indication information;
    基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。controlling the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
  11. 根据权利要求10所述的方法,其中,所述指示信息包括重复帧指示位,所述重复帧指示位用于指示所述重复帧数据的信息。The method according to claim 10, wherein the indication information includes a repeated frame indication bit, and the repeated frame indication bit is used to indicate information of the repeated frame data.
  12. 根据权利要求11所述的方法,其中,所述第二视频数据中的每一帧均包括所述重复帧指示位;所述根据所述指示信息确定所述重复帧数据,包括:The method according to claim 11, wherein each frame of the second video data includes the repeated frame indication bit; and determining the repeated frame data according to the indication information comprises:
    逐帧解析所述重复帧指示位,确定所述第二视频数据中的每一帧是否被重复以及被重复的帧数,以还原出所述重复帧数据。Analyzing the repeated frame indication bit frame by frame, determining whether each frame in the second video data is repeated and the number of repeated frames, so as to restore the repeated frame data.
  13. 根据权利要求10所述的方法,其中,所述第二视频数据包括填充在被滤除的所述重复帧数据的位置处的替换值;在根据所述指示信息确定所述重复帧数据时,所述方法还包括:The method according to claim 10, wherein the second video data includes a replacement value filled at the position of the filtered repeated frame data; when the repeated frame data is determined according to the indication information, The method also includes:
    忽略所述第二视频数据中的替换值。Substitution values in the second video data are ignored.
  14. 一种显示设备的数据处理装置,其中,应用于显示设备的主处理器,所述装置包括处理器与存储器;所述处理器用于执行所述存储器中存储的以下程序模块:A data processing device for a display device, wherein, applied to a main processor of a display device, the device includes a processor and a memory; the processor is used to execute the following program modules stored in the memory:
    数据获取模块,被配置为获取第一视频数据中的重复帧数据,所述第一视频数据包括待传输的连续多帧数据;A data acquisition module configured to acquire repeated frame data in the first video data, the first video data including continuous multi-frame data to be transmitted;
    数据处理模块,被配置为从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据;A data processing module configured to filter out the repeated frame data from the first video data and add indication information for the repeated frame data to obtain second video data;
    数据发送模块,被配置为将所述第二视频数据发送至所述显示设备的显示处理器,使所述显示处理器根据所述指示信息确定所述重复帧数据,并基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。A data sending module, configured to send the second video data to a display processor of the display device, so that the display processor determines the repeated frame data according to the indication information, and based on the second video The data and the repeated frame data control the display device to display a video picture corresponding to the first video data.
  15. 根据权利要求14所述的装置,其中,所述第一视频数据包括k组子视频数据,所述第一视频数据中的k组子视频数据与所述显示设备的k个显示区域一一对应,k为不小于2的正整数;从所述第一视频数据中滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到第二视频数据,包括:The apparatus according to claim 14, wherein the first video data includes k groups of sub-video data, and the k groups of sub-video data in the first video data correspond to k display areas of the display device one-to-one , k is a positive integer not less than 2; filter out the repeated frame data from the first video data and add indication information for the repeated frame data to obtain the second video data, including:
    对存在重复帧数据的所述子视频数据滤除所述重复帧数据并添加针对所述重复帧数据的指示信息,得到所述第二视频数据。The second video data is obtained by filtering out the repeated frame data and adding indication information for the repeated frame data to the sub-video data in which the repeated frame data exists.
  16. 根据权利要求15所述的装置,其中,所述将所述第二视频数据发送至所述显示设备的显示处理器,包括:The apparatus according to claim 15, wherein said sending said second video data to a display processor of said display device comprises:
    分别通过k个信号传输通道将所述k组子视频数据发送至所述显示处理器,其中所述k个信号传输通道与所述k个显示区域一一对应,每个信号传输通道用于传输所述第二视频数据中的一组子视频数据。Send the k groups of sub-video data to the display processor through k signal transmission channels, wherein the k signal transmission channels correspond to the k display areas one by one, and each signal transmission channel is used for transmission A set of sub-video data in the second video data.
  17. 根据权利要求14所述的装置,其中,所述获取第一视频数据中的重复帧数据,包括:The device according to claim 14, wherein said obtaining repeated frame data in the first video data comprises:
    检测所述第一视频数据中的连续N帧画面相同的数据,将所述连续N帧画面相同的数据中的后N-1帧数据确定为重复帧数据,N为不小于2的正整数。Detecting the same data in consecutive N frames of pictures in the first video data, and determining the last N-1 frames of data in the data of the same consecutive N frames of pictures as repeated frame data, where N is a positive integer not less than 2.
  18. 一种显示设备的数据处理装置,其中,应用于显示设备的显示处理器,所述装置包括处理器与存储器;所述处理器用于执行所述存储器中存储的以下程序模块:A data processing device for a display device, wherein, applied to a display processor of a display device, the device includes a processor and a memory; the processor is used to execute the following program modules stored in the memory:
    数据接收模块,被配置为接收由所述显示设备的主处理器传输的第二视频数据,所述第二视频数据是所述主处理器从第一视频数据中滤除重复帧数据并添加针对所述重复帧数据的指示信息后得到的;The data receiving module is configured to receive the second video data transmitted by the main processor of the display device, the second video data is the main processor filtering out repeated frame data from the first video data and adding Obtained after the indication information of the repeated frame data;
    数据解析模块,被配置为根据所述指示信息确定所述重复帧数据;A data parsing module configured to determine the repeated frame data according to the indication information;
    显示控制模块,被配置为基于所述第二视频数据与所述重复帧数据控制所述显示设备显示所述第一视频数据对应的视频画面。A display control module configured to control the display device to display a video picture corresponding to the first video data based on the second video data and the repeated frame data.
  19. 一种计算机可读存储介质,其上存储有计算机程序,其中,所述计算机程序被处理器执行时实现权利要求1至13任一项所述的方法。A computer-readable storage medium on which a computer program is stored, wherein the computer program implements the method according to any one of claims 1 to 13 when executed by a processor.
  20. 一种显示设备,其中,包括:A display device, comprising:
    主处理器;main processor;
    显示处理器;以及display processor; and
    存储器,用于存储可执行指令;memory for storing executable instructions;
    其中,所述主处理器配置为经由执行所述可执行指令来实现权利要求1至9任一项所述的方法;或者所述显示处理器配置为经由执行所述可执行指令来实现权利要求10至13任一项所述的方法。Wherein, the main processor is configured to implement the method of any one of claims 1 to 9 by executing the executable instructions; or the display processor is configured to implement the claims by executing the executable instructions The method described in any one of 10 to 13.
PCT/CN2022/118945 2021-10-26 2022-09-15 Data processing method and apparatus for display device, and storage medium and display device WO2023071589A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111249950.4A CN116033216A (en) 2021-10-26 2021-10-26 Data processing method and device of display device, storage medium and display device
CN202111249950.4 2021-10-26

Publications (1)

Publication Number Publication Date
WO2023071589A1 true WO2023071589A1 (en) 2023-05-04

Family

ID=86078248

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/118945 WO2023071589A1 (en) 2021-10-26 2022-09-15 Data processing method and apparatus for display device, and storage medium and display device

Country Status (2)

Country Link
CN (1) CN116033216A (en)
WO (1) WO2023071589A1 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001045437A (en) * 1999-07-29 2001-02-16 Matsushita Electric Ind Co Ltd Recorder, reproducing device, vtr and program recording medium
CN1826805A (en) * 2003-07-24 2006-08-30 皇家飞利浦电子股份有限公司 Optimisation of stored video data
KR20070119549A (en) * 2006-06-15 2007-12-20 소니 가부시끼 가이샤 Image recording apparatus, image reproducing apparatus, image recording method, and image reproducing method
CN104010151A (en) * 2014-06-13 2014-08-27 深圳市景阳科技股份有限公司 Method for compressing monitoring video file
CN104079950A (en) * 2014-07-04 2014-10-01 福建天晴数码有限公司 Video output processing method, device and system and video receiving processing method, device and system
CN105191321A (en) * 2013-03-15 2015-12-23 株式会社理光 Distribution control system, distribution control method, and computer-readable storage medium
CN105187733A (en) * 2014-06-06 2015-12-23 腾讯科技(北京)有限公司 Video processing method, device and terminal
CN107360386A (en) * 2016-05-09 2017-11-17 杭州登虹科技有限公司 Reduce the method for multi-medium file size
CN107835424A (en) * 2017-12-18 2018-03-23 合肥亚慕信息科技有限公司 A kind of media sync transmission player method based on data perception
CN110781859A (en) * 2019-11-05 2020-02-11 深圳奇迹智慧网络有限公司 Image annotation method and device, computer equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW303569B (en) * 1995-09-29 1997-04-21 Matsushita Electric Ind Co Ltd
JP6085739B1 (en) * 2016-04-12 2017-03-01 株式会社セレブレクス Low power consumption display device
CA3070812A1 (en) * 2019-03-13 2020-09-13 Alexander GILADI Method and apparatus for content-adaptive frame duration extension
CN111935506B (en) * 2020-08-19 2023-03-28 百度时代网络技术(北京)有限公司 Method and apparatus for determining repeating video frames

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001045437A (en) * 1999-07-29 2001-02-16 Matsushita Electric Ind Co Ltd Recorder, reproducing device, vtr and program recording medium
CN1826805A (en) * 2003-07-24 2006-08-30 皇家飞利浦电子股份有限公司 Optimisation of stored video data
KR20070119549A (en) * 2006-06-15 2007-12-20 소니 가부시끼 가이샤 Image recording apparatus, image reproducing apparatus, image recording method, and image reproducing method
CN105191321A (en) * 2013-03-15 2015-12-23 株式会社理光 Distribution control system, distribution control method, and computer-readable storage medium
CN105187733A (en) * 2014-06-06 2015-12-23 腾讯科技(北京)有限公司 Video processing method, device and terminal
CN104010151A (en) * 2014-06-13 2014-08-27 深圳市景阳科技股份有限公司 Method for compressing monitoring video file
CN104079950A (en) * 2014-07-04 2014-10-01 福建天晴数码有限公司 Video output processing method, device and system and video receiving processing method, device and system
CN107360386A (en) * 2016-05-09 2017-11-17 杭州登虹科技有限公司 Reduce the method for multi-medium file size
CN107835424A (en) * 2017-12-18 2018-03-23 合肥亚慕信息科技有限公司 A kind of media sync transmission player method based on data perception
CN110781859A (en) * 2019-11-05 2020-02-11 深圳奇迹智慧网络有限公司 Image annotation method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN116033216A (en) 2023-04-28

Similar Documents

Publication Publication Date Title
US20200195936A1 (en) Devices and methods for identifying a leading picture
CN111580765B (en) Screen projection method, screen projection device, storage medium, screen projection equipment and screen projection equipment
US20200036983A1 (en) Picture file procesing method and apparatus, and storage medium
US20190222623A1 (en) Picture file processing method, picture file processing device, and storage medium
US8520734B1 (en) Method and system for remotely communicating a computer rendered image sequence
US7899260B2 (en) Method and apparatus for generating thumbnail of digital image
TWI672939B (en) Method, device and storage medium for processing image file
US20080005128A1 (en) Method and system for addition of video thumbnail
US20130272619A1 (en) Devices for identifying a leading picture
TW201836354A (en) Method, apparatus and system for encoding and decoding video data
JP2010171609A (en) Image processing apparatus
US20170063958A1 (en) Systems and methods for constraining a bitstream
WO2023071589A1 (en) Data processing method and apparatus for display device, and storage medium and display device
US20180288426A1 (en) Method and apparatus for image compression that employs multiple index color history buffers
EP4294021A1 (en) Data processing method and apparatus, computer device and storage medium
US10356439B2 (en) Flexible frame referencing for display transport
US10034007B2 (en) Non-subsampled encoding techniques
US10219002B2 (en) Dynamic fidelity updates for encoded displays
US10225536B2 (en) Dynamic fidelity updates for encoded displays
WO2013155795A1 (en) Method and apparatus for predicting residual
EP4274239A1 (en) Server and control method therefor
WO2022247452A1 (en) Method and apparatus for processing track data in multimedia resource, and medium and device
US20240129537A1 (en) Method and apparatus for signaling cmaf switching sets in isobmff
CN103634597A (en) Method for decoding pictures on 4K2K television
KR20030091134A (en) Apparatus and method for generating thumbnail image

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: 22885476

Country of ref document: EP

Kind code of ref document: A1