HomeSort by relevance Sort by last modified time
    Searched refs:MatlabEngine (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.h 91 friend class MatlabEngine;
148 class MatlabEngine
151 MatlabEngine();
152 ~MatlabEngine();
MatlabPlot.cc 31 MatlabEngine eng;
890 MatlabEngine::MatlabEngine()
900 _plotThread = ThreadWrapper::CreateThread(MatlabEngine::PlotThread, this, kLowPriority, "MatlabPlot");
904 throw "Unable to start MatlabEngine thread";
915 MatlabEngine::~MatlabEngine()
945 MatlabPlot * MatlabEngine::NewPlot(MatlabPlot *newPlot)
962 void MatlabEngine::DeletePlot(MatlabPlot *plot)
991 bool MatlabEngine::PlotThread(void *obj
    [all...]

Completed in 873 milliseconds