CN111143580A - Multimedia data storage method and device, storage medium and electronic equipment - Google Patents

Multimedia data storage method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN111143580A
CN111143580A CN201911368838.5A CN201911368838A CN111143580A CN 111143580 A CN111143580 A CN 111143580A CN 201911368838 A CN201911368838 A CN 201911368838A CN 111143580 A CN111143580 A CN 111143580A
Authority
CN
China
Prior art keywords
storage
multimedia data
data
memory
pulse
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911368838.5A
Other languages
Chinese (zh)
Other versions
CN111143580B (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.)
Huizhou TCL Mobile Communication Co Ltd
Original Assignee
Huizhou TCL Mobile Communication 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 Huizhou TCL Mobile Communication Co Ltd filed Critical Huizhou TCL Mobile Communication Co Ltd
Priority to CN201911368838.5A priority Critical patent/CN111143580B/en
Publication of CN111143580A publication Critical patent/CN111143580A/en
Application granted granted Critical
Publication of CN111143580B publication Critical patent/CN111143580B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/41Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0638Organizing or formatting or addressing of data
    • G06F3/064Management of blocks
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a multimedia data storage method, a device, a storage medium and an electronic device, wherein the method is applied to the electronic device and comprises the following steps: when a multimedia data storage instruction is received, multimedia data carried in the multimedia data storage instruction is obtained; dividing multimedia data into n data blocks, wherein n is a natural number more than or equal to 2; determining n storage units in the electronic equipment storage; and respectively storing the n data blocks into n storage units through pulse signals. The embodiment of the application stores the multimedia data divided into n data blocks into n storage units respectively through the pulse signals, and the situation that part of the multimedia data is deleted by mistake is not possible because the pulse signals for storing one multimedia data are a whole, so that the part of the multimedia data is prevented from being deleted by mistake.

Description

