Home
last modified time | relevance | path

Searched refs:the_Format (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/ACM/
H A DACM.cpp1206 void ACM::GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const in GetMP3FormatForIndex() argument
1214 // the_Format.wBitsPerSample = 16; in GetMP3FormatForIndex()
1215 the_Format.wBitsPerSample = 0; in GetMP3FormatForIndex()
1218 // the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetMP3FormatForIndex()
1220 the_Format.nBlockAlign = 1; in GetMP3FormatForIndex()
1222 the_Format.nSamplesPerSec = bitrate_table[the_Index].frequency; in GetMP3FormatForIndex()
1223 the_Format.nAvgBytesPerSec = bitrate_table[the_Index].bitrate * 1000 / 8; in GetMP3FormatForIndex()
1229 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1231 the_Format.cbSize = sizeof(MPEGLAYER3WAVEFORMAT) - sizeof(WAVEFORMATEX); in GetMP3FormatForIndex()
1232 MPEGLAYER3WAVEFORMAT * tmpFormat = (MPEGLAYER3WAVEFORMAT *) &the_Format; in GetMP3FormatForIndex()
1250 GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const GetPCMFormatForIndex() argument
[all...]
H A DACM.h85 void GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const;
86 void GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_String[ACMFORMATDETAILS_FORMAT_CHARS]) const;

Completed in 3 milliseconds