summaryrefslogtreecommitdiffstats
path: root/media/base/audio_fifo_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, media/ edition.rsleevi@chromium.org2013-02-061-1/+1
| | | | | | | | | | | Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12211032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180992 0039d316-1c4b-4281-b951-d872f2087c98
* Adds media::AudioPullFifo class to Chrome.scherkus@chromium.org2012-09-101-66/+46
| | | | | | | | | | | | | | | | | | | A FIFO (First In First Out) buffer to handle mismatches in buffer sizes between a provider and consumer. The consumer will pull data from this FIFO. If data is already available in the FIFO, it is provided to the consumer. If insufficient data is available to satisfy the request, the FIFO will ask the provider for more data to fulfill a request. Patch by henrika@chromium.org: http://codereview.chromium.org/10915123/ BUG=none TEST=--gtest_filter=AudioPullFifoTest.* TBR=henrika Review URL: https://chromiumcodereview.appspot.com/10914178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155744 0039d316-1c4b-4281-b951-d872f2087c98
* Ports the WebCore::AudioFIFO in WebKit to Chrome style.henrika@chromium.org2012-09-061-0/+214
This class will be use in an upcoming AudioPullFifo class. BUG=none TEST=media_unittests --gtest_filter=AudioFifoTest.* Review URL: https://chromiumcodereview.appspot.com/10912079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155171 0039d316-1c4b-4281-b951-d872f2087c98