WO2021090608A1 - 情報処理装置およびファイル生成方法 - Google Patents

情報処理装置およびファイル生成方法 Download PDF

Info

Publication number
WO2021090608A1
WO2021090608A1 PCT/JP2020/036711 JP2020036711W WO2021090608A1 WO 2021090608 A1 WO2021090608 A1 WO 2021090608A1 JP 2020036711 W JP2020036711 W JP 2020036711W WO 2021090608 A1 WO2021090608 A1 WO 2021090608A1
Authority
WO
WIPO (PCT)
Prior art keywords
ring buffer
image data
unit
file
recording
Prior art date
Application number
PCT/JP2020/036711
Other languages
English (en)
French (fr)
Inventor
直人 沖野
Original Assignee
株式会社ソニー・インタラクティブエンタテインメント
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社ソニー・インタラクティブエンタテインメント filed Critical 株式会社ソニー・インタラクティブエンタテインメント
Priority to US17/766,538 priority Critical patent/US20230053330A1/en
Publication of WO2021090608A1 publication Critical patent/WO2021090608A1/ja

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/77Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • A63F13/49Saving the game status; Pausing or ending the game
    • A63F13/497Partially or entirely replaying previous game actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/76Television signal recording
    • H04N5/91Television signal processing therefor
    • H04N5/92Transformation of the television signal for recording, e.g. modulation, frequency changing; Inverse transformation for playback
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/20Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterised by details of the game platform
    • A63F2300/209Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterised by details of the game platform characterized by low level software layer, relating to hardware management, e.g. Operating System, Application Programming Interface
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/50Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers
    • A63F2300/55Details of game data or player data management
    • A63F2300/5526Game data structure
    • A63F2300/554Game data structure by saving game or status data

