Searched refs:bCRC (Results 1 – 5 of 5) sorted by relevance
/third_party/lame/ACM/ |
D | AEncodeProperties.h | 88 inline const bool GetCRCMode() const { return bCRC; } in GetCRCMode() 138 inline void SetCRCMode(const bool bMode) { bCRC = bMode; } in SetCRCMode() 387 bool bCRC; variable
|
D | AEncodeProperties.cpp | 659 bCRC = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_CHECKSUM) == BST_CHECKED); in UpdateValueFromDlg() 676 …dex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOrigi… in UpdateValueFromDlg() 743 bCRC = true; in ParamsRestore() 1032 bCRC = (tmpname->compare("true") == 0); in GetValuesFromKey() 1241 || (bCRC != the_instance.bCRC) in operator !=() 1365 SetAttributeBool( tmpElt, "use", bCRC); in SaveValuesToElement() 1370 SetAttributeBool( tmpElt, "use", bCRC); in SaveValuesToElement() 1570 …dex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOrigi… in HandleDialogCommand()
|
/third_party/lame/Dll/ |
D | MP3export.pas | 54 bCRC : LongWord; 77 bCRC: LONGBOOL; // Insert CRC (TRUE/FALSE) 222 beConfig.Format.lhv1.bCRC := False;
|
D | BladeMP3EncDLL.h | 141 BOOL bCRC; member 166 BOOL bCRC; // Insert CRC (TRUE/FALSE) member
|
D | BladeMP3EncDLL.c | 240 int nCRC=pbeConfig->format.mp3.bCRC; in beInitStream() 253 lameConfig.format.LHV1.bCRC =nCRC&0x01; in beInitStream() 470 if ( lameConfig.format.LHV1.bCRC ) in beInitStream()
|