HomeSort by relevance Sort by last modified time
    Searched refs:roundup (Results 26 - 34 of 34) sorted by null

12

  /frameworks/av/include/private/media/
AudioTrackShared.h 27 #include <media/nbaio/roundup.h>
  /external/libpcap/
pcap-bpf.c 1700 #define roundup macro
    [all...]
  /external/elfutils/0.153/src/
strings.c 483 roundup (2 * min_len_bytes + 1, ps));
  /frameworks/av/services/audioflinger/
FastMixer.cpp 477 if (samplingN <= mSamplingN || samplingN > kSamplingN || roundup(samplingN) != samplingN) {
Tracks.cpp 116 size_t bufferSize = (buffer == NULL ? roundup(frameCount) : frameCount) * mFrameSize;
    [all...]
Threads.cpp     [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 3036 roundup(char *s0, int ndigits) function
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 46 mFrameCountP2(roundup(frameCount)), mIsOut(isOut), mClientInServer(clientInServer),
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 190 curr->end = roundup(curr->start, 4096);
    [all...]

Completed in 237 milliseconds

12