Definitions

  • the present invention relates to a technique that enables quick reproduction of image data recorded in a ring buffer.
  • Patent Document 1 discloses an information processing device including a recording control unit that records a game image displayed on a display in a ring buffer in the background.
  • the ring buffer is set with a start address and an end address in the recording area so that a 15-minute moving image can be recorded.
  • the recording control unit records the game image from the start address to the end address in the order of the predetermined address, it returns to the start address, overwrites the recording, and repeats the process.
  • the recording control unit constantly records the game image in the ring buffer in the background.
  • a 15-minute game video file is created by performing a predetermined video saving operation using the input device. Once the video file is created, the user can play the video file and view his or her play image.
  • the file system when a moving image is saved by a user, copies the image data recorded in the ring buffer to a recording area different from the ring buffer. Specifically, the file system secures a recording area for copying image data, creates a header and footer of a moving image file, and copies the image data recorded in the ring buffer to an area sandwiched between the header and footer. By doing so, I am creating a video file.
  • an object of the present invention is to realize a technique for promptly reproducing the image data recorded in the ring buffer.
  • the information processing apparatus of the present invention has a ring buffer for recording image data and a map for reproducing the image data recorded in the ring buffer in the order of recording in the ring buffer. It has a file generation unit that generates files.
  • Another aspect of the file generation method of the present invention is a step of recording image data in a ring buffer and a file for generating a map file for reproducing the image data recorded in the ring buffer in the order of recording in the ring buffer.
  • FIG. 1 shows an information processing system 1 according to an embodiment of the present invention.
  • the information processing device 10 is wirelessly or wiredly connected to the input device 6 operated by the user, and the input device 6 outputs operation information indicating the operation result of the user to the information processing device 10.
  • the information processing device 10 receives the operation information from the input device 6, it reflects it in the processing of the OS (system software) or the application, and outputs the processing result from the output device 4.
  • the information processing device 10 may be a game device that executes a game program
  • the input device 6 may be a device that supplies user operation information to the information processing device 10 such as a game controller.
  • the input device 6 is configured to have a plurality of input units such as a plurality of push-type operation buttons, an analog stick capable of inputting an analog amount, and a rotary button.
  • the output device 4 may be a television having a display for outputting an image and a speaker for outputting audio, or may be a head-mounted display.
  • the auxiliary storage device 2 may be a built-in storage device, or may be an external storage device connected to the information processing device 10 by USB (Universal Serial Bus) or the like.
  • the auxiliary storage device 2 of the embodiment is configured by an SSD (Solid State Drive). At present, four types of SSDs have been developed as shown below.
  • SLC single level cell
  • MLC multiple level cell
  • TLC Multiple Level Cell
  • a QLC quadrup cell
  • a QLC quadrupled level cell
  • the auxiliary storage device 2 of the embodiment may be composed of a plurality of types of SSDs having different durability performances.
  • the access point (hereinafter referred to as "AP") 8 has the functions of a wireless access point and a router, and the information processing device 10 connects to the AP 8 via wireless or wired, and is a server on an external network such as the Internet. Can be connected to communicate with.
  • FIG. 2 shows the hardware configuration of the information processing device 10.
  • the information processing device 10 includes a main power button 20, a power ON LED 21, a standby LED 22, a system controller 24, a clock 26, a device controller 30, a media drive 32, a USB module 34, a flash memory 36, a wireless communication module 38, and wired communication. It includes a module 40, a subsystem 50, and a main system 60.
  • the main system 60 includes a main CPU (Central Processing Unit), a memory and a memory controller which are main storage devices, a GPU (Graphics Processing Unit), and the like.
  • the GPU is mainly used for arithmetic processing of a game program. These functions may be configured as system-on-chip and formed on one chip.
  • the main CPU has a function of executing a game program recorded in the auxiliary storage device 2.
  • the subsystem 50 includes a sub CPU, a memory as a main storage device, a memory controller, and the like, does not have a GPU, and does not have a function of executing a game program.
  • the number of circuit gates of the sub CPU is smaller than the number of circuit gates of the main CPU, and the operating power consumption of the sub CPU is smaller than the operating power consumption of the main CPU.
  • the sub CPU operates even while the main CPU is in the standby state, and its processing function is limited in order to keep the power consumption low.
  • the main power button 20 is an input unit for inputting operations from the user, and is provided on the front surface of the housing of the information processing device 10 to turn on or off the power supply to the main system 60 of the information processing device 10. Manipulated for.
  • the power ON LED 21 lights up when the main power button 20 is turned on, and the standby LED 22 lights up when the main power button 20 is turned off.
  • the system controller 24 detects the user pressing the main power button 20. When the main power button 20 is pressed while the main power is off, the system controller 24 acquires the pressing operation as an "on instruction", while the main power is on when the main power is on. When the button 20 is pressed, the system controller 24 acquires the pressing operation as an "off instruction”.
  • the clock 26 is a real-time clock that generates current date and time information and supplies it to the system controller 24, the subsystem 50, and the main system 60.
  • the device controller 30 is configured as an LSI (Large-Scale Integrated Circuit) that executes information transfer between devices like a south bridge. As shown in the figure, devices such as a system controller 24, a media drive 32, a USB module 34, a flash memory 36, a wireless communication module 38, a wired communication module 40, a subsystem 50, and a main system 60 are connected to the device controller 30. Ru.
  • the device controller 30 absorbs the difference in electrical characteristics and the difference in data transfer speed of each device, and controls the timing of data transfer.
  • the media drive 32 is a drive device that mounts and drives software such as a game and a ROM medium 44 that records license information, and reads a program, data, or the like from the ROM medium 44.
  • the ROM medium 44 is a read-only recording medium such as an optical disc, a magneto-optical disc, or a Blu-ray disc.
  • the USB module 34 is a module that connects to an external device with a USB cable.
  • the USB module 34 may be connected to the auxiliary storage device 2 with a USB cable.
  • the flash memory 36 is an auxiliary storage device that constitutes an internal storage.
  • the wireless communication module 38 uses a communication protocol such as a Bluetooth (registered trademark) protocol or an IEEE 802.11 protocol to wirelessly communicate with, for example, an input device 6.
  • the wireless communication module 38 may be compatible with the digital mobile phone system.
  • the wired communication module 40 communicates with an external device by wire and connects to an external network via, for example, AP8.
  • FIG. 3 shows a functional block of the information processing device 10.
  • the information processing device 10 includes a processing unit 100, a communication unit 102, and a reception unit 104.
  • the processing unit 100 includes an application execution unit 110, an output processing unit 112, a recording control unit 114, a buffer memory 116, a ring buffer 118, a copy processing unit 120, a data recording unit 122, a file generation unit 124, a file recording unit 126, and a movement process.
  • the unit 128 is provided.
  • the communication unit 102 is represented as a configuration having the functions of the wireless communication module 38 and the wired communication module 40 shown in FIG.
  • the ring buffer 118, the data recording unit 122, and the file recording unit 126 may be configured in the recording area of the auxiliary storage device 2.
  • the configuration of the processing unit 100 is realized by the CPU, memory, programs loaded in the memory, storage, etc. of any computer, but here, the functional blocks realized by their cooperation are drawn. ing. Therefore, it will be understood by those skilled in the art that these functional blocks can be realized in various ways by hardware only, software only, or a combination thereof.
  • the processing unit 100 has a function of recording a game image displayed on the output device 4 in the background.
  • the reception unit 104 receives the operation information of the input device 6 by the user via the communication unit 102.
  • the application execution unit 110 of the embodiment executes the game software.
  • the game software performs arithmetic processing for moving the player character in the virtual space by using the operation information by the user.
  • the output processing unit 112 acquires the calculation processing result from the game software, generates the image data and the audio data of the game, and outputs them from the output device 4.
  • the output processing unit 112 may include a GPU (Graphics Processing Unit) that executes rendering processing and the like. Since the output processing unit 112 generates the image data of the game, it can be called an "image generation unit".
  • the output processing unit 112 generates image data and audio data of the game, outputs them from the output device 4, and supplies them to the recording control unit 114.
  • the image data and the audio data of the game are collectively referred to as "game image” or "game image data”.
  • the recording control unit 114 records the game image data generated by the output processing unit 112 in the ring buffer 118 together with the time information (time stamp).
  • the ring buffer 118 has a start address and an end address set in the recording area of the auxiliary storage device 2 so that, for example, a 15-minute game video can be recorded.
  • the start address and end address of the ring buffer 118 may be set by default at the time of shipment of the information processing apparatus 10.
  • the ring buffer 118 is formed in a level cell of a type having excellent durability performance, for example, an SLC (single level cell) because of its high operating frequency. Is preferable.
  • the recording control unit 114 When the recording control unit 114 records the game image data from the start address of the ring buffer 118 to the end address in the order of the predetermined address, it returns to the start address, overwrites and records it, and repeats the process. During game play by the user, the recording control unit 114 constantly records the game image data in the ring buffer 118.
  • the recording control unit 114 records high-resolution game image data generated by the output processing unit 112, for example, QHFD (Quad Full High Definition: 3840 ⁇ 2160) game image data in the ring buffer 118.
  • QHFD Quality Full High Definition: 3840 ⁇ 2160
  • the moving image saving operation is an operation for saving the image data recorded in the ring buffer 118 as a moving image file.
  • the moving image saving operation may be an input of a predetermined button of the input device 6, or may be a determination operation for the GUI for moving image storage displayed on the output device 4.
  • the user performs a moving image saving operation using the input device 6.
  • the moving image saving operation is accepted by the reception unit 104.
  • the copy processing unit 120 copies the image data recorded in the ring buffer 118 to the data recording unit 122 different from the ring buffer 118 to generate a moving image file.
  • the data recording unit 122 may be formed in a level cell of a type cheaper than the ring buffer 118, for example, a TLC (triple level cell).
  • the copy processing unit 120 can copy the image data to the data recording unit 122 in a short time to generate a moving image file. At this time, the user can quickly play the video file and see his / her own play image after performing the video saving operation.
  • the image data recorded in the ring buffer 118 since the image data recorded in the ring buffer 118 has a high resolution, it takes a certain amount of time to copy the image data to the data recording unit 122. Therefore, the user has to wait for the video file to be generated even though he / she wants to play the video file immediately after performing the video saving operation and see his / her own play image.
  • the file generation unit 124 generates a map file for reproducing the image data recorded in the ring buffer 118 in the order of recording in the ring buffer 118.
  • the generated map file is held in the file recording unit 126.
  • FIG. 4 shows an example of image data recorded in the ring buffer 118 and a map file held in the file recording unit 126.
  • image data is written in data block units.
  • the recording control unit 114 divides the image data generated by the output processing unit 112 into data block units and records the image data in the ring buffer 118.
  • the space delimited on the ring buffer 118 indicates one data block, and the position of the write pointer indicates the boundary position between the latest data block and the oldest data block.
  • "a m" is old recording time is most is image data that is then overwritten
  • "a N" recording time is the newest image data.
  • the receiving unit 104 accepts the moving image saving operation and notifies the file generation unit 124 that the moving image saving operation has been accepted.
  • the file generation unit 124 acquires information regarding the recording order of the data blocks in the ring buffer 118 from the recording control unit 114.
  • the information regarding the recording order may be information that identifies the data block (data block ID) arranged in the order of the oldest recorded image data, and is information in which the data block ID and the data recording time are associated with each other. It may be. In the example shown in FIG. 4, "a m" data block is recorded is oldest, "a m + 1" data block is recorded next oldest, ⁇ , "a N" is recorded Information indicating that the data block is the latest is provided to the recording control unit 114.
  • the file generation unit 124 When the file generation unit 124 acquires the information regarding the recording order of the data blocks, the file generation unit 124 generates a map file for reproducing the image data in the order recorded in the ring buffer 118 and records the information in the file recording unit 126.
  • the file recording unit 126 may be formed in a level cell of a type cheaper than the ring buffer 118, for example, a TLC (triple level cell).
  • the file generation unit 124 creates a header (h) and a footer (f), and generates a map file in which the address of the reference destination data block is specified in the recording order in the ring buffer 118.
  • the file generation unit 124 creates the actual data of the header and footer, but the header and footer refer to the actual data of the header and footer of the moving image file created in the data recording unit 122. May be good.
  • the file generation unit 124 can instantly generate the map file.
  • the moving image playback processing unit (not shown) performs the map file and the reference destination recorded in the file recording unit 126. Using the image data recorded in the ring buffer 118, a 15-minute game movie can be played back.
  • the file generation unit 124 provides the recording control unit 114 with information (data block ID) that identifies the data block of the ring buffer 118 that is the reference destination in the map file. In the example shown in FIG. 4, since all the data blocks of the ring buffer 118 are the reference destinations, the file generation unit 124 provides all the data block IDs to the recording control unit 114.
  • the recording control unit 114 prohibits the destruction of the image data of the corresponding data block by being provided with the data block ID that is the reference destination in the map file. That is, the recording control unit 114 does not overwrite and update the data block that is the reference destination. In the ring buffer 118 shown in FIG. 4, then overwrites the updated data blocks to be (i.e. oldest data block) is "a m" is a data block that has been recorded, the reference the data block is in the map file If set as the destination, the recording control unit 114 temporarily stores the image data generated by the output processing unit 112 in the buffer memory 116, and waits for overwriting and updating of the image data of the data block.
  • the file generation unit 124 since the ring buffer 118 exists for sequentially recording the image data generated by the output processing unit 112, the situation in which the image data cannot be recorded needs to be promptly resolved. Therefore, when the file generation unit 124 generates the map file shown in FIG. 4, the copy processing unit 120 immediately starts the process of copying the image data recorded in the ring buffer 118 to the data recording unit 122. When the copy processing unit 120 copies the image data of the data block of the ring buffer 118 to the data block of the data recording unit 122, the file generation unit 124 sets the address of the copied data block of the ring buffer 118 in the map file. Update to the address of the data block of the data recording unit 122.
  • FIG. 5 shows an example of a map file held in the file recording unit 126.
  • the map file refers to the header and footer of the moving image file of the data recording unit 122, but as shown in FIG. 4, the actual data of the header and footer is added to the map file. You may.
  • the copy processing unit 120 notifies the file generation unit 124 of the information (data block ID) for identifying the data block for which the copy has been completed and the address of the data block in the data recording unit 122. ..
  • the file generation unit 124 updates the address of the data block of the copy source ring buffer 118 to the address of the data block of the copy destination data recording unit 122.
  • the copy processing unit 120 copies the image data recorded in the ring buffer 118 to the data recording unit 122 in the order of recording in the ring buffer 118. That is, the copy processing unit 120 copies the oldest image data in the ring buffer 118 to the data recording unit 122 in order of data block unit.
  • "a m" is initially copied in the data recording unit 122
  • "a m + 1" is then copied.
  • the image data of each data block is recorded at a position continuous from the header.
  • the recording control unit 114 When the file generation unit 124 switches the reference destination from the data block of the ring buffer 118 to the data block of the data recording unit 122, the recording control unit 114 is notified of the information for identifying the data block of the original ring buffer 118. As a result, the recording control unit 114 recognizes that the image data of the notified data block can be discarded. In the example shown in FIG. 5, it recognizes that the recording control unit 114, recognizes that it may discard the first "a m", then may discard the "a m + 1". When the recording control unit 114 recognizes a data block in which the image data may be discarded, the recording control unit 114 overwrites the image data temporarily stored in the buffer memory 116 with the data block.
  • FIG. 6 shows an example of a map file held in the file recording unit 126.
  • all the image data recorded in the ring buffer 118 at the time when the user performs the moving image saving operation is copied to the data recording unit 122, and the map file refers to the data block of the data recording unit 122. Shown. At this point, a 15-minute moving image file is created and stored in the data recording unit 122.
  • the video playback processing unit (not shown) can play a 15-minute game video using the map file recorded in the file recording unit 126 and the image data recorded in the data recording unit 122 as a reference destination.
  • the moving image reproduction processing unit can also directly reproduce the moving image file stored in the data recording unit 122.
  • the movement processing unit 128 moves the image data existing in the reference destination (data recording unit 122) to the map file.
  • the map file needs to have the same number of data blocks as the moving image file.
  • the present invention has been described above based on examples. This embodiment is an example, and it is understood by those skilled in the art that various modifications are possible for each of these components and combinations of each processing process, and that such modifications are also within the scope of the present invention. .. In the embodiment, it has been described that the auxiliary storage device 2 is composed of a plurality of types of SSDs, but it may be composed of an HDD (hard disk drive).
  • HDD hard disk drive
  • the present invention can be used in the technical field of recording image data in a ring buffer.
  • 1 Information processing system, 2 ... Auxiliary storage device, 10 ... Information processing device, 100 ... Processing unit, 102 ... Communication unit, 104 ... Reception unit, 110 ... Application Execution unit, 112 ... Output processing unit, 114 ... Recording control unit, 116 ... Buffer memory, 118 ... Ring buffer, 120 ... Copy processing unit, 122 ... Data recording unit, 124 ... File generation unit, 126 ... File recording unit, 128 ... Movement processing unit.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Signal Processing (AREA)
  • Television Signal Processing For Recording (AREA)
  • User Interface Of Digital Computer (AREA)
  • Signal Processing For Digital Recording And Reproducing (AREA)