Multimedia data storage method and device, storage medium and electronic equipment
Technical Field
The present application relates to the field of communications technologies, and in particular, to a multimedia data storage method and apparatus, a storage medium, and an electronic device.
Background
With the development of technology, various multimedia data information in expression forms of characters, images, sounds, animations and the like appear in life, and the life of a user is greatly enriched. These multimedia data are usually stored in electronic devices such as mobile phones, tablets, and PC computers using a memory. The memory comprises a plurality of memory cells, and the memory cells are the minimum memory units of the memory. In the prior art, a storage unit stores a piece of multimedia data, such as an image, a file, etc. In the case where one storage unit cannot complete the storage of multimedia data, a plurality of storage units are used for the storage. For example, the storage space of one storage unit is used up, but the multimedia data only stores a part, so another storage unit is used for storage, and if the storage space of the other storage unit is used up and the storage of the multimedia data is not finished, the other storage unit is used again until the multimedia data is completely stored.
When a plurality of storage units store a multimedia data, there is a phenomenon of deleting the multimedia data by mistake, for example, the multimedia data stored in one of the storage units is deleted, so the multimedia data has a problem of partial loss. For example, when the multimedia data is a picture, it appears that a part of the picture is not displayed in order to view the picture.
Disclosure of Invention
The embodiment of the application provides a multimedia data storage method, a multimedia data storage device, a multimedia data storage medium and electronic equipment, which can avoid the mistaken deletion of part of multimedia data.
The embodiment of the application provides a multimedia data storage method, which comprises the following steps:
when a multimedia data storage instruction is received, multimedia data carried in the multimedia data storage instruction is obtained;
dividing the multimedia data into n data blocks, wherein n is a natural number more than or equal to 2;
determining n storage units in the electronic device memory;
and respectively storing the n data blocks into the n storage units through pulse signals.
An embodiment of the present application further provides a multimedia data storage device, including:
the data acquisition unit is used for acquiring multimedia data carried in a multimedia data storage instruction when the multimedia data storage instruction is received;
the partitioning unit is used for partitioning the multimedia data into n data blocks, wherein n is a natural number which is more than or equal to 2;
a determination unit for determining n storage units in the electronic device memory;
and the storage unit is used for respectively storing the n data blocks into the n storage units through pulse signals.
The embodiment of the application also provides a computer readable storage medium, wherein a plurality of instructions are stored in the computer readable storage medium, and the instructions are suitable for being loaded by a processor to execute any multimedia data storage method.
An embodiment of the present application further provides an electronic device, which includes a processor and a memory, where the processor is electrically connected to the memory, the memory is used to store instructions and data, and the processor is used in any one of the steps of the multimedia data storage method.
According to the multimedia data storage method, the multimedia data storage device, the multimedia data storage medium and the electronic equipment, the multimedia data to be stored are divided into n data blocks, n storage units in a memory of the electronic equipment are determined, and the n data blocks are respectively stored into the n storage units through pulse signals. The embodiment of the application stores the multimedia data divided into n data blocks into n storage units respectively through the pulse signals, and the situation that part of the multimedia data is deleted by mistake is not possible because the pulse signals for storing one multimedia data are a whole, so that the part of the multimedia data is prevented from being deleted by mistake.
Drawings
The technical solution and other advantages of the present application will become apparent from the detailed description of the embodiments of the present application with reference to the accompanying drawings.
Fig. 1 is a flowchart illustrating a multimedia data storage method according to an embodiment of the present application.
Fig. 2 is an exemplary diagram of a multimedia data storage triggering instruction according to an embodiment of the present application.
Fig. 3 is another schematic flow chart of a multimedia data storage method according to an embodiment of the present application.
Fig. 4 is another schematic flowchart of a multimedia data storage method according to an embodiment of the present application.
Fig. 5 is another schematic flowchart of a multimedia data storage method according to an embodiment of the present application.
Fig. 6 is a schematic structural diagram of a multimedia data storage device according to an embodiment of the present application.
Fig. 7 is a schematic structural diagram of a multimedia data storage device according to an embodiment of the present application.
Fig. 8 is a schematic structural diagram of a multimedia data storage device according to an embodiment of the present application.
Fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Fig. 10 is another schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application provides a multimedia data storage method and device, a storage medium and electronic equipment. Any kind of multimedia data storage device provided by the embodiment of the application can be integrated in electronic equipment, and the electronic equipment can comprise a mobile terminal, a PC (personal computer) terminal, wearable equipment, a robot and the like. The electronic device includes a memory therein, which may be used to store multimedia data.
Referring to fig. 1, fig. 1 is a schematic flow chart of a multimedia data storage method provided in an embodiment of the present application, which is applied to an electronic device, and the multimedia data storage method includes steps 101 to 104, which may specifically be as follows:
101, when receiving a multimedia data storage instruction, acquiring multimedia data carried in the multimedia data storage instruction.
The multimedia data includes information expressed in text, image, video, audio, animation, and the like. The multimedia data storage instruction can be triggered in various ways. For example, the storage control may be triggered by clicking/touching the storage control, where the storage control may exist in the form of a button (e.g., a save button, a download button, a favorite button, etc.), an icon, a label, a text, or a combination of the above-mentioned forms, such as a combination of text and a button, a combination of an icon and text and a button, etc. And when the user is detected to click/touch the storage control, triggering a multimedia data storage instruction. The multimedia data storage instruction can be triggered in a voice mode, for example, the voice information of a user is received, the voice information is analyzed, and if the voice information comprises the content triggering the storage of the multimedia data, the multimedia data storage instruction is triggered. The multimedia data storage command may also be triggered by a command, for example, a multimedia data storage command, such as savexxx. Triggering in other related events can be executed, for example, when a user takes a picture, a picture storage instruction can be triggered after the picture taking is finished; when receiving pictures or videos and the like sent by other electronic equipment, the multimedia data storage instruction is triggered. After the multimedia data storage instruction is triggered, the electronic device receives the multimedia data storage instruction.
The multimedia data storage instruction carries multimedia data, and when the multimedia data storage instruction is received, the multimedia data carried in the multimedia data storage instruction is obtained. For example, when a multimedia data storage instruction is triggered by a command, xxx.png in the multimedia data storage instruction save xxx.png is obtained.
As shown in fig. 2, opening a picture in the electronic device, clicking/touching the picture, a plurality of option controls appear: sending to friends, saving pictures, editing pictures, canceling, etc. And clicking/touching the storage control for storing the picture, and triggering a multimedia data storage instruction. And after the multimedia data storage instruction is triggered, the electronic equipment receives the multimedia data storage instruction.
And 102, dividing the multimedia data into n data blocks, wherein n is a natural number which is more than or equal to 2.
The multimedia data is divided into n data blocks, which may be divided in a variety of ways.
The multimedia data can be divided according to the size of the multimedia data, and the number of divided data blocks is large if the multimedia data is large; and if the multimedia data is small, the number of the divided data blocks is small. Thus, if the multimedia data is large, a plurality of storage units are used for storage, and if the multimedia data is small, a small number of storage units are used for storage. Specifically, the size of the acquired multimedia data may be divided into a plurality of different sections, and the number of data blocks corresponding to the different sections is different, so as to acquire the size of the multimedia data, determine which section the acquired multimedia data is in, and determine the number of data blocks that the acquired multimedia data needs to be divided into according to the correspondence between the sections and the number of data blocks. In this type of division, the number of data blocks divided by different multimedia data to be stored is different. For example, a picture is divided into 2 data blocks, a video is divided into 5 data blocks, and so on.
The division may also be made according to the storage space of the memory. For example, the total storage space of the memory is obtained; the larger the total storage space is, the larger the number of divided data blocks is, and the larger the total storage space is, the smaller the number of divided data blocks is. Specifically, the corresponding relation between the total storage space of the memory and the number of the divided data blocks is determined, and the number of the data blocks to be divided is determined according to the obtained total storage space of the memory and the corresponding relation. Or acquiring the residual storage space of the storage; the larger the remaining storage space is, the larger the number of divided data blocks is, and the larger the remaining storage space is, the smaller the number of divided data blocks is. Specifically, the corresponding relation between the remaining storage space of the memory and the number of the divided data blocks is determined, and the number of the data blocks to be divided is determined according to the acquired remaining storage space of the memory and the corresponding relation. In this division mode, the number of data blocks divided by the multimedia data is related to the size of the storage space of the memory.
There is also a way of dividing into n data blocks regardless of the size of the multimedia data, i.e., dividing into n data blocks per multimedia data.
The number of divided data blocks corresponding to the data type of each different multimedia data may also be preset. The data types include pictures, files, character strings, sounds, videos, and the like. The number of the divided data blocks corresponding to different data types may be the same or different. After the multimedia data are obtained, the data type of the multimedia data is determined, and the number of data blocks to be divided is determined according to the data type. The data type of the multimedia data can be determined according to the file name of the multimedia data, and if suffixes in the file name are jpg, png and the like, the data type of the multimedia data is determined to be a picture.
The division may also be performed in other ways. It should be noted that the above-mentioned dividing manners can be combined in various ways to determine the number of data blocks for dividing the multimedia data.
After the number of data blocks corresponding to the divided multimedia data is determined, various ways can be adopted for dividing each data block. For example, the multimedia data is equally divided into n data blocks, and the sizes of the n data blocks are consistent; the division may also be performed according to a predetermined rule, for example, the size of the data blocks is divided in the order from small to large, in the order from large to small, in the order of one large and one small immediately after one large and one small, in a preset ratio, and the like.
Whatever the division method, the division can be performed by dividing the data block into a plurality of data blocks.
103, determining n storage units in the electronic device memory.
Wherein the number of data blocks divided by the multimedia data is consistent with the determined number of storage units.
In particular, the n memory locations in the memory of the electronic device are determined, which may also be determined in a variety of ways.
If the data type of the multimedia data can be obtained, n storage units in the electronic equipment memory are determined according to the data type of the multimedia data. For example, if the data type is video, n storage units with large remaining storage space (e.g., determined according to the remaining storage space being larger than a preset threshold value; or determined according to the sequence of the remaining storage space from large to small, etc.) are determined from the storage units storing data in the electronic device memory, and the n storage units can store data blocks of the video; or n memory cells are determined from memory cells in the electronic device memory that do not store data. As can be appreciated, the video has a large amount of data to store, and requires a large storage space to store. If the data type is a picture, n storage units with small remaining storage space (determined in a certain storage space interval according to the remaining storage space) are determined from the storage units of the stored data of the electronic equipment, and if the number of the storage units of the stored data is less than n, the remaining storage units are determined from the storage units of the stored data. It will be appreciated that the pictures can be stored using less storage space.
If the size of the divided data block can be obtained, n storage units in the electronic device memory are determined according to the size of the divided data block. For example, memory cells having a remaining memory space greater than or equal to the size of the divided data blocks are determined from memory cells in which data has been stored in the memory of the electronic device, and if the determined number of memory cells is less than n, the remaining number of memory cells are determined from memory cells in which data has not been stored. Therefore, the determined storage unit can complete the storage of the multimedia data.
Wherein determining the remaining number of memory cells from the memory cells that do not store data comprises: determining the residual storage units which are detected in advance and do not store any data from the storage units which do not store data, or determining the residual storage units which are closest to the storage units which store data and do not store any data from the storage units which do not store data, and the like. Therefore, the utilization rate of the memory is improved, and the stored data is convenient to read from the determined memory cells.
The n memory cells may also be determined in other ways. In any way, the number of data blocks divided by the multimedia data is ensured to be consistent with the determined number of storage units.
And 104, respectively storing the n data blocks into n storage units through pulse signals.
The pulse signal is a discrete signal, and the information of the data block is stored through the pulse signal. Signals that are not continuous in time but are still continuous in amplitude are referred to herein as discrete signals. Analog signals are signals in which the information parameter appears as a continuous signal in a given range, or signals in which the characteristic quantity representing the information can be represented as any value at any instant in a continuous time interval. It should be noted that the information of the data block is stored by the pulse signal (a kind of discrete signal) because the analog signal cannot be used for storage, the electronic device recognizes the digital signals such as 0 and 1, the current memory actually stores the information in different combinations of 0 and 1, and therefore, the analog signal cannot be used for storage in the electronic device, and the discrete signal can be stored in the electronic device. In the present application, the burst signal is used to store multimedia data, and thus may also be referred to as a burst storage signal.
Specifically, step 104 includes: generating a pulse storage signal, the pulse storage signal comprising n storage pulses; loading n data blocks to n storage pulses to obtain n loading storage pulses; and storing the n load-store pulses into the n storage units respectively.
Wherein generating a pulsed stored signal comprises: acquiring the size of a storage space of a storage unit of a memory and the size of a data block; determining the amplitude and width of a storage pulse according to the size of the storage space and the size of the data block; a pulse storage signal is generated based on the storage pulse amplitude and the storage pulse width.
If the sizes of the memories are different, the storage spaces of the corresponding storage units may also be different, the size of the storage space of the storage unit of the memory and the size of the data block are obtained, and the storage pulse amplitude and the storage pulse width are determined according to the size of the storage space and the size of the data block. Wherein, the larger the amplitude of the storage pulse is, the more energy can be carried, and the more data can be stored; the larger the storage pulse width, the larger the amount of data that can be stored. If the storage pulse amplitude is too large or the storage pulse width is too wide, and the amount of stored data is larger than that of the storage space of the storage unit, the storage cannot be realized. The storage pulse width and the storage pulse amplitude are such that the amount of data corresponding to the data block can be stored.
Wherein, the storage pulse amplitude is 1.0V (n) is less than or equal to 1.8V, and the storage pulse width t is less than 600 us. A pulse storage signal is generated based on the storage pulse amplitude and the storage pulse width. The pulse storage signal may be represented by f1(n) ═ f1(± 2), f1(± 3),. and f1(± n)), where | n | ≧ 2 a natural number, and n ≧ 2, ± 3.
And loading the n data blocks to the n storage pulses to obtain n loading storage pulses, namely continuously and uninterruptedly loading the n data blocks corresponding to the multimedia data to the n storage pulses of the pulse storage signal f1(n) to obtain n loading storage pulses. The n load store pulses are stored in the n storage units, respectively, and it can be understood that n data blocks are stored by the n store pulses, and the load store pulses in which the n data blocks are stored in the n storage units, respectively. Thus, stored in the memory cell is a load store pulse in which information of the corresponding data block is loaded.
After n data blocks of the multimedia data are stored in n storage units through pulse signals, the corresponding relation between the multimedia data and the storage units is stored, so that the multimedia data can be further processed conveniently, such as viewing, editing and the like.
The multimedia data are loaded through the pulse signals, and the pulse signals loaded with the multimedia data are stored instead of directly storing the digital information of the multimedia data in the storage unit, so that the original storage mode of the data is changed. The multimedia data are stored through the pulse signals, more data can be stored, the storage space for storing the multimedia data is reduced, and the storable data of the memory of the electronic equipment is increased. In addition, the multimedia data divided into n data blocks are respectively stored into n storage units through pulse signals, and the pulse signals for storing one multimedia data are integrally output. When the multimedia data is started, the pulse signal is started integrally, and when the multimedia data is transmitted integrally, the situation that part of multimedia data is deleted by mistake cannot exist, so that the part of the multimedia data is prevented from being deleted by mistake; meanwhile, the situation of losing part of the multimedia data is not possible during transmission, and the loss of part of the multimedia data during transmission is avoided.
In some cases, as shown in FIG. 3, the multimedia data storage method further comprises the following steps 105-106:
105, when the multimedia data opening instruction is received, acquiring the target multimedia data carried in the multimedia data opening instruction.
The multimedia data open command may also be triggered in various ways, please refer to the above-mentioned part of the multimedia data storage command. And when the multimedia data opening instruction is received, acquiring the target multimedia data carried in the multimedia data opening instruction.
And 106, acquiring a pulse storage signal corresponding to the target multimedia data from a storage unit of the electronic equipment memory to open the target multimedia data.
Specifically, a target storage unit corresponding to the target multimedia data is determined according to the corresponding relationship between the stored multimedia data and the storage unit. And acquiring a pulse storage signal from a target storage unit of the electronic equipment memory, and opening the pulse storage signal to open the target multimedia data. It should be noted that n storage pulses in the pulse storage signal are not increased or decreased, and the n storage pulses are output as a whole.
Fig. 4 is another schematic flow chart of a multimedia data storage method provided in an embodiment of the present application, which is applied to an electronic device, and the multimedia data storage method includes steps 201 to 211, which may specifically be as follows:
and 201, when receiving a multimedia data storage instruction, acquiring multimedia data carried in the multimedia data storage instruction.
202, it is detected whether the storage space of the storage unit is completely used in the n storage units.
For a memory, the storage space of the storage unit of the memory is certain, and whether the storage space of the storage unit of the memory is completely used or not is detected and can be determined according to the data amount currently stored in the storage unit of the memory. And if the stored data amount reaches the storage amount corresponding to the storage space of the storage unit, determining that the storage space of the storage unit is completely used. It should be noted that the storage space of the storage unit is fully used, which means that the storage unit cannot store more data.
If the storage space of the storage unit does not exist in the n storage units and is completely used, executing step 203 to divide the multimedia data into n data blocks; if all the storage space of the storage unit exists in the n storage units, step 206 is executed.
And 203, dividing the multimedia data into n data blocks, wherein n is a natural number which is more than or equal to 2.
And 204, determining n storage units in the electronic device memory. Note that the n memory cells are identical to the n memory cells determined in the last storage. This step can also be understood as the acquisition of the determined n memory cells.
The n data blocks are stored in the n storage units by pulse signals 205, respectively.
This step is identical to step 104, and please refer to the corresponding description in step 104.
206, the number k of memory cells of which the memory space has been fully used is obtained, wherein k < n.
Acquiring the storage units of which the storage space has been used completely, and acquiring the number k of the storage units of which the storage space has been used completely, wherein the number k is equal to < k < n.
The multimedia data is divided into n data blocks 207.
And 208, determining k storage units in the electronic equipment memory.
It will be appreciated that if the storage space of k storage units is already fully used, then k storage units are determined from the electronic device memory, thus ensuring that there are n storage units for storing multimedia data. The manner in which the k memory cells are determined from the electronic device memory is consistent with the manner in which the n memory cells are determined above, except that there is a difference in the number.
It should be noted that, in the embodiment of the present application, regardless of the size of the multimedia data, the data type of the multimedia data, the total storage space size of the electronic device memory, and the remaining storage space size of the electronic device memory, all the multimedia data are divided into n data blocks. As for the n data blocks, the size of each data block may be determined in the manner described above.
And 209, storing the n data blocks into n storage units respectively through pulse signals.
This step is identical to step 104, and please refer to the corresponding description in step 104.
After n data blocks of the multimedia data are stored in n storage units through pulse signals, the corresponding relation between the multimedia data and the storage units is stored, so that the multimedia data can be further processed conveniently, such as viewing, editing and the like.
The next time a multimedia data storage instruction is received, step 201 is then executed.
In this embodiment, regardless of the size of the multimedia data and the data type of the multimedia data, all multimedia data to be stored are divided into n data blocks and stored in n storage units by a burst signal. When the storage space with the storage units is completely used, the number k of the storage units with the storage space completely used is obtained, and then k storage units in the electronic equipment memory are determined, so that the number of the storage units for storing the multimedia data is kept at n consistently.
In some cases, the multimedia data storage method further includes the steps of:
210, when receiving the multimedia data opening instruction, obtaining the target multimedia data carried in the multimedia data opening instruction.
The multimedia data open command may also be triggered in various ways, please refer to the above-mentioned part of the multimedia data storage command. And when the multimedia data opening instruction is received, acquiring the target multimedia data carried in the multimedia data opening instruction.
And 211, acquiring a pulse storage signal corresponding to the target multimedia data from a storage unit of the electronic equipment memory to open the target multimedia data.
Specifically, a target storage unit corresponding to the target multimedia data is determined according to the corresponding relationship between the stored multimedia data and the storage unit. And acquiring a pulse storage signal from a target storage unit of the electronic equipment memory, and opening the pulse storage signal to open the target multimedia data. It should be noted that n storage pulses in the pulse storage signal are not increased or decreased, and the n storage pulses are output as a whole.
Fig. 5 is another schematic flow chart of a multimedia data storage method provided in an embodiment of the present application, which is applied to an electronic device, and the multimedia data storage method includes steps 301 to 311, which may specifically be as follows:
301, when receiving a multimedia data storage instruction, obtaining multimedia data carried in the multimedia data storage instruction.
302, detecting whether the remaining storage space of the storage unit in the n storage units is smaller than a preset storage space.
The preset storage spaces corresponding to different data types of the multimedia data are different. The corresponding relation of the preset storage space corresponding to different data types can be preset. For example, the data type of the multimedia data is a preset storage space of a video, which is larger than a preset storage space of a picture. Specifically, the data type of the multimedia data is obtained; determining a preset storage space corresponding to the multimedia data according to the corresponding relation of the preset storage spaces corresponding to different data types; and detecting whether the residual storage space of the storage units in the n storage units is smaller than the preset storage space corresponding to the multimedia data.
The preset storage space is set to be the same as the preset storage space, that is, only one preset storage space is set to be the same, no matter what the data type of the multimedia data is and what the size of the multimedia data is.
The remaining storage space of the storage unit is smaller than the preset storage space, which means that the storage unit can store a small amount of data.
If the remaining storage space of the storage units does not exist in the n storage units is smaller than the preset storage space, executing step 303 to divide the multimedia data into n data blocks; if the remaining storage space of the storage unit in the n storage units is smaller than the preset storage space, step 306 is executed.
303, dividing the multimedia data into n data blocks, wherein n is a natural number greater than or equal to 2.
N memory locations in the electronic device memory are determined 304. Note that the n memory cells are identical to the n memory cells determined in the last storage. This step can also be understood as the acquisition of the determined n memory cells.
The n data blocks are stored in n storage units by pulse signals 305, respectively.
And 306, acquiring the number k of the storage units of which the residual storage space is smaller than the preset storage space, wherein k < n.
And acquiring storage units with the residual storage space smaller than the preset storage space and the number k of the storage units with the residual storage space smaller than the preset storage space, wherein 1 is < k < n.
307, the multimedia data is divided into n + k data blocks.
Specifically, when the multimedia data is divided into n + k data blocks, the size of the k data blocks may be determined according to the size of the remaining storage space in the storage unit, and the size of the remaining n data blocks may be determined in the manner of step 102. Thus, on the one hand, the storage space of each storage unit can be fully utilized, and especially the remaining storage space of the storage unit can be fully utilized; on the other hand, the n + k data blocks are stored by using n + k storage units, so that the multimedia data can be successfully stored.
At 308, k memory locations in the electronic device memory are determined.
It can be understood that if the remaining storage space of k storage units is smaller than the preset storage space, the remaining storage space of the k storage units can be used up after the storage is performed this time, and then the k storage units in the electronic device memory are determined again during the storage this time, so as to ensure that the n storage units can be used for storing the multimedia data next time.
And 309, storing the n + k data blocks into n + k storage units respectively through pulse signals.
In this step, the n + k data blocks are respectively stored in the n + k storage units by the pulse signal, which is the same as the above-mentioned step of respectively storing the n data blocks in the n storage units by the pulse signal, specifically please refer to the description in step 104. The difference lies in that: the number of storage pulses in the pulse storage signal is n + k, and correspondingly, the pulse storage signal can be represented by f2(n + k) ═ f2(± 2), f2(± 3),.. and f2(± (n + k)), where | n | ≧ 2 natural number, and n | ±. 2, ±. 3.. and n + k storage pulses of the pulse storage signal are stored and output as a whole.
After n + k data blocks of the multimedia data are stored in n + k storage units through pulse signals, the corresponding relation between the multimedia data and the storage units is stored, so that the multimedia data can be further processed conveniently, such as checking, editing and the like.
The next time a multimedia data storage instruction is received, step 301 is then executed.
In some cases, the multimedia data storage method further includes the steps of:
310, when receiving the multimedia data opening instruction, obtaining the target multimedia data carried in the multimedia data opening instruction.
The multimedia data open command may also be triggered in various ways, please refer to the above-mentioned part of the multimedia data storage command. And when the multimedia data opening instruction is received, acquiring the target multimedia data carried in the multimedia data opening instruction.
And 311, acquiring a pulse storage signal corresponding to the target multimedia data from a storage unit of the electronic equipment memory to open the target multimedia data.
Specifically, a target storage unit corresponding to the target multimedia data is determined according to the corresponding relationship between the stored multimedia data and the storage unit. And acquiring a pulse storage signal from a target storage unit of the electronic equipment memory, and opening the pulse storage signal to open the target multimedia data. It should be noted that, if there are n storage pulses in the pulse storage signal, the n storage pulses will not increase or decrease, and the n storage pulses are output as a whole; if there are n + k storage pulses in the pulse storage signal, the n + k storage pulses are not increased or decreased, and the n + k storage pulses are output as a whole.
According to the method described in the above embodiments, this embodiment will be further described from the perspective of a multimedia data storage device, which may be implemented as a stand-alone entity or integrated in an electronic device, where the electronic device may include a mobile terminal, a PC terminal, a wearable device, a robot, and the like. The electronic device includes a memory therein, which may be used to store multimedia data.
Referring to fig. 6, fig. 6 specifically illustrates a multimedia data storage device provided in an embodiment of the present application, which is applied to an electronic device, and the multimedia data storage device may include: a data acquisition unit 401, a blocking unit 402, a determination unit 403, and a storage unit 404. Wherein:
the data obtaining unit 401 is configured to, when receiving the multimedia data storage instruction, obtain multimedia data carried in the multimedia data storage instruction.
A block unit 402, configured to divide the multimedia data into n data blocks, where n is a natural number greater than or equal to 2.
A determining unit 403, configured to determine n storage units in the electronic device memory.
And a storage unit 404, configured to store the n data blocks into the n storage units respectively through pulse signals.
The storage unit 404 is specifically configured to generate a pulse storage signal, where the pulse storage signal includes n storage pulses; loading n data blocks to n storage pulses to obtain n loading storage pulses; and storing the n load-store pulses into the n storage units respectively.
Wherein generating a pulsed stored signal comprises: acquiring the size of a storage space of a storage unit of a memory and the size of a data block; determining the amplitude and width of a storage pulse according to the size of the storage space and the size of the data block; a pulse storage signal is generated based on the storage pulse amplitude and the storage pulse width.
Further, as shown in fig. 7, the multimedia data storage apparatus further includes: an opening acquisition unit 405 and a data opening unit 406. Wherein the content of the first and second substances,
the opening acquiring unit 405 is configured to acquire target multimedia data carried in a multimedia data opening instruction when the multimedia data opening instruction is received.
And a data opening unit 406, configured to acquire the pulse storage signal corresponding to the target multimedia data from the storage unit to open the target multimedia data.
Fig. 8 is a multimedia data storage apparatus provided in an embodiment of the present application, which is applied to an electronic device, and the multimedia data storage apparatus may include: a data acquisition unit 401, a blocking unit 402, a determination unit 403, a storage unit 404, an opening acquisition unit 405, a data opening unit 406, a detection unit 407, and a number acquisition unit 408. The data obtaining unit 401, the blocking unit 402, the determining unit 403, the storing unit 404, the opening obtaining unit 405, and the data opening unit 406 specifically refer to the above description. The differences of this embodiment from fig. 7 will be described below:
the detecting unit 407 is configured to detect whether all the storage spaces of the storage units in the n storage units have been used after receiving the multimedia data open instruction.
If all of the storage space of the storage units in the n storage units has been used, the number obtaining unit 408 is triggered to obtain the number k of the storage units of which the storage space has been used, where k < n. And if the storage space of the storage unit is not completely used in the n storage units, triggering a block dividing unit to divide the multimedia data into n data blocks.
The determining unit 403 is further configured to determine k storage units in the electronic device memory.
In some cases, the detecting unit 407 is further configured to detect whether a remaining storage space of the storage units in the n storage units is smaller than a preset storage space after receiving the multimedia data open instruction.
If the remaining storage space of the storage units existing in the n storage units is smaller than the preset storage space, the number obtaining unit 408 is triggered to obtain the number k of the storage units of which the remaining storage space is smaller than the preset storage space, where k is smaller than n. And if the residual storage space without the storage units in the n storage units is smaller than the preset storage space, triggering a partitioning unit for partitioning the multimedia data into n + k data blocks.
The determining unit 403 is further configured to determine k storage units in the electronic device memory.
The storage unit 404 is further configured to store the n + k data blocks into the n + k storage units respectively through pulse signals.
In a specific implementation, each of the modules and/or units may be implemented as an independent entity, or may be implemented as one or several entities by any combination, where the specific implementation of each of the modules and/or units may refer to the foregoing method embodiment, and specific achievable beneficial effects also refer to the beneficial effects in the foregoing method embodiment, which are not described herein again.
In addition, the embodiment of the application also provides electronic equipment which can be a mobile terminal, a PC terminal, wearable equipment, a robot and the like. The electronic device includes a memory therein, which may be used to store multimedia data. As shown in fig. 9, the electronic device 500 includes a processor 501, a memory 502. The processor 501 is electrically connected to the memory 502.
The processor 501 is a control center of the electronic device 500, connects various parts of the whole electronic device by using various interfaces and lines, executes various functions of the electronic device and processes data by running or loading an application program stored in the memory 502 and calling the data stored in the memory 502, thereby performing overall monitoring of the electronic device.
In this embodiment, the processor 501 in the electronic device 500 loads instructions corresponding to processes of one or more application programs into the memory 502 according to the following steps, and the processor 501 runs the application programs stored in the memory 502, so as to implement various functions:
when a multimedia data storage instruction is received, multimedia data carried in the multimedia data storage instruction is obtained;
dividing the multimedia data into n data blocks, wherein n is a natural number more than or equal to 2;
determining n storage units in the electronic device memory;
and respectively storing the n data blocks into the n storage units through pulse signals.
The electronic device can implement the steps in any embodiment of the multimedia data storage method provided in the embodiment of the present application, and therefore, the beneficial effects that can be achieved by any multimedia data storage method provided in the embodiment of the present invention can be achieved, which are detailed in the foregoing embodiments and will not be described herein again.
Fig. 10 is a block diagram showing a specific structure of an electronic device provided in an embodiment of the present invention, which may be used to implement the multimedia data storage method provided in the above-described embodiment. The electronic device 600 may be a mobile terminal, a PC terminal, a wearable device, a robot, or the like. The electronic device includes a memory therein, which may be used to store multimedia data.
The RF circuit 610 is used for receiving and transmitting electromagnetic waves, and performs interconversion between the electromagnetic waves and electrical signals, thereby communicating with a communication network or other devices. RF circuit 610 may include various existing circuit elements for performing these functions, such as an antenna, a radio frequency transceiver, a digital signal processor, an encryption/decryption chip, a Subscriber Identity Module (SIM) card, memory, and so forth. The RF circuit 610 may communicate with various networks such as the internet, an intranet, a wireless network, or with other devices over a wireless network. The wireless network may comprise a cellular telephone network, a wireless local area network, or a metropolitan area network. The Wireless network may use various Communication standards, protocols and technologies, including but not limited to Global System for Mobile Communication (GSM), Enhanced Mobile Communication (EDGE), Wideband Code Division Multiple Access (WCDMA), Code Division Multiple Access (CDMA), Time Division Multiple Access (TDMA), Wireless Fidelity (Wi-Fi) (e.g., IEEE802.11a, IEEE802.11 b, IEEE802.11g and/or IEEE802.11 n), Voice over Internet Protocol (VoIP), world wide Microwave Access (Microwave for Wireless), Max-1, and other short message protocols, as well as any other suitable communication protocols, and may even include those that have not yet been developed.
The memory 620 may be used to store software programs and modules, such as the corresponding program instructions/modules in the above-described embodiments, and the processor 680 may execute various functional applications and data processing by operating the software programs and modules stored in the memory 620. The memory 620 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 620 can further include memory located remotely from the processor 680, which can be connected to the electronic device 600 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input unit 630 may be used to receive input numeric or character information and generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. In particular, the input unit 630 may include a touch sensitive surface 631 as well as other input devices 632. The touch-sensitive surface 631, also referred to as a touch display screen (touch screen) or a touch pad, may collect touch operations by a user (e.g., operations by a user on or near the touch-sensitive surface 631 using any suitable object or attachment such as a finger, a stylus, etc.) and drive the corresponding connection device according to a predetermined program. Alternatively, the touch sensitive surface 631 may comprise two parts, a touch detection means and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 680, and can receive and execute commands sent by the processor 680. In addition, the touch sensitive surface 631 may be implemented using various types of resistive, capacitive, infrared, and surface acoustic waves. The input unit 630 may include other input devices 632 in addition to the touch-sensitive surface 631. In particular, other input devices 632 may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 640 may be used to display information input by or provided to a user and various graphical user interfaces of the electronic device 600, which may be made up of graphics, text, icons, video, and any combination thereof. The Display unit 640 may include a Display panel 641, and optionally, the Display panel 641 may be configured in the form of an LCD (Liquid Crystal Display), an OLED (Organic Light-Emitting Diode), or the like. Further, the touch-sensitive surface 631 may overlay the display panel 641, and when the touch-sensitive surface 631 detects a touch operation thereon or nearby, the touch operation is transmitted to the processor 680 to determine the type of the touch event, and then the processor 680 provides a corresponding visual output on the display panel 641 according to the type of the touch event. Although in the figure the touch sensitive surface 631 and the display panel 641 are shown as two separate components to implement input and output functions, it will be appreciated that the touch sensitive surface 631 and the display panel 641 are integrated to implement input and output functions.
The electronic device 600 may also include at least one sensor 650, a motion sensor, and may also include, for example, a light sensor, among other sensors. In particular, the light sensor may include an ambient light sensor and a proximity sensor. As one of the motion sensors, the gravity sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the posture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured in the electronic device 600, further description is omitted here.
Audio circuit 660, speaker 661, and microphone 662 can provide an audio interface between a user and electronic device 600. The audio circuit 660 may transmit the electrical signal converted from the received audio data to the speaker 661, and convert the electrical signal into an audio signal through the speaker 661 for output; on the other hand, the microphone 662 converts the collected sound signal into an electrical signal, which is received by the audio circuit 660 and converted into audio data, which is then processed by the audio data output processor 680 and then passed through the RF circuit 610 to be transmitted to, for example, another terminal, or output to the memory 620 for further processing. The audio circuit 660 may also include an earbud jack to provide communication of peripheral headphones with the electronic device 600.
The electronic device 600, via the transport module 670 (e.g., a Wi-Fi module), may assist the user in receiving requests, sending information, etc., which provides the user with wireless broadband internet access. Although the transmission module 670 is illustrated, it is understood that it does not belong to the essential constitution of the electronic device 600 and may be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 680 is a control center of the electronic device 600, connects various parts of the entire cellular phone using various interfaces and lines, and performs various functions of the electronic device 600 and processes data by operating or executing software programs and/or modules stored in the memory 620 and calling data stored in the memory 620, thereby integrally monitoring the electronic device. Optionally, processor 680 may include one or more processing cores; in some embodiments, processor 680 may integrate an application processor, which handles primarily the operating system, user interface, applications, etc., and a modem processor, which handles primarily wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 680.
Electronic device 600 also includes a power supply 690 (e.g., a battery) that provides power to the various components, and in some embodiments may be logically coupled to processor 680 via a power management system that may perform functions such as managing charging, discharging, and power consumption. The power supply 690 may also include any component including one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
Although not shown, the electronic device 600 further includes a camera (e.g., a front camera, a rear camera), a bluetooth module, and the like, which are not described in detail herein. Specifically, in this embodiment, the display unit of the electronic device is a touch screen display, the electronic device further includes a memory, and one or more programs, where the one or more programs are stored in the memory and configured to be executed by the one or more processors, and the one or more programs include instructions for:
when a multimedia data storage instruction is received, multimedia data carried in the multimedia data storage instruction is obtained;
dividing the multimedia data into n data blocks, wherein n is a natural number more than or equal to 2;
determining n storage units in the electronic device memory;
and respectively storing the n data blocks into the n storage units through pulse signals.
In specific implementation, the above modules may be implemented as independent entities, or may be combined arbitrarily to be implemented as the same or several entities, and specific implementation of the above modules may refer to the foregoing method embodiments, which are not described herein again.
It will be understood by those skilled in the art that all or part of the steps of the methods of the above embodiments may be performed by instructions or by associated hardware controlled by the instructions, which may be stored in a computer readable storage medium and loaded and executed by a processor. To this end, an embodiment of the present invention provides a storage medium, in which a plurality of instructions are stored, and the instructions can be loaded by a processor to execute the steps of any embodiment of the multimedia data storage method provided in the embodiment of the present invention.
Wherein the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
Since the instructions stored in the storage medium can execute the steps in any embodiment of the multimedia data storage method provided in the embodiment of the present invention, the beneficial effects that any multimedia data storage method provided in the embodiment of the present invention can achieve can be achieved, which are detailed in the foregoing embodiments and will not be described herein again.
The foregoing describes in detail a multimedia data storage method, apparatus, storage medium, and electronic device provided in the embodiments of the present application, and specific examples are applied herein to explain the principles and implementations of the present application, and the descriptions of the foregoing embodiments are only used to help understand the method and core ideas of the present application; meanwhile, for those skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A multimedia data storage method applied to electronic equipment is characterized by comprising the following steps:
when a multimedia data storage instruction is received, multimedia data carried in the multimedia data storage instruction is obtained;
dividing the multimedia data into n data blocks, wherein n is a natural number more than or equal to 2;
determining n storage units in the electronic device memory;
and respectively storing the n data blocks into the n storage units through pulse signals.
2. The method according to claim 1, wherein the storing the n data blocks into the n storage units respectively by pulse signals comprises:
generating a pulse storage signal, the pulse storage signal comprising n storage pulses;
loading the n data blocks to the n storage pulses to obtain n loading storage pulses;
and storing the n load-store pulses into the n storage units respectively.
3. The multimedia data storage method of claim 2, the generating a pulse storage signal, comprising:
acquiring the size of a storage space of a storage unit of the memory and the size of the data block;
determining the amplitude and the width of a storage pulse according to the size of the storage space and the size of the data block;
and generating a pulse storage signal according to the storage pulse amplitude and the storage pulse width.
4. The method of claim 1, further comprising, after receiving the multimedia data storage command:
detecting whether the storage space of the storage unit in the n storage units is completely used;
if yes, acquiring the number k of all used storage units in the storage space, wherein k is less than n;
the determining n storage units in the electronic device memory comprises: k memory locations in the electronic device memory are determined.
5. The method of claim 1, further comprising, after receiving the multimedia data storage command:
detecting whether the residual storage space of the storage units in the n storage units is smaller than a preset storage space or not;
if yes, acquiring the number k of storage units of which the residual storage space is smaller than the preset storage space, wherein k is less than n;
dividing the multimedia data into n data blocks, comprising: dividing the multimedia data into n + k data blocks;
determining n memory locations in the electronic device memory, comprising: determining k storage units in the electronic device memory;
storing the n data blocks into the n storage units respectively through pulse signals, including: and respectively storing the n + k data blocks into the n + k storage units through pulse signals.
6. The multimedia data storage method according to any one of claims 1 to 5, further comprising:
when a multimedia data opening instruction is received, acquiring target multimedia data carried in the multimedia data opening instruction;
and acquiring a pulse storage signal corresponding to the target multimedia data from the storage unit to open the target multimedia data.
7. A multimedia data storage device for use in an electronic device, comprising:
the data acquisition unit is used for acquiring multimedia data carried in a multimedia data storage instruction when the multimedia data storage instruction is received;
the partitioning unit is used for partitioning the multimedia data into n data blocks, wherein n is a natural number which is more than or equal to 2;
a determination unit for determining n storage units in the electronic device memory;
and the storage unit is used for respectively storing the n data blocks into the n storage units through pulse signals.
8. The multimedia data storage device of claim 7, wherein the storage unit is specifically configured to:
generating a pulse storage signal, the pulse storage signal comprising n storage pulses;
loading the n data blocks to the n storage pulses to obtain n loading storage pulses;
and storing the n load-store pulses into the n storage units respectively.
9. A computer-readable storage medium having stored thereon a plurality of instructions adapted to be loaded by a processor to perform the method of storing multimedia data according to any one of claims 1 to 6.
10. An electronic device comprising a processor and a memory, wherein the processor is electrically connected to the memory, wherein the memory is used for storing instructions and data, and wherein the processor is used for executing the steps of the multimedia data storage method according to any one of claims 1 to 6.
CN201911368838.5A 2019-12-26 2019-12-26 Multimedia data storage method and device, storage medium and electronic equipment Active CN111143580B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911368838.5A CN111143580B (en) 2019-12-26 2019-12-26 Multimedia data storage method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911368838.5A CN111143580B (en) 2019-12-26 2019-12-26 Multimedia data storage method and device, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN111143580A true CN111143580A (en) 2020-05-12
CN111143580B CN111143580B (en) 2024-04-09

