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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
MatlabPlot.cc 394 _xlim[0] = 0;
395 _xlim[1] = 0;
704 double xMin = _xlim[0];
705 double xMax = _xlim[1];
715 _xlim[0] = xMin;
716 _xlim[1] = xMax;
720 cmd << "axis([" << _xlim[0] << ", " << _xlim[1] << ", " << _ylim[0] << ", " << _ylim[1] << "]);";
MatlabPlot.h 136 double _xlim[2]; member in class:MatlabPlot

Completed in 49 milliseconds