Home
last modified time | relevance | path

Searched refs:dwStructSize (Results 1 – 4 of 4) sorted by relevance

/third_party/lame/Dll/
DMP3export.pas62 dwStructSize: DWORD;
209 beConfig.Format.lhv1.dwStructSize := SizeOf(beConfig);
DBladeMP3EncDLL.h151 DWORD dwStructSize; member
DExample.cpp176 beConfig.format.LHV1.dwStructSize = sizeof(beConfig); in main()
DBladeMP3EncDLL.c257 lameConfig.format.LHV1.dwStructSize=CURRENT_STRUCT_SIZE; in beInitStream()
275 memcpy(&lameConfig,pbeConfig,pbeConfig->format.LHV1.dwStructSize); in beInitStream()