Home
last modified time | relevance | path

Searched refs:bPrivate (Results 1 - 5 of 5) sorted by relevance

/third_party/lame/ACM/
H A DAEncodeProperties.h96 inline const bool GetPrivateMode() const { return bPrivate; } in GetPrivateMode()
146 inline void SetPrivateMode(const bool bMode) { bPrivate = bMode; } in SetPrivateMode()
389 bool bPrivate; member in AEncodeProperties
H A DAEncodeProperties.cpp662 bPrivate = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_PRIVATE) == BST_CHECKED);
676 my_debug.OutPut("nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate);
745 bPrivate = true;
1050 bPrivate = (tmpname->compare("true") == 0);
1216 ::OutputDebugString(bPrivate != the_instance.bPrivate ?"4":"-");
1243 || (bPrivate != the_instance.bPrivate)
1391 SetAttributeBool( tmpElt, "use", bPrivate);
[all...]
/third_party/lame/Dll/
H A DMP3export.pas53 bPrivate : LongWord;
76 bPrivate: LONGBOOL; // Set Private Bit (TRUE/FALSE)
205 beConfig.Format.mp3.bPrivate := 0;
221 beConfig.Format.lhv1.bPrivate := False;
H A DBladeMP3EncDLL.h140 BOOL bPrivate; member
165 BOOL bPrivate; // Set Private Bit (TRUE/FALSE) member
H A DBladeMP3EncDLL.c251 lameConfig.format.LHV1.bPrivate =pbeConfig->format.mp3.bPrivate; in __declspec()
480 if ( lameConfig.format.LHV1.bPrivate ) in __declspec()

Completed in 5 milliseconds