HomeSort by relevance Sort by last modified time
    Searched full:processed (Results 26 - 50 of 2605) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 42 /* *pProcessed - Pointer to pointer to the destination of the processed data */
59 LVM_INT16 SampleCount; /* Number of samples to be processed this call */
176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */
207 /* *pProcessed - Pointer to the destination of the processed data */
271 /* *pProcessed - Pointer to the destination of the processed data */
311 * Copy the already processed samples to the output buffer
369 * More samples can be processed directly in the output buffer
397 * The remaining samples can not be processed in the output buffer
402 NumSamples = pInstance->SamplesToProcess; /* Number left to be processed */
453 /* the first time. The value is overwritten by the size of the block to be processed */
    [all...]
  /dalvik/vm/mterp/c/
OP_MONITOR_EXIT.cpp 13 * The exception needs to be processed at the *following*
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessableByteArray.java 12 * a holding class for a byte array of data to be processed.
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 3 // PR5426 - the non-dependent obj would be fully processed and wrapped in a
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_EventState.3 15 If \fBstate\fR is set to \fBSDL_ENABLE\fP, that event \fBtype\fR will be processed normally\&.
  /frameworks/base/drm/java/android/drm/
DrmInfoStatus.java 48 * The type of DRM information processed. Must be one of the valid type
57 * The processed data. It is optional and thus could be null. When it
69 * @param infoType The type of the DRM information processed. Must be a valid
71 * @param data The processed data.
  /libcore/luni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 34 * certificate processed by a {@code CertPathBuilder} of {@code
68 * true} if the certificates are processed in forward direction
69 * (from target to trusted CA), {@code false} if processed in
99 * Checks the specified certificate and removes the processed critical
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
README.txt 10 formatProcessor is processed in the alphabetical order of the plugin
  /external/bluetooth/bluedroid/bta/include/
bta_gatts_co.h 56 ** Returns TRUE - if the request is processed successfully and
58 ** FASLE - if the request can not be processed
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 129 boolean processed = false;
133 return processed;
149 return processed;
155 processed = true;
160 processed = true;
164 return processed;
  /external/junit/src/org/junit/runner/
Request.java 27 * Create a <code>Request</code> that, when processed, will run a single test.
40 * Create a <code>Request</code> that, when processed, will run all the tests
50 * Create a <code>Request</code> that, when processed, will run all the tests
60 * Create a <code>Request</code> that, when processed, will run all the tests
78 * Create a <code>Request</code> that, when processed, will run all the tests
  /external/svox/pico/lib/
picoacph.h 37 processed by sa (POS disambiguation):
42 processed by sa (Phrasing, Accentuation):
60 empty, non-processed item types can be processed immediately)
69 items processed and output
picospho.h 36 processed:
122 - as long as the internal buffer is empty, non-processed item types
123 can be processed immediately
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.messages.in 62 # Sent when a mouse event (that isn't a mouse enter/leave event or a wheel event) should be processed.
65 # Sent when a mouse wheel event should be processed.
68 # Sent when a mouse enter event should be processed.
71 # Sent when a mouse leave event should be processed.
74 # Sent when a keyboard should be processed.
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_api.c 381 ** Returns BTA_JV_SUCCESS, if the request is being processed.
525 ** Returns BTA_JV_SUCCESS, if the request is being processed.
552 ** Returns BTA_JV_SUCCESS, if the request is being processed.
605 ** Returns BTA_JV_SUCCESS, if the request is being processed.
640 ** Returns BTA_JV_SUCCESS, if the request is being processed.
671 ** Returns BTA_JV_SUCCESS, if the request is being processed.
763 ** Returns BTA_JV_SUCCESS, if the request is being processed.
818 ** Returns BTA_JV_SUCCESS, if the request is being processed.
847 ** Returns BTA_JV_SUCCESS, if the request is being processed.
883 ** Returns BTA_JV_SUCCESS, if the request is being processed
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
omp_loop.h 54 * processed elements (depends on functionality).
57 * @param bound Maximum number of elements processed (e. g. for
109 // Points to last element processed (needed as return value for
omp_loop_static.h 53 * @param r Functor to "add" a single result to the already processed
57 * @param bound Maximum number of elements processed (e. g. for
108 // Points to last element processed (needed as return value for
par_loop.h 55 * processed elements (depends on functionality).
58 * @param bound Maximum number of elements processed (e. g. for
123 // Points to last element processed (needed as return value for
  /external/blktrace/doc/
btrecord.8 24 traces from the kernel for each IO processed by the block IO layer. The
25 traces provide a complete timeline for each IO processed, including
58 files to be processed, you can run the \fIbtreplay\fR utility which
114 are to be processed. The smaller the value, the smaller the number of
115 IOs processed at one time \(em perhaps yielding in more realistic replay.
173 The second field contains the total number of packets processed for each
  /external/libpcap/
pcap-septel.c 77 int processed = 0 ; local
177 processed++ ;
180 /* after being processed the packet must be
184 processed++;
187 while (processed < cnt) ;
189 return processed ;
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 46 /* The overall gain of the processed path is set by the gains in the individual */
49 /* The unprocessed path must have matching gain for the processed path to ensure */
103 * Setup the mixer gain for the processed path
188 /* This mixes the processed and unprocessed data streams together to correct the */
191 /* When the bypass mixer is enabled the output is the processed signal only and */
196 /* pProcessed Pointer to the processed data */
  /external/chromium/chrome/browser/automation/
ui_controls.h 30 // The version that takes a Task waits until the generated event is processed.
31 // Once the generated event is processed the Task is Run (and deleted). Note
  /external/libnl-headers/netlink/
handlers.h 38 * @arg msg netlink message being processed
47 * @arg nlerr netlink error message being processed
  /external/llvm/include/llvm/Assembly/
PrintModulePass.h 14 // processed.
35 /// functions to the specified raw_ostream as they are processed.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 71 #define SNDRV_SEQ_OSS_PROCESS_EVENTS 0 /* key == 255 is processed as velocity change */
73 #define SNDRV_SEQ_OSS_PROCESS_KEYPRESS 2 /* key >= 128 will be processed as key-pressure */

Completed in 556 milliseconds

12 3 4 5 6 7 8 91011>>