Home
last modified time | relevance | path

Searched refs:the_Index (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.h85 …void GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
86 …void GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
H A DACM.cpp1211 void ACM::GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetMP3FormatForIndex() argument
1217 if (the_Index < bitrate_table.size()) in GetMP3FormatForIndex()
1227 the_Format.nSamplesPerSec = bitrate_table[the_Index].frequency; in GetMP3FormatForIndex()
1228 the_Format.nAvgBytesPerSec = bitrate_table[the_Index].bitrate * 1000 / 8; in GetMP3FormatForIndex()
1229 if (bitrate_table[the_Index].frequency >= mpeg1_freq[SIZE_FREQ_MPEG1-1]) in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1240 tmpFormat->fdwFlags = 2 + ((bitrate_table[the_Index].mode == vbr_abr)?0:2); in GetMP3FormatForIndex()
1246 if (bitrate_table[the_Index].mode == vbr_abr) in GetMP3FormatForIndex()
1255 void ACM::GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetPCMFormatForIndex() argument
1257 the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetPCMFormatForIndex()
[all …]
/dports/audio/lame/lame-3.100/ACM/
H A DACM.h85 …void GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
86 …void GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
H A DACM.cpp1211 void ACM::GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetMP3FormatForIndex() argument
1217 if (the_Index < bitrate_table.size()) in GetMP3FormatForIndex()
1227 the_Format.nSamplesPerSec = bitrate_table[the_Index].frequency; in GetMP3FormatForIndex()
1228 the_Format.nAvgBytesPerSec = bitrate_table[the_Index].bitrate * 1000 / 8; in GetMP3FormatForIndex()
1229 if (bitrate_table[the_Index].frequency >= mpeg1_freq[SIZE_FREQ_MPEG1-1]) in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1240 tmpFormat->fdwFlags = 2 + ((bitrate_table[the_Index].mode == vbr_abr)?0:2); in GetMP3FormatForIndex()
1246 if (bitrate_table[the_Index].mode == vbr_abr) in GetMP3FormatForIndex()
1255 void ACM::GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetPCMFormatForIndex() argument
1257 the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetPCMFormatForIndex()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.h85 …void GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
86 …void GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the_Str…
H A DACM.cpp1211 void ACM::GetMP3FormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetMP3FormatForIndex() argument
1217 if (the_Index < bitrate_table.size()) in GetMP3FormatForIndex()
1227 the_Format.nSamplesPerSec = bitrate_table[the_Index].frequency; in GetMP3FormatForIndex()
1228 the_Format.nAvgBytesPerSec = bitrate_table[the_Index].bitrate * 1000 / 8; in GetMP3FormatForIndex()
1229 if (bitrate_table[the_Index].frequency >= mpeg1_freq[SIZE_FREQ_MPEG1-1]) in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1240 tmpFormat->fdwFlags = 2 + ((bitrate_table[the_Index].mode == vbr_abr)?0:2); in GetMP3FormatForIndex()
1246 if (bitrate_table[the_Index].mode == vbr_abr) in GetMP3FormatForIndex()
1255 void ACM::GetPCMFormatForIndex(const DWORD the_Index, WAVEFORMATEX & the_Format, unsigned short the… in GetPCMFormatForIndex() argument
1257 the_Format.nChannels = SIZE_CHANNEL_MODE - int(the_Index % SIZE_CHANNEL_MODE); in GetPCMFormatForIndex()
[all …]