DspThread.DspPerformCallback
JavaScript is disabled on your browser.

br.usp.ime.dspbenchmarking.threads

Class DspThread.DspPerformCallback

  • java.lang.Object
    • br.usp.ime.dspbenchmarking.threads.DspThread.DspPerformCallback
  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    DspThread


    public class DspThread.DspPerformCallback
    extends java.lang.Object
    implements java.lang.Runnable
    The DspPerformCallback is method called periodically at every DSP cycle. - convert PCM to doubles for processing and back. - Measure time used on computation.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void run()
      Control the processing of one block.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DspThread.DspPerformCallback

        public DspThread.DspPerformCallback()
    • Method Detail

      • run

        public void run()
        Control the processing of one block.
        Specified by:
        run in interface java.lang.Runnable