Abstract

出力処理部112は、ユーザがプレイしているゲームの画像データを生成する。リングバッファ118は、出力処理部112により生成された画像データを記録する。ファイル生成部124は、リングバッファ118に記録された画像データを、リングバッファ118に記録した順番で再生するためのマップファイルを生成し、ファイル記録部126に記録する。

Description

情報処理装置およびファイル生成方法
 本発明は、リングバッファに記録された画像データを速やかに再生できるようにする技術に関する。
 特許文献1は、ディスプレイに表示されるゲーム画像をリングバッファにバックグランド録画する記録制御部を備えた情報処理装置を開示する。リングバッファは15分の動画を記録できるように、記録領域における開始アドレスおよび終了アドレスを設定されている。記録制御部は、ゲーム画像を開始アドレスから予め定められたアドレスの順番で終了アドレスまで記録すると、開始アドレスに戻って上書き記録し、それを繰り返す。ユーザによるゲームプレイ中、記録制御部は、ゲーム画像をリングバッファに常時バックグランド録画している。これによりユーザはたとえば見事なプレイをしたときに、入力装置を用いて所定の動画保存操作を行うことで、15分間のゲーム動画ファイルが作成される。動画ファイルが作成されると、ユーザは動画ファイルを再生して、自分のプレイ画像を見ることができる。
 特許文献1に記載の情報処理装置において、ユーザによる動画保存操作が行われると、ファイルシステムが、リングバッファに記録された画像データを、リングバッファとは異なる記録領域にコピーする。具体的にファイルシステムは、画像データをコピーするための記録領域を確保し、動画ファイルのヘッダおよびフッタを作成して、リングバッファに記録された画像データをヘッダおよびフッタで挟まれる領域にコピーすることで、動画ファイルを作成している。
