Home
last modified time | relevance | path

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

/third_party/lame/ACM/
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; variable
DAEncodeProperties.cpp662 bPrivate = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_PRIVATE) == BST_CHECKED); in UpdateValueFromDlg()
676 …d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate); in UpdateValueFromDlg()
745 bPrivate = true; in ParamsRestore()
1050 bPrivate = (tmpname->compare("true") == 0); in GetValuesFromKey()
1243 || (bPrivate != the_instance.bPrivate) in operator !=()
1391 SetAttributeBool( tmpElt, "use", bPrivate); in SaveValuesToElement()
1396 SetAttributeBool( tmpElt, "use", bPrivate); in SaveValuesToElement()
1570 …d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate); in HandleDialogCommand()
/third_party/lame/Dll/
DMP3export.pas53 bPrivate : LongWord;
76 bPrivate: LONGBOOL; // Set Private Bit (TRUE/FALSE)
221 beConfig.Format.lhv1.bPrivate := False;
DBladeMP3EncDLL.h140 BOOL bPrivate; member
165 BOOL bPrivate; // Set Private Bit (TRUE/FALSE) member
DBladeMP3EncDLL.c251 lameConfig.format.LHV1.bPrivate =pbeConfig->format.mp3.bPrivate; in beInitStream()
480 if ( lameConfig.format.LHV1.bPrivate ) in beInitStream()