Searched refs:nChannelIndex (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/ACM/ |
H A D | AEncodeProperties.cpp | 277 assert(nChannelIndex < sizeof(the_ChannelModes)); 279 return the_ChannelModes[nChannelIndex]; 564 if (i == nChannelIndex) 652 nChannelIndex = SendMessage(GetDlgItem( HwndDlg, IDC_COMBO_ENC_STEREO), CB_GETCURSEL, NULL, NULL); 676 my_debug.OutPut("nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate); 758 nChannelIndex = 2; // joint-stereo 1166 nChannelIndex = i; 1222 ::OutputDebugString(nChannelIndex != the_instance.nChannelIndex [all...] |
H A D | AEncodeProperties.h | 294 inline const char * GetChannelModeString() const {return GetChannelModeString(nChannelIndex); } in GetChannelModeString() 406 int nChannelIndex; member in AEncodeProperties
|
Completed in 2 milliseconds