特開2014-92991号公報
 画像が高解像度となり、1フレームのデータサイズが大きくなると、画像データのコピー処理にかかる時間が長くなることで、動画ファイルの作成に時間がかかる。そのためユーザは、入力装置を用いて動画保存操作を行っても、ただちに動画ファイルを再生できない。
 そこで本発明は、リングバッファに記録された画像データを速やかに再生できるようにする技術を実現することを目的とする。
 上記課題を解決するために、本発明のある態様の情報処理装置は、画像データを記録するリングバッファと、リングバッファに記録された画像データを、リングバッファに記録した順番で再生するためのマップファイルを生成するファイル生成部とを備える。
 本発明の別の態様のファイル生成方法は、画像データをリングバッファに記録するステップと、リングバッファに記録された画像データを、リングバッファに記録した順番で再生するためのマップファイルを生成するファイルステップとを備える。
 なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様として有効である。
 本発明によると、リングバッファに記録された画像データを速やかに再生できるようにする技術を提供できる。
実施例にかかる情報処理システムを示す図である。 情報処理装置のハードウェア構成を示す図である。 情報処理装置の機能ブロックを示す図である。 マップファイルの例を示す図である。 マップファイルの例を示す図である。 マップファイルの例を示す図である。
 図1は、本発明の実施例にかかる情報処理システム1を示す。
 情報処理装置10は、ユーザが操作する入力装置6と無線または有線で接続し、入力装置6はユーザの操作結果を示す操作情報を情報処理装置10に出力する。情報処理装置10は入力装置6から操作情報を受け付けるとOS(システムソフトウェア)やアプリケーションの処理に反映し、出力装置4から処理結果を出力させる。情報処理システム1において情報処理装置10はゲームプログラムを実行するゲーム装置であり、入力装置6はゲームコントローラなど情報処理装置10に対してユーザの操作情報を供給する機器であってよい。入力装置6は複数のプッシュ式の操作ボタンや、アナログ量を入力できるアナログスティック、回動式ボタンなどの複数の入力部を有して構成される。出力装置4は画像を出力するディスプレイおよび音声を出力するスピーカを有するテレビであってよく、またヘッドマウントディスプレイであってもよい。
 補助記憶装置2は内蔵型記憶装置であってよく、またUSB(Universal Serial Bus)などで情報処理装置10と接続する外部記憶装置であってもよい。実施例の補助記憶装置2はSSD(ソリッドステートドライブ)によって構成される。現在のところ、以下に示すように4種類のSSDが開発されている。
 SLC(シングルレベルセル)は、1つのセルに1ビットの情報を保存するフラッシュメモリである。SLCはオンオフの2種類でデータ管理を行うため、他のタイプのレベルセルと比較して最も優れた耐久性能を有しているが、その反面高価である。MLC(マルチレベルセル)は、1つのセルに2ビットの情報を保存するフラッシュメモリであり、SLCと比べると安価であるが、耐久性能は劣る。TLC(トリプルレベルセル)は、1つのセルに3ビットの情報を保存するフラッシュメモリであり、現在のところ最も普及している。TLCはMLCと比べると安価であるが、耐久性能は劣る。QLC(クアッドレベルセル)は1つのセルに4ビットの情報を保存するフラッシュメモリであり、TLCと比べると安価であるが、耐久性能は劣る。実施例の補助記憶装置2は、耐久性能の異なる複数種類のSSDから構成されてよい。
 アクセスポイント(以下、「AP」とよぶ)8は、無線アクセスポイントおよびルータの機能を有し、情報処理装置10は、無線または有線経由でAP8に接続して、インターネットなどの外部ネットワーク上のサーバと通信可能に接続できる。
 図2は、情報処理装置10のハードウェア構成を示す。情報処理装置10は、メイン電源ボタン20、電源ON用LED21、スタンバイ用LED22、システムコントローラ24、クロック26、デバイスコントローラ30、メディアドライブ32、USBモジュール34、フラッシュメモリ36、無線通信モジュール38、有線通信モジュール40、サブシステム50およびメインシステム60を有して構成される。
 メインシステム60は、メインCPU(Central Processing Unit)、主記憶装置であるメモリおよびメモリコントローラ、GPU(Graphics Processing Unit)などを備える。GPUはゲームプログラムの演算処理に主として利用される。これらの機能はシステムオンチップとして構成されて、1つのチップ上に形成されてよい。メインCPUは補助記憶装置2に記録されたゲームプログラムを実行する機能をもつ。
 サブシステム50は、サブCPU、主記憶装置であるメモリおよびメモリコントローラなどを備え、GPUを備えず、ゲームプログラムを実行する機能をもたない。サブCPUの回路ゲート数は、メインCPUの回路ゲート数よりも少なく、サブCPUの動作消費電力は、メインCPUの動作消費電力よりも少ない。サブCPUは、メインCPUがスタンバイ状態にある間においても動作し、消費電力を低く抑えるべく、その処理機能を制限されている。
 メイン電源ボタン20は、ユーザからの操作入力が行われる入力部であって、情報処理装置10の筐体の前面に設けられ、情報処理装置10のメインシステム60への電源供給をオンまたはオフするために操作される。電源ON用LED21は、メイン電源ボタン20がオンされたときに点灯し、スタンバイ用LED22は、メイン電源ボタン20がオフされたときに点灯する。
 システムコントローラ24は、ユーザによるメイン電源ボタン20の押下を検出する。メイン電源がオフ状態にあるときにメイン電源ボタン20が押下されると、システムコントローラ24は、その押下操作を「オン指示」として取得し、一方で、メイン電源がオン状態にあるときにメイン電源ボタン20が押下されると、システムコントローラ24は、その押下操作を「オフ指示」として取得する。
 クロック26はリアルタイムクロックであって、現在の日時情報を生成し、システムコントローラ24やサブシステム50およびメインシステム60に供給する。デバイスコントローラ30は、サウスブリッジのようにデバイス間の情報の受け渡しを実行するLSI(Large-Scale Integrated Circuit)として構成される。図示のように、デバイスコントローラ30には、システムコントローラ24、メディアドライブ32、USBモジュール34、フラッシュメモリ36、無線通信モジュール38、有線通信モジュール40、サブシステム50およびメインシステム60などのデバイスが接続される。デバイスコントローラ30は、それぞれのデバイスの電気特性の違いやデータ転送速度の差を吸収し、データ転送のタイミングを制御する。
 メディアドライブ32は、ゲームなどのソフトウェア、およびライセンス情報を記録したROM媒体44を装着して駆動し、ROM媒体44からプログラムやデータなどを読み出すドライブ装置である。ROM媒体44は、光ディスクや光磁気ディスク、ブルーレイディスクなどの読出専用の記録メディアである。
 USBモジュール34は、外部機器とUSBケーブルで接続するモジュールである。USBモジュール34は補助記憶装置2とUSBケーブルで接続してもよい。フラッシュメモリ36は内部ストレージを構成する補助記憶装置である。無線通信モジュール38は、Bluetooth(登録商標)プロトコルやIEEE802.11プロトコルなどの通信プロトコルで、たとえば入力装置6と無線通信する。なお無線通信モジュール38は、デジタル携帯電話方式に対応してもよい。有線通信モジュール40は、外部機器と有線通信し、たとえばAP8を介して外部のネットワークに接続する。
 図3は、情報処理装置10の機能ブロックを示す。情報処理装置10は処理部100、通信部102および受付部104を備える。処理部100は、アプリケーション実行部110、出力処理部112、記録制御部114、バッファメモリ116、リングバッファ118、コピー処理部120、データ記録部122、ファイル生成部124、ファイル記録部126および移動処理部128を備える。通信部102は図2に示す無線通信モジュール38および有線通信モジュール40の機能を併せ持つ構成として表現される。リングバッファ118、データ記録部122およびファイル記録部126は、補助記憶装置2の記録領域に構成されてよい。
 処理部100の構成は、ハードウエアコンポーネントでいえば、任意のコンピュータのCPU、メモリ、メモリにロードされたプログラム、ストレージなどによって実現されるが、ここではそれらの連携によって実現される機能ブロックを描いている。したがって、これらの機能ブロックがハードウエアのみ、ソフトウエアのみ、またはそれらの組合せによっていろいろな形で実現できることは、当業者には理解されるところである。処理部100は、出力装置4に表示されるゲーム画像をバックグランドで録画する機能を有する。
 受付部104は、通信部102を介してユーザによる入力装置6の操作情報を受け付ける。実施例のアプリケーション実行部110はゲームソフトウェアを実行する。ゲームソフトウェアは、ユーザによる操作情報を用いて、仮想空間におけるプレイヤキャラクタを動かす演算処理を行う。出力処理部112はゲームソフトウェアから演算処理結果を取得し、ゲームの画像データおよび音声データを生成して出力装置4から出力させる。出力処理部112は、レンダリング処理などを実行するGPU(Graphics Processing Unit)を含んでよい。出力処理部112はゲームの画像データを生成するため、「画像生成部」と呼ぶことができる。
 実施例の情報処理装置10では、出力処理部112が、ゲームの画像データおよび音声データを生成して出力装置4から出力させるとともに、記録制御部114に供給する。以下、ゲームの画像データおよび音声データを、あわせて「ゲーム画像」または「ゲーム画像データ」と呼ぶ。記録制御部114は、出力処理部112により生成されたゲーム画像データを、リングバッファ118に時間情報(タイムスタンプ)とともに記録する。
 リングバッファ118は、たとえば15分のゲーム動画が記録できるように、補助記憶装置2の記録領域において開始アドレスおよび終了アドレスを設定されている。リングバッファ118の開始アドレスおよび終了アドレスは、情報処理装置10の出荷時にデフォルト設定されていてよい。補助記憶装置2が耐久性能の異なる複数タイプのSSDを備える場合、リングバッファ118は、稼働頻度が高いことから、耐久性能の優れたタイプのレベルセル、たとえばSLC(シングルレベルセル)に形成されることが好ましい。
 記録制御部114は、ゲーム画像データをリングバッファ118の開始アドレスから予め定められたアドレスの順番で終了アドレスまで記録すると、開始アドレスに戻って上書き記録し、それを繰り返す。ユーザによるゲームプレイ中、記録制御部114は、ゲーム画像データをリングバッファ118に常時録画している。記録制御部114は、出力処理部112により生成された高解像度のゲーム画像データ、たとえばQHFD(Quad Full High Definition:3840×2160)のゲーム画像データをリングバッファ118に記録する。
 ゲームプレイ中、ユーザは入力装置6を用いて所定の動画保存操作を行うことができる。動画保存操作は、リングバッファ118に記録されている画像データを、動画ファイルとして保存するための操作である。たとえば動画保存操作は、入力装置6の所定のボタンの入力であってよく、また出力装置4に表示される動画保存のためのGUIに対する決定操作であってもよい。ユーザは、たとえば見事な技でラスボスを倒したようなときに、入力装置6を用いて動画保存操作を行う。動画保存操作は、受付部104によって受け付けられる。
 実施例の処理部100では、コピー処理部120が、リングバッファ118に記録された画像データを、リングバッファ118とは異なるデータ記録部122にコピーして、動画ファイルを生成する。データ記録部122は、リングバッファ118よりも安価なタイプのレベルセル、たとえばTLC(トリプルレベルセル)に形成されてよい。リングバッファ118に記録されている画像データが低解像度である場合、コピー処理部120は、データ記録部122への画像データのコピー処理を短時間で実施して、動画ファイルを生成できる。このとき、ユーザは動画保存操作をした後、速やかに動画ファイルを再生して、自身のプレイ画像を見ることができる。
 しかしながら実施例では、リングバッファ118に記録されている画像データが高解像度であるため、データ記録部122への画像データのコピー処理に、ある程度の時間が必要となる。そのため、ユーザは動画保存操作をした後、ただちに動画ファイルを再生して自身のプレイ画像を見たいにも関わらず、動画ファイルが生成されるのを待たなければならない。
 そこで実施例では、ユーザが動画保存操作した後、リングバッファ118に記録されている画像データを速やかに再生できる技術を提供する。具体的には、ファイル生成部124が、リングバッファ118に記録された画像データを、リングバッファ118に記録した順番で再生するためのマップファイルを生成する。生成されたマップファイルは、ファイル記録部126に保持される。
 図4は、リングバッファ118に記録された画像データおよびファイル記録部126に保持されるマップファイルの例を示す。
 リングバッファ118において、画像データの書込はデータブロック単位で行われる。記録制御部114は、出力処理部112により生成された画像データをデータブロック単位で分割して、リングバッファ118に記録する。図4において、リングバッファ118上で区切られたスペースは1つのデータブロックを示し、書込ポインタの位置は、最新のデータブロックと最古のデータブロックとの境界位置を示している。図4に示す例で、“a”は、記録時刻が一番古く、次に上書き更新される画像データであり、“a”は記録時刻が一番新しい画像データである。
 ユーザが入力装置6を用いて動画保存操作を行うと、受付部104が動画保存操作を受け付け、ファイル生成部124に、動画保存操作を受け付けた旨を通知する。この通知を受けてファイル生成部124は、記録制御部114から、リングバッファ118におけるデータブロックの記録順に関する情報を取得する。記録順に関する情報は、データブロックを特定する情報(データブロックID)を、記録している画像データが古い順に並べたものであってよく、またデータブロックIDとデータ記録時刻とを対応付けた情報であってよい。図4に示す例では、“a”が記録されているデータブロックが一番古く、“am+1”が記録されているデータブロックが次に古く、・・・、“a”が記録されているデータブロックが一番新しいことを示す情報が、記録制御部114に提供される。
 ファイル生成部124は、データブロックの記録順に関する情報を取得すると、リングバッファ118に記録した順番で画像データを再生するためのマップファイルを生成して、ファイル記録部126に記録する。ファイル記録部126は、リングバッファ118よりも安価なタイプのレベルセル、たとえばTLC(トリプルレベルセル)に形成されてよい。図4を参照してファイル生成部124は、ヘッダ(h)およびフッタ(f)を作成し、リングバッファ118における記録順にしたがって参照先のデータブロックのアドレスを指定したマップファイルを生成する。なお、この例ではファイル生成部124が、ヘッダおよびフッタの実データを作成するが、ヘッダおよびフッタは、データ記録部122に作成される動画ファイルのヘッダおよびフッタの実データを参照するようにしてもよい。
 マップファイルの生成に際し、データコピーは実施されないため、ファイル生成部124は、マップファイルを瞬時に生成できる。図4に示すマップファイルが生成されると、リングバッファ118の記録内容が更新されないことを前提として、動画再生処理部(図示せず)が、ファイル記録部126に記録されたマップファイルおよび参照先となるリングバッファ118に記録された画像データを用いて、15分間のゲーム動画を再生できる。
 ファイル生成部124は、マップファイルにおいて参照先となっているリングバッファ118のデータブロックを特定する情報(データブロックID)を、記録制御部114に提供する。図4に示す例では、リングバッファ118の全てのデータブロックが参照先となっているため、ファイル生成部124は、全てのデータブロックIDを、記録制御部114に提供する。
 記録制御部114は、マップファイルにおいて参照先となっているデータブロックIDを提供されることで、該当するデータブロックの画像データの破棄を禁止する。つまり記録制御部114は、参照先となっているデータブロックを上書き更新しない。図4に示すリングバッファ118において、次に上書き更新されるべきデータブロック(つまり最古のデータブロック)は“a”が記録されているデータブロックであるが、当該データブロックがマップファイルにおいて参照先として設定されていれば、記録制御部114は、出力処理部112で生成された画像データをバッファメモリ116に一時記憶させ、当該データブロックの画像データの上書き更新を待機する。
 なおリングバッファ118は、出力処理部112で生成された画像データを順次記録するために存在するため、画像データを記録できない状況はすみやかに解消される必要がある。そこでファイル生成部124が図4に示すマップファイルを生成すると、ただちにコピー処理部120が、リングバッファ118に記録された画像データを、データ記録部122にコピーする処理を開始する。コピー処理部120が、リングバッファ118のデータブロックの画像データをデータ記録部122のデータブロックにコピーすると、ファイル生成部124は、マップファイルにおいて、コピーされたリングバッファ118のデータブロックのアドレスを、データ記録部122のデータブロックのアドレスに更新する。
 図5は、ファイル記録部126に保持されるマップファイルの例を示す。なお、図5に示す例では、マップファイルが、データ記録部122の動画ファイルのヘッダおよびフッタを参照しているが、図4に示したように、マップファイルにヘッダおよびフッタの実データを付加してもよい。
 図5に示す例では、リングバッファ118における“a”と“am+1”のデータが、データ記録部122にコピーされた状態を示す。コピー処理部120はデータブロックのコピーが完了する度に、ファイル生成部124に、コピーが完了したデータブロックを特定する情報(データブロックID)と、データ記録部122におけるデータブロックのアドレスを通知する。ファイル生成部124は、通知を受ける度に、コピー元のリングバッファ118のデータブロックのアドレスを、コピー先のデータ記録部122のデータブロックのアドレスに更新する。
 コピー処理部120は、リングバッファ118に記録された画像データを、リングバッファ118に記録した順番にしたがって、データ記録部122にコピーする。つまりコピー処理部120は、リングバッファ118における最も古い画像データから順に、データブロック単位でデータ記録部122にコピーする。図5に示す例では、“a”が最初にデータ記録部122にコピーされ、“am+1”が次にコピーされる。データ記録部122では、ヘッダから連続する位置に、各データブロックの画像データが記録される。
 ファイル生成部124が参照先を、リングバッファ118のデータブロックからデータ記録部122のデータブロックに切り替えると、元のリングバッファ118のデータブロックを特定する情報を記録制御部114に通知する。これにより記録制御部114は、通知されたデータブロックの画像データを破棄できることを認識する。図5に示す例では、記録制御部114が、最初に“a”を破棄してよいことを認識し、次に“am+1”を破棄してよいことを認識する。記録制御部114は、画像データを破棄してよいデータブロックを認識すると、バッファメモリ116に一時記憶していた画像データを、当該データブロックに上書きする。
 図6は、ファイル記録部126に保持されるマップファイルの例を示す。この例では、ユーザが動画保存操作を行った時点でリングバッファ118に記録されていた画像データが全てデータ記録部122にコピーされ、マップファイルが、データ記録部122のデータブロックを参照した状態を示している。この時点で、15分間の動画ファイルが作成され、データ記録部122に保存されている。
 動画再生処理部(図示せず)は、ファイル記録部126に記録されたマップファイルおよび参照先となるデータ記録部122に記録された画像データを用いて、15分間のゲーム動画を再生できる。なお動画再生処理部は、データ記録部122に保存された動画ファイルを、直接再生することも可能である。
 また移動処理部128が、参照先(データ記録部122)に存在する画像データを、マップファイルに移動することも可能である。その場合、マップファイルは、動画ファイルと同じ数のデータブロックを有して構成される必要がある。
 以上、本発明を実施例をもとに説明した。この実施例は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。実施例では、補助記憶装置2が複数種類のSSDにより構成されることを説明したが、HDD(ハードディスクドライブ)により構成されてもよい。
 本発明は、リングバッファに画像データを記録する技術分野に利用できる。
