Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.cpp631 WAVEFORMATEX * pwfx = (WAVEFORMATEX *)pmt->Format(); in SetMediaType() local
634 if (pwfx) { in SetMediaType()
635 sample_rate = pwfx->nSamplesPerSec; in SetMediaType()
636 m_bytesToDuration = (float)1.e7 / (float)(pwfx->nChannels * sizeof(short) * pwfx->nSamplesPerSec); in SetMediaType()
/third_party/lame/ACM/
H A DACM.cpp505 WaveExt = a_FormatDetails->pwfx; in OnFormatDetails()
522 WaveExt = a_FormatDetails->pwfx; in OnFormatDetails()
544 WaveExt = a_FormatDetails->pwfx; in OnFormatDetails()

Completed in 5 milliseconds