Searched refs:pwfxDst (Results 1 – 2 of 2) sorted by relevance
726 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 …]
104 LPWAVEFORMATEX pwfxDst; // Dest format member131 LPWAVEFORMATEX pwfxDst; member