Lines Matching defs:mp3

103 static AuCtx *getMp3Ctx(u32 mp3) {  in getMp3Ctx()
127 auto mp3 = new AuCtx; in __Mp3DoState() local
162 static int sceMp3Decode(u32 mp3, u32 outPcmPtr) { in sceMp3Decode()
181 static int sceMp3ResetPlayPosition(u32 mp3) { in sceMp3ResetPlayPosition()
194 static int sceMp3CheckStreamDataNeeded(u32 mp3) { in sceMp3CheckStreamDataNeeded()
384 static int sceMp3Init(u32 mp3) { in sceMp3Init()
458 static int sceMp3GetLoopNum(u32 mp3) { in sceMp3GetLoopNum()
471 static int sceMp3GetMaxOutputSample(u32 mp3) { in sceMp3GetMaxOutputSample()
486 static int sceMp3GetSumDecodedSample(u32 mp3) { in sceMp3GetSumDecodedSample()
499 static int sceMp3SetLoopNum(u32 mp3, int loop) { in sceMp3SetLoopNum()
515 static int sceMp3GetMp3ChannelNum(u32 mp3) { in sceMp3GetMp3ChannelNum()
530 static int sceMp3GetBitRate(u32 mp3) { in sceMp3GetBitRate()
545 static int sceMp3GetSamplingRate(u32 mp3) { in sceMp3GetSamplingRate()
560 static int sceMp3GetInfoToAddStreamData(u32 mp3, u32 dstPtr, u32 towritePtr, u32 srcposPtr) { in sceMp3GetInfoToAddStreamData()
573 static int sceMp3NotifyAddStreamData(u32 mp3, int size) { in sceMp3NotifyAddStreamData()
586 static int sceMp3ReleaseMp3Handle(u32 mp3) { in sceMp3ReleaseMp3Handle()
610 static u32 sceMp3GetFrameNum(u32 mp3) { in sceMp3GetFrameNum()
623 static u32 sceMp3GetMPEGVersion(u32 mp3) { in sceMp3GetMPEGVersion()
640 static u32 sceMp3ResetPlayPositionByFrame(u32 mp3, u32 frame) { in sceMp3ResetPlayPositionByFrame()
657 static u32 sceMp3LowLevelInit(u32 mp3, u32 unk) { in sceMp3LowLevelInit()
678 static u32 sceMp3LowLevelDecode(u32 mp3, u32 sourceAddr, u32 sourceBytesConsumedAddr, u32 samplesAd… in sceMp3LowLevelDecode()