CN111464187B - Host control interface command event coding method, storage medium and computer equipment - Google Patents

Host control interface command event coding method, storage medium and computer equipment Download PDF

Info

Publication number
CN111464187B
CN111464187B CN202010305066.7A CN202010305066A CN111464187B CN 111464187 B CN111464187 B CN 111464187B CN 202010305066 A CN202010305066 A CN 202010305066A CN 111464187 B CN111464187 B CN 111464187B
Authority
CN
China
Prior art keywords
encoding
event
control interface
command
host control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010305066.7A
Other languages
Chinese (zh)
Other versions
CN111464187A (en
Inventor
王尧
叶东翔
朱勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Barrot Wireless Co Ltd
Original Assignee
Barrot Wireless Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Barrot Wireless Co Ltd filed Critical Barrot Wireless Co Ltd
Priority to CN202010305066.7A priority Critical patent/CN111464187B/en
Publication of CN111464187A publication Critical patent/CN111464187A/en
Application granted granted Critical
Publication of CN111464187B publication Critical patent/CN111464187B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/3059Digital compression and data reduction techniques where the original information is represented by a subset or similar information, e.g. lossy compression
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
    • H03M7/42Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory

Abstract

The invention discloses a host control interface command event coding method, a storage medium and computer equipment, and belongs to the technical field of communication. A host control interface command event encoding method, comprising: selecting a byte stream from a parameter structure corresponding to a host control interface command, return and event; separating byte streams in units of length of 2bits or 3 bits; encoding the segmented byte stream by adopting a corresponding code with a length unit of 2bits or 3 bits to generate an encoding structure; compressing the coding structure according to the parameter structure category corresponding to the byte stream to generate a coding table, a return coding table or an event coding table; the host control interface command encoding table, the return encoding table and the event encoding table are described by using an OPS macro. The application of the invention can further increase the coding compression rate without obviously increasing the conversion complexity and reducing the coding speed, so that the HCI command event coding mode can adapt to and cover all command, return and event structures in the latest Bluetooth 5.2 specification.

Description

Host control interface command event coding method, storage medium and computer equipment
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method for encoding a command event of a host control interface, a storage medium, and a computer device.
Background
The number of commands and events between the Bluetooth Host (Host) and the Controller (Controller) is large and the parameters are large. Thus, the host control interface (HCI, host Controller Interface) specification defines a number of command and event formats, parameters. According to the HCI protocol, the exchange of data between the Host (Host) and Controller (Controller) ends corresponds to the translation of coding rules between the structure and the byte stream. Along with the continuous upgrade of the Bluetooth core specification, the number of HCI commands/events is also increased greatly, so that the size of the HCI commands/events coding information is increased. Processing the encoded information by using a traditional Huffman (Huffman) encoding mode results in huge HCI codes, which cannot meet the requirements of the bluetooth 5.2 specification.
Disclosure of Invention
The invention mainly solves the technical problem of providing a main control interface command event coding method, a storage medium and computer equipment, which can further increase the coding compression rate under the condition of not obviously increasing the conversion complexity and reducing the coding speed, so that the HCI command event coding mode can adapt to and cover all commands, returns and event structures in the latest Bluetooth 5.2 specification.
In order to achieve the above object, the first technical scheme adopted by the present invention is: a method for encoding a host control interface command event, comprising: selecting any byte stream from a parameter structure corresponding to any one of a host control interface command, a return and an event; separating byte streams from the 1 st bit by taking 2bits or 3 bits as a length unit according to the sequence until the byte streams are completely separated; encoding the segmented byte stream according to a sequence by adopting a corresponding code with a length unit of 2bits or 3 bits to generate an encoding structure corresponding to the byte stream; compressing the encoding structure into one of a host control interface command encoding table, a return encoding table or an event encoding table according to the parameter structure category corresponding to the byte stream; and describing the host control interface command encoding table, the return encoding table and the event encoding table by using the OPS macro.
The second technical scheme adopted by the invention is as follows: a computer readable storage medium storing computer instructions operable to perform a host control interface command event encoding method in scheme one.
The third technical scheme adopted by the invention is as follows: a computer apparatus comprising a processor and a memory, the memory storing computer instructions that are operable by the processor to perform the host control interface command event encoding method of scheme one.
The beneficial effects of the invention are as follows: the application of the invention can further increase the coding compression rate without obviously increasing the conversion complexity and reducing the coding speed, so that the HCI command event coding mode can adapt to and cover all command, return and event structures in the latest Bluetooth 5.2 specification.
Drawings
FIG. 1 is a flow chart of a method for encoding command events of a host control interface according to the present invention.
Detailed Description
The preferred embodiments of the present invention will be described in detail below with reference to the accompanying drawings so that the advantages and features of the present invention can be more easily understood by those skilled in the art, thereby making clear and defining the scope of the present invention.
For a host control interface command or event, the information required to be recorded in the conventional encoding mode includes: command code, event code, return code corresponding to command, command parameter structure member, event parameter structure member, and return code parameter structure member. As the number of host control interface commands or events increases, the amount of information that needs to be recorded increases rapidly, resulting in a sudden increase in host control interface commands or event codes. The invention adopts the steps of separating, encoding and compressing command parameter structure members (byte streams), event parameter structure members (byte streams) and return parameter structure members (byte streams) to generate command encoding forms, event encoding forms and return encoding forms, and then adopts an OPS macro to identify encoding structures in the three encoding forms, thereby realizing high-efficiency data exchange between a Bluetooth Host (Host) and a Controller (Controller) through the OPS macro.
FIG. 1 illustrates a specific embodiment of a host control interface command event encoding method of the present invention, in which a host control interface command event encoding method includes:
s101, selecting byte stream, wherein one of command parameter structure, return parameter structure and event parameter structure corresponding to command, return and event of host control interface is selected, and preferably, each of the three parameter structures is composed of a group of byte streams with different lengths. A parameter structure member (a complete byte stream) is then selected from the parameter structure.
S102 is a byte stream separation step, wherein for the byte stream selected in S101, the byte stream is separated from the 1 st bit according to the sequence of the byte stream by taking 2bits or 3 bits as a length unit, and the byte stream is separated until the byte stream is separated. Such that the byte stream forms a byte stream structure that is bridged together by a number of 2-bit length units and 3-bit length units.
S103 is a coding structure generating step, for the separated byte stream in S102, coding is carried out by adopting corresponding codes with the length units of 2bits or 3 bits according to the sequence, so as to generate a coding structure corresponding to the byte stream. In one embodiment of the present invention, the code of the 2-bit length unit includes: [00] u8 for representing a single byte; [01] u16 for representing double bytes; [10]2T for indicating the end of encoding; and 11 j3 for indicating that the current 2-bit description area jumps to the 3-bit description area. In another embodiment of the present invention, a code of 3-bit length units includes: [000] u32 for representing four bytes; [001]6, u8 x 6, for representing bluetooth device addresses; [010]4BX followed by a 4bits length description for describing the one-segment byte stream; [011]8BX followed by an 8bits length description for describing the one-segment byte stream; [100] x, which represents a single byte length; [101] n, which is used to represent repetition; [110]3T for indicating the end of encoding; and [111] J2 for indicating that the current 3-bit description area jumps to the 2-bit description area.
The following are four examples of coding structures for explaining how the 2-bit length units and the 3-bit length units constitute one coding structure:
coding structure one: the 2-bit length unit adopted by the method comprises the following steps: u8, U16, J3,3 bit length units include: u32, J2,3T.
Figure SMS_1
Figure SMS_2
The first coding structure is composed of U8, U8, J3, U32, U32, U32, J2, U8, U16, U16, J3, U32, U32 and 3T, wherein the first coding structure comprises 3U 8, 2J 3, 2U 16, 5U 32, 1J 2 and 1 3T. A corresponding byte stream length of 35 bits for the encoding structure is illustrated.
Coding structure II: the 2-bit length unit adopted by the method comprises the following steps: u8, U16, J3,3 bit length units include: u32,4bx,4U8,4U16, J2,3T.
Figure SMS_3
The second coding structure is composed of U16, J3,4BX,4U8, J2, U16, J3,4BX,4U16,3T, wherein the second coding structure comprises 2U 16, 2J 3, 2 4BX, 1 4U8, 1 4U16, 1J 2 and 1 3T. The byte stream length corresponding to the second encoding structure is 26 bits.
And the coding structure III: the 2-bit length unit adopted by the method comprises the following steps: u8, U16, J3, 2T,3 bit length units include: u32,4bx,4U8,4U16, J2,3T.
Figure SMS_4
Figure SMS_5
The third coding structure is composed of U8, J3, N, J2, U8, U16, U8 and 2T, wherein the third coding structure comprises 3U 8, 1U 16, 1J 3, 1 2T, 1N and 1J 2. The corresponding byte stream length of coding structure two is illustrated as 18 bits.
And the coding structure is four: the 2-bit length unit adopted by the method comprises the following steps: u8, J3,3 bit length units include: x is a metal alloy.
Figure SMS_6
The coding structure IV consists of U8, J3 and X, wherein the coding structure IV comprises 1U 8, 1J 3 and 1X. The byte stream length corresponding to the second encoding structure is 7 bits.
S104, in the step of compressing the coding structure to generate the coding table, the type of the coding structure in the step S103 is determined according to the type of the parameter structure (command, return, event) where the byte stream corresponding to the coding structure is located, for example: the type of the coding structure corresponding to the byte stream in the command parameter structure is the command. And then compressing and storing the coding structure to generate a coding table with the same category, namely, generating a host control interface command coding table by all command class coding structures, generating a return coding table by all return class coding structures and generating an event coding table by all event class coding structures. In one embodiment of the present invention, the encoding structure is compressed in units of bytes to generate a corresponding encoding table. In the code table, the code structures are arranged in order from long to short, one code structure for each row.
The following describes the structure of the command encoding table after the command encoding structure is compressed, specifically for a partial example of the command encoding table:
const static UINT8 hci_table_coding_Command[]={/*[Len:194]*/
/*0x00*/0x2e,0x15,0xa7,0x4b,0xc5,0xe9,0xb5,0x69,0x00,
/*0x09*/0x47,0x2a,0x4e,0x97,0x8a,0xd3,0x6b,0xd3,0x00,
/*0x12*/0xf7,0x66,0xf5,0x57,0xaa,0x55,0x00,
/*0x19*/0xd7,0xa6,0x6b,0x96,0x17,0x01,
/*0x1f*/0x17,0xa7,0x7f,0x69,0x15,
/*0x24*/0x56,0x4b,0x12,0x00,
/*0x28*/0xaa,0xaa,0xaa,0x2a,
/*0x2c*/0x7a,0x6f,0xaa,0x0a,
/*0x30*/0x5e,0x9b,0xd7,0x01,
/*0x34*/0x67,0xba,0x27,0x00,
/*0x38*/0x67,0xe6,0xb6,0x00,
/*0x3c*/0xb9,0x23,0xe6,0x04,
in this local command encoding table, 12 command encoding structures are included, each of the 12 command encoding structures occupying one row in the command encoding table. In the command encoding table, the 12 command encoding structures are arranged in order of position from top to bottom and length from top to bottom.
S105 is a step of describing an encoding table by using an OPS macro, and the command encoding table, the return encoding table and the event encoding table generated in the step S104 are described by using the OPS macro, so that data exchange is realized between a Bluetooth Host (Host) and a Controller (Controller). In a specific embodiment of the present invention, the information carried by the OPS macro includes: E/R bit to indicate the category of event or return (whether the return expected after command transmission is event or return category); a command encoding offset for representing an offset bit position of the command structure in the encoding table; a command operation code including an OGF/OCF (command operation code value defined by the bluetooth specification); class R, which is used to represent command Return encoding offset (Return structure encoding offset of Return class); class E, which is used to represent Event values idx (Event values defined by the bluetooth specification of the Event class). Preferably, the OPS macro has a bit value of 32, an E/R bit of 1, a command code offset of 8bits, a command opcode of 15 bits, a class R of 8bits, and a class E of 8 bits.
Compared with the traditional Huffman coding mode, the invention has the following advantages: on one hand, the invention adopts a finite-order coding mode based on probability distribution, and has a targeted design for HCI coding. On the other hand, the invention fully utilizes the 2-bit or 3-bit coding enumeration space. There are 3 for the actual member code in the 4 enumerated spaces of 2bits, only 1 for the jump (J3); 7 out of the 8 enumerated spaces of 3 bits are used for actual member encoding, only 1 is used for jumping (J2); both X-tail, 2t,3t can be terminated without repeatedly jumping to a specific 2-bit/3-bit bridge to end.
In a specific embodiment of the present invention, a technician tests an original Huffman (Huffman) coding scheme and a coding scheme of the present invention, and the actual test results are as follows:
original Huffman coding: the command code table is about 300 bytes, the return code table is 275 bytes, the event code table is 220 bytes, the offset table cannot be described by 8bits, and the OPS macro 32bits description method fails.
The coding of the invention: the command coding table 194 bytes, the return coding table 184 bytes, the event coding table 109 bytes, and the three types of coding tables with the byte numbers smaller than the limit 255 bytes of the 8bits coding offset value can adopt the OPS macro 32bits description method.
The test results above illustrate: compared with a Huffman coding mode, the coding table in the invention is used up and has enough upgrading space; the invention keeps the command event interface transmission mode of the 32bitsOPS macro, and the coding speed is not reduced; under the condition of reduced code size, the invention improves the compression rate of the coding structure, so that more command, return and event information can be contained in the coding table to adapt to the requirement of Bluetooth version 5.2.
In one particular embodiment of the invention, the various illustrative logics, logical blocks, modules described in the present invention may be implemented or performed with a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the host control interface command event encoding method herein. A general purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
In another embodiment of the present invention, a host control interface command event encoding method of the present invention may be implemented directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuit (ASIC). The ASIC may reside in a user terminal. In the alternative, the processor and the storage medium may reside as discrete components in a user terminal.
The invention has the beneficial effects that: the application of the invention can further increase the coding compression rate without obviously increasing the conversion complexity and reducing the coding speed, so that the HCI command event coding mode can adapt to and cover all command, return and event structures in the latest Bluetooth 5.2 specification.
The foregoing description is only illustrative of the present invention and is not intended to limit the scope of the invention, and all equivalent structural changes made by the present invention and the accompanying drawings, or direct or indirect application in other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A method for encoding a host control interface command event, comprising:
selecting any section of byte stream from a parameter structure corresponding to any one of a host control interface command, a return and an event;
separating the byte stream from the 1 st bit according to the sequence by taking 2bits or 3 bits as a length unit until the byte stream is completely separated;
coding the segmented byte stream according to a sequence by adopting the corresponding codes of the 2-bit or 3-bit length units, and generating a coding structure corresponding to the byte stream;
compressing the encoding structure into one of a host control interface command encoding table, a return encoding table or an event encoding table according to the parameter structure category corresponding to the byte stream; and
describing the host control interface command encoding table, the return encoding table and the event encoding table by using an OPS macro;
the information carried by the OPS macro includes: E/R bit to indicate the category of event or return; a command encoding offset for representing an offset bit position of the command structure in the encoding table; a command opcode, which includes OGFOCF; class R, which is used to represent the command return encoding offset; class E, which is used to represent event values.
2. The host control interface command event encoding method of claim 1, wherein the encoding structure is compressed in bytes.
3. The method of claim 1, wherein the encoding structures are arranged in a long-to-short order in the host control interface command encoding table, the return encoding table, or the event encoding table.
4. The host control interface command event encoding method of claim 1, wherein the code of 2-bit length units comprises:
[00] u8 for representing a single byte;
[01] u16 for representing double bytes;
[10]2T for indicating the end of encoding; and
[11] j3, which is used to indicate that the current 2-bit description area jumps to the 3-bit description area.
5. The host control interface command event encoding method of claim 1, wherein the code of the 3-bit length unit comprises:
[000] u32 for representing four bytes;
[001]6, u8 x 6, for representing bluetooth device addresses;
[010]4BX followed by a 4bits length description for describing the one-segment byte stream;
[011]8BX followed by an 8bits length description for describing the one-segment byte stream;
[100] x, which represents a single byte length;
[101] n, which is used to represent repetition;
[110]3T for indicating the end of encoding; and
[111] j2 is used to indicate that the current 3-bit description area jumps to the 2-bit description area.
6. The host control interface command event encoding method of claim 1, wherein the OPS macro has a bit value = 32.
7. The method of claim 1, wherein the E/R bit is 1 bit, the command code offset is 8bits, the command opcode is 15 bits, the R class is 8bits, and the E class is 8 bits.
8. A computer readable storage medium storing computer instructions operable to perform the host control interface command event encoding method of any one of claims 1-7.
9. A computer device comprising a processor and a memory, the memory storing computer instructions, wherein the processor operates the computer instructions to perform the host control interface command event encoding method of any of claims 1-7.
CN202010305066.7A 2020-04-17 2020-04-17 Host control interface command event coding method, storage medium and computer equipment Active CN111464187B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010305066.7A CN111464187B (en) 2020-04-17 2020-04-17 Host control interface command event coding method, storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010305066.7A CN111464187B (en) 2020-04-17 2020-04-17 Host control interface command event coding method, storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN111464187A CN111464187A (en) 2020-07-28
CN111464187B true CN111464187B (en) 2023-04-28

Family

ID=71681251

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010305066.7A Active CN111464187B (en) 2020-04-17 2020-04-17 Host control interface command event coding method, storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN111464187B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1147658A (en) * 1995-02-03 1997-04-16 株式会社东芝 Coding and decoding system of image information
CN1784008A (en) * 2004-12-02 2006-06-07 北京凯诚高清电子技术有限公司 Encoding method and decoding method for high sharpness video super strong compression
CN1925350A (en) * 2005-08-30 2007-03-07 美国博通公司 Method and system for processing data
CN101072053A (en) * 2006-05-04 2007-11-14 联发科技股份有限公司 Method of generating advanced audio distribution profile (a2dp) source code and chipset using the same
CN101095284A (en) * 2004-12-28 2007-12-26 卡西欧电子工业株式会社 Device and data method for selective compression and decompression and data format for compressed data
CN103596009A (en) * 2012-08-13 2014-02-19 古如罗技微系统公司 Decoder and decoding method
CN104331269A (en) * 2014-10-28 2015-02-04 中国科学院自动化研究所 Executable code compression method of embedded type system and code uncompressing system
CN105844214A (en) * 2016-03-02 2016-08-10 华南理工大学 Multi-path depth encoded information fingerprint extraction method based on bit space
CN110069258A (en) * 2019-04-25 2019-07-30 北京百瑞互联技术有限公司 A kind of two number generating method of HCI code

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE532426C2 (en) * 2008-05-26 2010-01-19 Oricane Ab Method for data packet classification in a data communication network

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1147658A (en) * 1995-02-03 1997-04-16 株式会社东芝 Coding and decoding system of image information
CN1784008A (en) * 2004-12-02 2006-06-07 北京凯诚高清电子技术有限公司 Encoding method and decoding method for high sharpness video super strong compression
CN101095284A (en) * 2004-12-28 2007-12-26 卡西欧电子工业株式会社 Device and data method for selective compression and decompression and data format for compressed data
CN1925350A (en) * 2005-08-30 2007-03-07 美国博通公司 Method and system for processing data
CN101072053A (en) * 2006-05-04 2007-11-14 联发科技股份有限公司 Method of generating advanced audio distribution profile (a2dp) source code and chipset using the same
CN103596009A (en) * 2012-08-13 2014-02-19 古如罗技微系统公司 Decoder and decoding method
CN104331269A (en) * 2014-10-28 2015-02-04 中国科学院自动化研究所 Executable code compression method of embedded type system and code uncompressing system
CN105844214A (en) * 2016-03-02 2016-08-10 华南理工大学 Multi-path depth encoded information fingerprint extraction method based on bit space
CN110069258A (en) * 2019-04-25 2019-07-30 北京百瑞互联技术有限公司 A kind of two number generating method of HCI code

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张群 ; 谢胜曙 ; 潘滟 ; .基于SRAM接口的多路视频采集压缩模块.微计算机信息.2008,第24卷(第32期),第247-259页. *

Also Published As

Publication number Publication date
CN111464187A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN102075528B (en) Method and equipment for playing network multimedia files of multiple encapsulation formats
CN106131550B (en) Method and device for playing multimedia file
CN106550282A (en) A kind of player method and system of video data
CN104469370A (en) Video transcode method and device
CN101807205B (en) Processing module, device, and method for processing of xml data
CN107155093A (en) A kind of video previewing method, device and equipment
CN111563075B (en) Service verification system, method and equipment and storage medium
CN106331616A (en) Heterogeneous environment-based massive video structured analysis system and method
CN106844285B (en) MCU chip architecture system
CN107396206A (en) A kind of plug-flow method and system of live data
CN111464187B (en) Host control interface command event coding method, storage medium and computer equipment
CN110662017A (en) Video playing quality detection method and device
CN111031389B (en) Video processing method, electronic device and storage medium
CN104521239B (en) The synchronous coding of video data file and transmission
CN103945284A (en) Information processing method and information processing device
CN111327921A (en) Video data processing method and device
US10303692B2 (en) Automatic selection of media representations
CN110536087A (en) Electronic equipment and its motion profile picture synthesis method, device and embedded equipment
CN201805448U (en) Public mobile multimedia digital networking navigation system
CN107172504B (en) Distributed processing method and device for streaming audio and video data
CN109845153A (en) Dynamic divides Media Stream
CN103605594B (en) Terminal-based funcall method and device
KR101268452B1 (en) A method for transmitting and receiving data which describe virtual world, and an apparatus thereof
US20180352239A1 (en) Techniques for compressing multiple-channel images
CN111613234A (en) Multi-stage flow scheduling method, system and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: A1009, floor 9, block a, No. 9, Shangdi Third Street, Haidian District, Beijing 100085

Patentee after: Beijing Bairui Internet Technology Co.,Ltd.

Address before: 7-1-1, building C, 7 / F, building 2-1, No.2, Shangdi Information Road, Haidian District, Beijing 100085

Patentee before: BARROT WIRELESS Co.,Ltd.

CP03 Change of name, title or address