Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.cpp1220 the_Format.wBitsPerSample = 0; in GetMP3FormatForIndex()
1225 the_Format.nBlockAlign = 1; in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1241 tmpFormat->nBlockSize = Block_size * the_Format.nAvgBytesPerSec / the_Format.nSamplesPerSec; in GetMP3FormatForIndex()
1247 …ntfA( temp, "%d Hz, %d kbps ABR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1249 …ntfA( temp, "%d Hz, %d kbps CBR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1258 the_Format.wBitsPerSample = 16; in GetPCMFormatForIndex()
1259 the_Format.nBlockAlign = the_Format.nChannels * the_Format.wBitsPerSample / 8; in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
[all …]
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…
/dports/audio/lame/lame-3.100/ACM/
H A DACM.cpp1220 the_Format.wBitsPerSample = 0; in GetMP3FormatForIndex()
1225 the_Format.nBlockAlign = 1; in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1241 tmpFormat->nBlockSize = Block_size * the_Format.nAvgBytesPerSec / the_Format.nSamplesPerSec; in GetMP3FormatForIndex()
1247 …ntfA( temp, "%d Hz, %d kbps ABR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1249 …ntfA( temp, "%d Hz, %d kbps CBR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1258 the_Format.wBitsPerSample = 16; in GetPCMFormatForIndex()
1259 the_Format.nBlockAlign = the_Format.nChannels * the_Format.wBitsPerSample / 8; in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
[all …]
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…
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.cpp1220 the_Format.wBitsPerSample = 0; in GetMP3FormatForIndex()
1225 the_Format.nBlockAlign = 1; in GetMP3FormatForIndex()
1234 the_Format.nChannels = bitrate_table[the_Index].channels; in GetMP3FormatForIndex()
1241 tmpFormat->nBlockSize = Block_size * the_Format.nAvgBytesPerSec / the_Format.nSamplesPerSec; in GetMP3FormatForIndex()
1247 …ntfA( temp, "%d Hz, %d kbps ABR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1249 …ntfA( temp, "%d Hz, %d kbps CBR, %s", the_Format.nSamplesPerSec, the_Format.nAvgBytesPerSec * 8 / … in GetMP3FormatForIndex()
1258 the_Format.wBitsPerSample = 16; in GetPCMFormatForIndex()
1259 the_Format.nBlockAlign = the_Format.nChannels * the_Format.wBitsPerSample / 8; in GetPCMFormatForIndex()
1267 the_Format.nSamplesPerSec = mpeg1_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
1272 the_Format.nSamplesPerSec = mpeg2_freq[a_Channel_Independent]; in GetPCMFormatForIndex()
[all …]
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…