HomeSort by relevance Sort by last modified time
    Searched full:unprocessed (Results 76 - 100 of 418) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/boringssl/src/ssl/
tls_method.cc 76 /* There may not be unprocessed record data at a cipher change. */
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 264 UnicodeString fIntegerSamples; // without @decimal or @integer, otherwise unprocessed.
  /external/svox/pico/lib/
picosa.h 49 unprocessed:
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 304 * Setup the mixer gain for the unprocessed path
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 367 * <p>RAW_PRIVATE is a format for unprocessed raw image buffers coming from an
380 * unprocessed format, usually representing raw Bayer-pattern images coming
504 * unprocessed format, usually representing raw Bayer-pattern images coming
673 * Unprocessed implementation-dependent raw
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 87 // Now mark all unprocessed messages as processing.
  /system/extras/perfprofd/
configreader.cc 106 // Maximum number of unprocessed profiles we can accumulate in the
  /development/ndk/platforms/android-24/include/media/
NdkImage.h 108 * <p>AIMAGE_FORMAT_RAW_PRIVATE is a format for unprocessed raw image buffers coming from an
119 * unprocessed format, usually representing raw Bayer-pattern images coming
237 * unprocessed format, usually representing raw Bayer-pattern images coming
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 188 Unprocessed,
195 : RS(Unprocessed), NumOpts(0), DeniedOpts(0), OptUnsafeEdges(nullptr),
430 case NodeMetadata::Unprocessed: break;
  /device/google/marlin/
mixer_paths.xml     [all...]
  /device/google/muskie/
mixer_paths_tavil.xml     [all...]
  /device/google/taimen/
mixer_paths_tavil.xml     [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 277 /** Microphone audio source tuned for unprocessed (raw) sound if available, behaves like
279 public static final int UNPROCESSED = 9;
320 case AudioSource.UNPROCESSED:
348 case AudioSource.UNPROCESSED:
349 return "UNPROCESSED";
494 return AudioSource.UNPROCESSED;
    [all...]
  /frameworks/av/media/ndk/include/media/
NdkImage.h 207 * <p>AIMAGE_FORMAT_RAW_PRIVATE is a format for unprocessed raw image buffers coming from an
218 * unprocessed format, usually representing raw Bayer-pattern images coming
336 * unprocessed format, usually representing raw Bayer-pattern images coming
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
SurfaceTraceReceiver.java 218 // First we have to merge any unprocessed bytes from the last call in to
  /external/drrickorang/LoopbackApp/app/src/main/res/values/
strings.xml 53 <item>UNPROCESSED (N or later)</item>
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
UOption.java 138 * @return the number of unprocessed arguments in argv[], including
  /external/python/cpython2/Doc/library/
htmllib.rst 44 force processing of all unprocessed data, call the :meth:`close` method.
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 276 unprocessed = len(f.read())
278 if unprocessed and verbose:
279 verbose.write("%d processed + %d unprocessed = %d total\n" %
280 (processed, unprocessed, total))
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 357 // If no start code is found, offset is pointing to the first unprocessed byte
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 116 {AUDIO_SOURCE_UNPROCESSED, "unprocessed"},
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/
PolicySubsystem-CommonTypes.xml 123 <BitParameter Name="unprocessed" Size="1" Pos="9"/>
  /frameworks/base/tools/aapt2/
ResourceValues.h 154 // A raw, unprocessed string. This may contain quotations, escape sequences, and whitespace.
  /hardware/interfaces/audio/effect/2.0/xml/
audio_effects_conf_V2_0.xsd 41 <xs:enumeration value="unprocessed"/>
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 276 // Color to highlight unprocessed characters from physical keyboard.
312 CharSequence unprocessed = savedInstanceState.getCharSequence(KEY_UNPROCESSED_CHARS); local
313 if (unprocessed != null) {
314 mUnprocessedChars = unprocessed.toString();
    [all...]

Completed in 1359 milliseconds

1 2 34 5 6 7 8 91011>>