1・・・情報処理システム、2・・・補助記憶装置、10・・・情報処理装置、100・・・処理部、102・・・通信部、104・・・受付部、110・・・アプリケーション実行部、112・・・出力処理部、114・・・記録制御部、116・・・バッファメモリ、118・・・リングバッファ、120・・・コピー処理部、122・・・データ記録部、124・・・ファイル生成部、126・・・ファイル記録部、128・・・移動処理部。

Claims (7)

  1.  情報処理装置であって、
     画像データを記録するリングバッファと、
     前記リングバッファに記録された画像データを、前記リングバッファに記録した順番で再生するためのマップファイルを生成するファイル生成部と、
     を備えることを特徴とする情報処理装置。
  2.  前記ファイル生成部は、前記リングバッファにおけるデータブロックのアドレスを指定したマップファイルを生成する、
     ことを請求項1に記載の情報処理装置。
  3.  前記リングバッファとは異なるデータ記録部と、
     前記リングバッファに記録された画像データを、前記データ記録部にコピーするコピー処理部と、をさらに備え、
     前記コピー処理部が、前記リングバッファのデータブロックの画像データを前記データ記録部のデータブロックにコピーすると、前記ファイル生成部は、マップファイルにおいて、コピーされた前記リングバッファのデータブロックのアドレスを、前記データ記録部のデータブロックのアドレスに更新する、
     ことを特徴とする請求項1または2に記載の情報処理装置。
  4.  前記コピー処理部は、前記リングバッファに記録された画像データを、前記リングバッファに記録した順番にしたがって、前記データ記録部にコピーする、
     ことを特徴とする請求項3に記載の情報処理装置。
  5.  ユーザによる入力装置の操作情報を受け付ける受付部をさらに備え、
     前記受付部が前記入力装置の所定の操作情報を受け付けると、前記ファイル生成部が、マップファイルを生成する、
     ことを特徴とする請求項1から4のいずれかに記載の情報処理装置。
  6.  画像データをリングバッファに記録するステップと、
     前記リングバッファに記録された画像データを、前記リングバッファに記録した順番で再生するためのマップファイルを生成するステップと、
     を備えることを特徴とするファイル生成方法。
  7.  コンピュータに、
     画像データをリングバッファに記録する機能と、
     前記リングバッファに記録された画像データを、前記リングバッファに記録した順番で再生するためのマップファイルを生成する機能と、
     を実現させるためのプログラム。
