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 290 static audio_format_t gPrevInFormat;
  /frameworks/av/media/libmedia/
AudioSystem.cpp 43 audio_format_t AudioSystem::gPrevInFormat = AUDIO_FORMAT_PCM_16_BIT;
335 if ((inBuffSize == 0) || (sampleRate != gPrevInSamplingRate) || (format != gPrevInFormat)
346 gPrevInFormat = format;

Completed in 999 milliseconds