Searched refs:lpData (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
H A D_cvfacedetection.h227 virtual void CreateFace(void * lpData) = 0;
287 virtual void CreateFace(void * lpData);
H A Dcvface.cpp200 void RFace::CreateFace(void * lpData) argument
207 FaceData * lpFaceData = (FaceData*)lpData;
/external/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp505 static int CALLBACK CompareItems2(LPARAM lParam1, LPARAM lParam2, LPARAM lpData) argument
507 return ((CBrowseDialog *)lpData)->CompareItems(lParam1, lParam2);
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc1736 _waveHeaderOut[n].lpData = reinterpret_cast<LPSTR>(&_playBuffer[n]);
1744 // The lpData, dwBufferLength, and dwFlags members of the WAVEHDR structure must be set
2637 _waveHeaderIn[n].lpData = reinterpret_cast<LPSTR>(&_recBuffer[n]);
3242 _ptrAudioBuffer->SetRecordedBuffer(_waveHeaderIn[bufCount].lpData, nSamplesRecorded);

Completed in 238 milliseconds