PCT/JP2020/036711 2019-11-05 2020-09-28 情報処理装置およびファイル生成方法 WO2021090608A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/766,538 US20230053330A1 (en) 2019-11-05 2020-09-28 Information processing apparatus and file generation method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019-200774 2019-11-05
JP2019200774A JP7433843B2 (ja) 2019-11-05 2019-11-05 情報処理装置およびファイル生成方法

Publications (1)

Publication Number Publication Date
WO2021090608A1 true WO2021090608A1 (ja) 2021-05-14

Family

ID=75849874

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/036711 WO2021090608A1 (ja) 2019-11-05 2020-09-28 情報処理装置およびファイル生成方法

Country Status (3)

Country Link
US (1) US20230053330A1 (ja)
JP (1) JP7433843B2 (ja)
WO (1) WO2021090608A1 (ja)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001313908A (ja) * 2000-04-28 2001-11-09 Kenwood Corp 映像ディスク再生システム、映像ディスク再生方法及び記録媒体
JP2002260336A (ja) * 2001-02-28 2002-09-13 Pioneer Electronic Corp 情報記録再生方法及び情報記録再生装置
JP2010183370A (ja) * 2009-02-05 2010-08-19 Sanyo Electric Co Ltd 画像再生装置
JP2015198404A (ja) * 2014-04-02 2015-11-09 株式会社ソニー・コンピュータエンタテインメント 情報処理装置、情報処理システム、コンテンツ画像生成方法およびコンテンツデータ生成方法
JP2016116196A (ja) * 2014-12-18 2016-06-23 株式会社Cygames 情報処理プログラム、及び情報処理方法

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5675785A (en) * 1994-10-04 1997-10-07 Hewlett-Packard Company Data warehouse which is accessed by a user using a schema of virtual tables
US20050234858A1 (en) * 2004-03-30 2005-10-20 Yasuyuki Torii Recording and reproducing apparatus, reproducing apparatus, recording and reproducing method, reproducing method, program and recording medium
JP4262137B2 (ja) * 2004-05-28 2009-05-13 キヤノン株式会社 記録装置、撮像装置及びそれらの制御方法
JP4470692B2 (ja) * 2004-11-01 2010-06-02 ソニー株式会社 情報記録装置および方法、プログラム格納媒体、並びにプログラム
JP4704161B2 (ja) * 2005-09-13 2011-06-15 株式会社日立製作所 ファイルシステムの構築方法
US20090132621A1 (en) * 2006-07-28 2009-05-21 Craig Jensen Selecting storage location for file storage based on storage longevity and speed
JP2008072312A (ja) * 2006-09-13 2008-03-27 Sony Corp データ処理装置及びデータ処理方法、並びにコンピュータ・プログラム
JP5609021B2 (ja) * 2009-06-16 2014-10-22 ソニー株式会社 コンテンツ再生装置、コンテンツ提供装置及びコンテンツ配信システム
EP2878348B1 (en) * 2013-11-01 2020-04-29 Sony Interactive Entertainment Inc. Information processing device, data structure of game data, program, and recording medium
JP2015088146A (ja) * 2013-11-01 2015-05-07 株式会社ソニー・コンピュータエンタテインメント 情報処理装置
JP2015088143A (ja) * 2013-11-01 2015-05-07 株式会社ソニー・コンピュータエンタテインメント 情報処理装置およびゲームデータのデータ構造
US9479618B2 (en) * 2014-03-25 2016-10-25 Google Inc. Mechanism for handling user input loss that occurs during transmission from a client device to a remote server using ring buffer messages in conjunction with UDP
JP6465613B2 (ja) * 2014-10-10 2019-02-06 キヤノン株式会社 画像処理装置、撮像装置、画像処理装置の制御方法、コンピュータプログラム
CN113615163A (zh) * 2019-03-25 2021-11-05 索尼互动娱乐股份有限公司 信息处理设备
JP7348752B2 (ja) * 2019-05-31 2023-09-21 株式会社ソニー・インタラクティブエンタテインメント 情報処理装置
JP7254676B2 (ja) * 2019-10-17 2023-04-10 株式会社ソニー・インタラクティブエンタテインメント 情報処理装置および動画像編集方法
JP7348815B2 (ja) * 2019-11-14 2023-09-21 株式会社ソニー・インタラクティブエンタテインメント 情報処理装置およびファイル記録方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001313908A (ja) * 2000-04-28 2001-11-09 Kenwood Corp 映像ディスク再生システム、映像ディスク再生方法及び記録媒体
JP2002260336A (ja) * 2001-02-28 2002-09-13 Pioneer Electronic Corp 情報記録再生方法及び情報記録再生装置
JP2010183370A (ja) * 2009-02-05 2010-08-19 Sanyo Electric Co Ltd 画像再生装置
JP2015198404A (ja) * 2014-04-02 2015-11-09 株式会社ソニー・コンピュータエンタテインメント 情報処理装置、情報処理システム、コンテンツ画像生成方法およびコンテンツデータ生成方法
JP2016116196A (ja) * 2014-12-18 2016-06-23 株式会社Cygames 情報処理プログラム、及び情報処理方法

