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

  /frameworks/base/media/libmedia/
AudioSystem.cpp 48 int AudioSystem::gPrevInFormat = AudioSystem::PCM_16_BIT;
319 if ((gInBuffSize == 0) || (sampleRate != gPrevInSamplingRate) || (format != gPrevInFormat)
323 gPrevInFormat = format;
  /frameworks/base/include/media/
AudioSystem.h 426 static int gPrevInFormat;

Completed in 336 milliseconds