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

  /frameworks/av/include/media/
AudioSystem.h 300 static audio_format_t gPrevInFormat;
  /frameworks/av/media/libmedia/
AudioSystem.cpp 44 audio_format_t AudioSystem::gPrevInFormat = AUDIO_FORMAT_PCM_16_BIT;
344 if ((inBuffSize == 0) || (sampleRate != gPrevInSamplingRate) || (format != gPrevInFormat)
355 gPrevInFormat = format;

Completed in 121 milliseconds