Also Published As

Publication number Publication date
JP7433843B2 (ja) 2024-02-20
JP2021077934A (ja) 2021-05-20
US20230053330A1 (en) 2023-02-23

Similar Documents

Publication Publication Date Title
JP2004038988A (ja) 外部記憶媒体を用いたホスト処理装置
JP5877186B2 (ja) 情報処理装置
JP3687090B2 (ja) 音源付き記憶装置
WO2021095377A1 (ja) 情報処理装置およびファイル記録方法
WO2021090608A1 (ja) 情報処理装置およびファイル生成方法
JP3696515B2 (ja) カーネル機能実現構造及びそれを備えたエンタテインメント装置、カーネルによる周辺ディバイスの制御方法
WO2020241545A1 (ja) 情報処理装置
JP6580515B2 (ja) 情報処理装置およびデータコピー方法
JP6767319B2 (ja) 情報処理装置およびファイルコピー方法
WO2021124633A1 (ja) 情報処理装置およびファイル記録方法
JP2005301885A (ja) データ記憶媒体へのアクセス方法,情報処理装置,データ記憶媒体へのアクセスプログラム
JP2010020845A (ja) 記録媒体初期化方法及び記録媒体初期化装置
US11836367B2 (en) Information processing device and file access method
JP2007059004A (ja) 情報処理装置および方法、プログラム並びに記録媒体
JP4439385B2 (ja) バッファリング装置およびバッファリング方法
JP4439384B2 (ja) バッファリング装置およびメモリ装置の利用方法
JP2020201574A (ja) 情報処理装置およびアプリケーション実行方法
JP2006154638A (ja) 再生装置、画像表示方法
JP2015028825A (ja) 記録装置
JP2006338350A (ja) データ制御システム及びプログラム
JP2006285603A (ja) データ記憶システム、データ記憶方法及び記憶媒体
JP2006018895A (ja) コンテンツ転送システム、コンテンツ記憶システム、コンテンツ記憶装置及びコンテンツ記憶方法
JP2007013779A (ja) 信号処理装置
JP2008085656A (ja) 記録再生装置
JP2009134348A (ja) 情報記録装置、情報処理装置、およびアクセス制御方法

Legal Events

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

Ref document number: 20883968

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20883968

Country of ref document: EP

Kind code of ref document: A1