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 386 static Mutex gLockCache; // protects gOutputs, gPrevInSamplingRate, gPrevInFormat,
396 static audio_format_t gPrevInFormat;
  /frameworks/av/media/libmedia/
AudioSystem.cpp 47 audio_format_t AudioSystem::gPrevInFormat;
376 if ((inBuffSize == 0) || (sampleRate != gPrevInSamplingRate) || (format != gPrevInFormat)
389 gPrevInFormat = format;
    [all...]

Completed in 41 milliseconds