Family

ID=70520494

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911368838.5A Active CN111143580B (en) 2019-12-26 2019-12-26 Multimedia data storage method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN111143580B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113672162A (en) * 2020-05-14 2021-11-19 杭州萤石软件有限公司 Data storage method, device and equipment

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994008314A1 (en) * 1992-09-28 1994-04-14 Olympus Optical Co., Ltd. Dot code and information recording/reproducing system for recording/reproducing dot code
CN105453182A (en) * 2014-07-24 2016-03-30 华为技术有限公司 Data storage method and control device for phase-change memory
EP3073407A1 (en) * 2015-03-26 2016-09-28 Nagravision S.A. Method and system for searching for at least a specific datum in a user unit
CN108427982A (en) * 2018-03-16 2018-08-21 中国联合网络通信集团有限公司 A kind of data read-write method and device
CN108694241A (en) * 2018-05-14 2018-10-23 平安科技(深圳)有限公司 A kind of storage method and equipment of data
CN108962314A (en) * 2017-05-18 2018-12-07 旺宏电子股份有限公司 Allow the memory and method of position write-in logic with dynamic
CN109271106A (en) * 2018-08-31 2019-01-25 华为技术有限公司 Message storage, read method and device, server, storage medium
CN109412755A (en) * 2018-11-05 2019-03-01 东方网力科技股份有限公司 A kind of multimedia data processing method, device and storage medium
CN109542342A (en) * 2018-11-09 2019-03-29 锐捷网络股份有限公司 Metadata management and data reconstruction method, equipment and storage medium
CN109962944A (en) * 2017-12-22 2019-07-02 杭州海康威视系统技术有限公司 A kind of media data storage method, storage device and electronic equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1994008314A1 (en) * 1992-09-28 1994-04-14 Olympus Optical Co., Ltd. Dot code and information recording/reproducing system for recording/reproducing dot code
CN105453182A (en) * 2014-07-24 2016-03-30 华为技术有限公司 Data storage method and control device for phase-change memory
EP3073407A1 (en) * 2015-03-26 2016-09-28 Nagravision S.A. Method and system for searching for at least a specific datum in a user unit
CN108962314A (en) * 2017-05-18 2018-12-07 旺宏电子股份有限公司 Allow the memory and method of position write-in logic with dynamic
CN109962944A (en) * 2017-12-22 2019-07-02 杭州海康威视系统技术有限公司 A kind of media data storage method, storage device and electronic equipment
CN108427982A (en) * 2018-03-16 2018-08-21 中国联合网络通信集团有限公司 A kind of data read-write method and device
CN108694241A (en) * 2018-05-14 2018-10-23 平安科技(深圳)有限公司 A kind of storage method and equipment of data
CN109271106A (en) * 2018-08-31 2019-01-25 华为技术有限公司 Message storage, read method and device, server, storage medium
CN109412755A (en) * 2018-11-05 2019-03-01 东方网力科技股份有限公司 A kind of multimedia data processing method, device and storage medium
CN109542342A (en) * 2018-11-09 2019-03-29 锐捷网络股份有限公司 Metadata management and data reconstruction method, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113672162A (en) * 2020-05-14 2021-11-19 杭州萤石软件有限公司 Data storage method, device and equipment

