Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DAEncodeProperties.h88 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 DAEncodeProperties.cpp659 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 DMP3export.pas54 bCRC : LongWord;
77 bCRC: LONGBOOL; // Insert CRC (TRUE/FALSE)
203 beConfig.Format.mp3.bCRC := $00000000;
222 beConfig.Format.lhv1.bCRC := False;
H A DBladeMP3EncDLL.h141 BOOL bCRC; member
166 BOOL bCRC; // Insert CRC (TRUE/FALSE) member
H A DBladeMP3EncDLL.c240 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