Searched refs:bCRC (Results 1 - 5 of 5) sorted by relevance
/third_party/lame/ACM/ |
H A 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; member in AEncodeProperties
|
H A D | AEncodeProperties.cpp | 659 bCRC = (::IsDlgButtonChecked( HwndDlg, IDC_CHECK_CHECKSUM) == BST_CHECKED); 676 my_debug.OutPut("nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate); 743 bCRC = true; 1032 bCRC = (tmpname->compare("true") == 0); 1214 ::OutputDebugString(bCRC != the_instance.bCRC ?"2":"-"); 1241 || (bCRC != the_instance.bCRC) 1365 SetAttributeBool( tmpElt, "use", bCRC); [all...] |
/third_party/lame/Dll/ |
H A D | MP3export.pas | 54 bCRC : LongWord; 77 bCRC: LONGBOOL; // Insert CRC (TRUE/FALSE) 203 beConfig.Format.mp3.bCRC := $00000000; 222 beConfig.Format.lhv1.bCRC := False;
|
H A D | BladeMP3EncDLL.h | 141 BOOL bCRC; member 166 BOOL bCRC; // Insert CRC (TRUE/FALSE) member
|
H A D | BladeMP3EncDLL.c | 240 int nCRC=pbeConfig->format.mp3.bCRC; in __declspec() 253 lameConfig.format.LHV1.bCRC =nCRC&0x01; in __declspec() 470 if ( lameConfig.format.LHV1.bCRC ) in __declspec()
|
Completed in 6 milliseconds