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

  /external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon7217
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon7267
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorusdata.h 93 EAS_BOOL bypass; member in struct:__anon7320
  /external/zlib/examples/
gzappend.c 202 unsigned bypass; local
206 bypass = n & ~((1U << in->size) - 1);
207 if (bypass) {
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
210 n -= bypass;
  /frameworks/base/services/surfaceflinger/
Layer.cpp 248 // Here we have a "bypass" buffer, but we need to composite it
327 uint32_t w, h, f, bypass; local
331 bypass = mBypassState;
362 if (!mSecure && bypass && (effectiveUsage & GRALLOC_USAGE_HW_RENDER)) {
375 // allocation didn't succeed, probably because an older bypass
704 " freezeLock=%p, bypass=%d, dq-q-time=%u us\n",

Completed in 90 milliseconds