Home
last modified time | relevance | path

Searched refs:pwfxDst (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/ACM/
DACM.cpp726 a_FormatSuggest->pwfxDst->wFormatTag, in OnFormatSuggest()
727 a_FormatSuggest->pwfxDst->nChannels, in OnFormatSuggest()
728 a_FormatSuggest->pwfxDst->nSamplesPerSec, in OnFormatSuggest()
729 a_FormatSuggest->pwfxDst->nAvgBytesPerSec, in OnFormatSuggest()
730 a_FormatSuggest->pwfxDst->nBlockAlign, in OnFormatSuggest()
731 a_FormatSuggest->pwfxDst->wBitsPerSample); in OnFormatSuggest()
746 if (PERSONAL_FORMAT != a_FormatSuggest->pwfxDst->wFormatTag) in OnFormatSuggest()
751 a_FormatSuggest->pwfxDst->wFormatTag = PERSONAL_FORMAT; in OnFormatSuggest()
764 if (a_FormatSuggest->pwfxSrc->nChannels != a_FormatSuggest->pwfxDst->nChannels) in OnFormatSuggest()
769 a_FormatSuggest->pwfxDst->nChannels = a_FormatSuggest->pwfxSrc->nChannels; in OnFormatSuggest()
[all …]
/third_party/lame/ACM/ddk/
Dmsacmdrv.h104 LPWAVEFORMATEX pwfxDst; // Dest format member
131 LPWAVEFORMATEX pwfxDst; member