HomeSort by relevance Sort by last modified time
    Searched defs:mFrameCountP2 (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
fifo.h 36 size_t mFrameCountP2; // roundup(mFrameCount)
37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after
  /system/media/audio_utils/include/audio_utils/
fifo.h 36 size_t mFrameCountP2; // roundup(mFrameCount)
37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after
  /frameworks/av/include/private/media/
AudioTrackShared.h 226 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode

Completed in 208 milliseconds