This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Harukanaru Toki no Naka de - Hachiyoushou - ULJM06252
#5
Actually these threads exist due to psmf.prx and not libpsmfplayer.prx (even though they're still used this way). This was how developers used to playback media with the limited capabilities of psmf.prx.
Based on the logs, each thread has a specific set of functions:
Code:
ScePsmfPlayerOpenControlThread (sets up scePsmf structure, controls psmf handling and registers MPEG stream):
- scePsmfQueryStreamOffset
- scePsmfQueryStreamSize
- scePsmfVerifyPsmf
- scePsmfSetPsmf
- scePsmfGetPresentationStartTime
- scePsmfGetPresentationEndTime
- scePsmfGetNumberOfSpecificStreams
- scePsmfSpecifyStreamWithStreamTypeNumber
- scePsmfSpecifyStreamWithStreamType
- scePsmfGetCurrentStreamType
- scePsmfCheckEPmap
- sceMpegRegistStream

ScePsmfPlayerReadThread (prepares sceMpeg to handle the data sent from scePsmf):
- sceMpegFlushAllStream
- sceMpegRingbufferAvailableSize
- sceMpegRingbufferPut
- sceKernelDcacheWritebackRange
- sceKernelDcacheInvalidateRange
- sceDmacMemcpy

ScePsmfPlayerDecodeThread (decodes and plays the psmf, but using sceMpeg):
- sceMpegRingbufferAvailableSize
- sceMpegChangeGetAuMode
- sceMpegAvcDecodeFlush
- sceMpegInitAu
- sceMpegGetAtracAu
- sceMpegAtracDecode
- sceMpegGetPcmAu
- sceMpegGetAvcAu
- sceMpegAvcDecodeYCbCr

ScePsmfPlayerAbortThread (returns an error code if something goes wrong).

ScePsmfPlayerMCThread (checks some values, probably controls the start and stop of all the other threads by tracking the decoding status).
Reply


Messages In This Thread
RE: Harukanaru Toki no Naka de - Hachiyoushou - ULJM06252 - by Hykem - 03-23-2013, 04:44 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)