C# Class CSPspEmu.Hle.Modules.libatrac3plus.sceAtrac3plus

Inheritance: HleModuleHost
Show file Open project: soywiz/cspspemu

Private Methods

Method Description
TryToAlloc ( Atrac Atrac ) : Atrac
_sceAtracDecodeData ( Atrac Atrac, StereoShortSoundSample SamplesOut, int &DecodedSamples, int &ReachedEnd, int &RemainingFramesToDecode ) : int
sceAtracAddStreamData ( Atrac Atrac, int bytesToAdd ) : int
sceAtracDecodeData ( Atrac Atrac, StereoShortSoundSample SamplesOut, [ DecodedSamples, [ ReachedEnd, [ RemainingFramesToDecode ) : int
sceAtracEndEntry ( ) : int
sceAtracGetAtracID ( CodecType CodecType ) : Atrac
sceAtracGetBitrate ( Atrac Atrac, uint &Bitrate ) : int
sceAtracGetBufferInfoForReseting ( Atrac Atrac, uint uiSample, PspBufferInfo pBufferInfo ) : int
sceAtracGetBufferInfoForResetting ( Atrac Atrac, uint uiSample, void BufferInfoAddr ) : int
sceAtracGetChannel ( Atrac Atrac, int &Channels ) : int
sceAtracGetInternalErrorInfo ( Atrac Atrac, int &ErrorResult ) : int
sceAtracGetLoopStatus ( Atrac Atrac, int &piLoopNum, uint &puiLoopStatus ) : int
sceAtracGetMaxSample ( Atrac Atrac, int &MaxNumberOfSamples ) : int
sceAtracGetNextDecodePosition ( Atrac Atrac, int &SamplePosition ) : int
sceAtracGetNextSample ( Atrac Atrac, int &NumberOfSamplesInNextFrame ) : int
sceAtracGetOutputChannel ( CpuThreadState CpuThreadState, Atrac Atrac, int &OutputChannel ) : int
sceAtracGetRemainFrame ( Atrac Atrac, int &RemainFramePointer ) : int
sceAtracGetSecondBufferInfo ( Atrac Atrac, uint &puiPosition, uint &puiDataByte ) : int
sceAtracGetSoundSample ( Atrac Atrac, int EndSamplePointer, int LoopStartSamplePointer, int LoopEndSamplePointer ) : int
sceAtracGetStreamDataInfo ( Atrac Atrac, PspPointer &WritePointerPointer, int &AvailableBytes, int &ReadOffset ) : int
sceAtracIsSecondBufferNeeded ( Atrac Atrac ) : int
sceAtracReinit ( int at3Count, int at3plusCount ) : int
sceAtracReleaseAtracID ( Atrac Atrac ) : int
sceAtracResetPlayPosition ( Atrac Atrac, uint uiSample, uint uiWriteByteFirstBuf, uint uiWriteByteSecondBuf ) : int
sceAtracSetAA3DataAndGetID ( void buffer, int bufferSize, int fileSize, uint metadataSizeAddr ) : Atrac
sceAtracSetAA3HalfwayBufferAndGetID ( void halfBuffer, uint readSize, uint halfBufferSize ) : int
sceAtracSetData ( Atrac Atrac, byte BufferPointer, int BufferSizeInBytes ) : int
sceAtracSetDataAndGetID ( byte DataPointer, int DataLength ) : Atrac
sceAtracSetHalfwayBuffer ( Atrac Atrac, void halfBuffer, uint readSize, uint halfBufferSize ) : int
sceAtracSetHalfwayBufferAndGetID ( uint HalfBufferPointer, uint ReadSize, uint HalfBufferSize ) : int
sceAtracSetLoopNum ( Atrac Atrac, int NumberOfLoops ) : int
sceAtracSetMOutHalfwayBuffer ( ) : int
sceAtracSetMOutHalfwayBufferAndGetID ( void halfBuffer, uint readSize, uint halfBufferSize ) : int
sceAtracSetSecondBuffer ( Atrac Atrac, byte &pucSecondBufferAddr, uint uiSecondBufferByte ) : int
sceAtracStartEntry ( ) : int