Also Published As

Publication number Publication date
CN111143580B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
EP3916529A1 (en) Message sending method, and terminal device
CN110879680B (en) Icon management method and electronic equipment
CN109714476B (en) Data processing method and device, mobile terminal and storage medium
CN105094501B (en) Method, device and system for displaying messages in mobile terminal
CN110688051B (en) Screen recording operation method and device, computer readable storage medium and terminal
CN111104180A (en) Application program optimization method and device, storage medium and electronic equipment
CN109660445B (en) Message processing method, device and storage medium
CN105513098B (en) Image processing method and device
CN105700801B (en) Interface intercepting method and equipment
CN111026457B (en) Hardware configuration method and device, storage medium and terminal equipment
CN111372003A (en) Camera switching method and device and terminal
CN111143580B (en) Multimedia data storage method and device, storage medium and electronic equipment
CN108845755A (en) split screen processing method, device, storage medium and electronic equipment
CN110996003B (en) Photographing positioning method and device and mobile terminal
CN111355892B (en) Picture shooting method and device, storage medium and electronic terminal
CN112199050A (en) Storage method, device, storage medium and terminal equipment
CN112367428A (en) Electric quantity display method and system, storage medium and mobile terminal
CN108733458B (en) Method and terminal for playing content
CN111163223A (en) Flash lamp control method and device, storage medium and terminal equipment
CN111538706A (en) Data compression method and device, storage medium and mobile terminal
CN111522674A (en) Cross-application processing method of multimedia content and electronic equipment
CN111966271B (en) Screen panorama screenshot method and device, terminal equipment and storage medium
CN110990606B (en) Picture storage method and device, storage medium and electronic equipment
CN111026488B (en) Communication data saving method, device, terminal equipment and storage medium
CN112199245B (en) Mobile terminal screen detection method, system, storage medium and mobile terminal

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