Home
last modified time | relevance | path

Searched refs:dwChannelMode (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/dshow/
H A DPropPage_adv.cpp172 DWORD dwChannelMode = LOWORD(wParam) - IDC_RADIO_STEREO; in OnReceiveMessage() local
175 if (dwChannelMode == MPG_MD_JOINT_STEREO) in OnReceiveMessage()
180 m_pAEProps->set_ChannelMode(dwChannelMode); in OnReceiveMessage()
281 DWORD dwChannelMode; in InitPropertiesDialog() local
282 m_pAEProps->get_ChannelMode(&dwChannelMode); in InitPropertiesDialog()
283 CheckRadioButton(hwndParent, IDC_RADIO_STEREO, IDC_RADIO_MONO, IDC_RADIO_STEREO + dwChannelMode); in InitPropertiesDialog()
285 if (dwChannelMode == MPG_MD_JOINT_STEREO) in InitPropertiesDialog()
H A Diaudioprops.h125 DWORD *dwChannelMode in DECLARE_INTERFACE_()
129 DWORD dwChannelMode in DECLARE_INTERFACE_()
H A DMpegac.h152 STDMETHODIMP get_ChannelMode(DWORD *dwChannelMode);
153 STDMETHODIMP set_ChannelMode(DWORD dwChannelMode);
H A DMpegac.cpp1106 STDMETHODIMP CMpegAudEnc::get_ChannelMode(DWORD *dwChannelMode) in get_ChannelMode() argument
1110 *dwChannelMode = mec.ChMode; in get_ChannelMode()
1111 DbgLog((LOG_TRACE, 1, TEXT("get_ChannelMode -> %d"), *dwChannelMode)); in get_ChannelMode()
1115 STDMETHODIMP CMpegAudEnc::set_ChannelMode(DWORD dwChannelMode) in set_ChannelMode() argument
1119 mec.ChMode = (MPEG_mode)dwChannelMode; in set_ChannelMode()
1121 DbgLog((LOG_TRACE, 1, TEXT("set_ChannelMode(%d)"), dwChannelMode)); in set_ChannelMode()

Completed in 4 milliseconds