HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 676 - 700 of 5499) sorted by null

<<21222324252627282930>>

  /external/oprofile/libpp/
parse_filename.h 25 /// destination image for call graph file, empty if this sample
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlbuildaudiocvt.html 129 > structure can be used to convert audio data it must be initialized with source and destination information. </P
141 > are the source and destination format of the conversion. (For information on audio formats see <A
157 > are the number of channels in the source and destination formats. Finally, <TT
167 > are the frequency or samples-per-second of the source and destination formats. Once again, see <A
  /external/skia/src/effects/
SkGpuBlurUtils.h 27 * @param rect The destination rectangle.
  /external/skia/src/utils/
SkFrontBufferedStream.cpp 132 // Copy the buffer to the destination buffer and update the amount read.
168 // and the destination buffer.
177 // destination.
182 // and the destination buffer.
  /external/v8/src/arm/
code-stubs-arm.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either d7 and d6 or in r2/r3 and r0/r1 respectively. If the destination is
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/v8/src/
elements.h 92 // of elements from source after source_start to the destination array.
96 // destination array, padding any remaining uninitialized elements in the
97 // destination array with the hole.
106 FixedArrayBase* destination,
  /external/v8/src/mips/
code-stubs-mips.h 711 enum Destination {
718 // floating point registers. Depending on the destination the values ends up
719 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
723 Destination destination,
728 // floating point registers. Depending on the destination the values ends up
729 // either f14 and f12 or in a2/a3 and a0/a1 respectively. If the destination
735 FloatingPointHelper::Destination destination,
756 // |destination|
    [all...]
  /external/zlib/src/contrib/puff/
puff.h 32 int puff(unsigned char *dest, /* pointer to destination pointer */
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 128 (LVM_INT32 *)pScratch, /* Destination */
137 pMono, /* Mono destination */
146 (LVM_INT32 *)pMono, /* Destination */
156 pScratch, /* Stereo destination */
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
AGC.h 66 LVM_INT32 *pDst, /* Stereo destination */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 31 LVM_INT16 *dst, /* Source/destination */
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 85 (void *)&pData->SEBiquadTapsMid, /* Destination Cast to void:\
112 (void *)&pData->SEBiquadTapsSide, /* Destination Cast to void:\
219 pScratch, /* Destination */
250 (LVM_INT16 *)pOutData, /* Destination */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 32 * written to corresponding block buffer within the destination plane.
43 * [in] step width of the destination plane
76 * [out] pDst pointer to the block in the destination plane.
197 /* Placing the linear array into the destination plane and clipping
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 38 * written to corresponding block buffer within the destination plane.
49 * [in] step width of the destination plane
82 * [out] pDst pointer to the block in the destination plane.
203 /* Placing the linear array into the destination plane and clipping
  /frameworks/base/data/sounds/
README.txt 4 which installs the appropriate assets into the destination directory.
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
202 * @param dst is the destination image
217 * @param dst is the destination image
219 * @param dst_rect is the destination rectangle
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
203 * @param dst is the destination image
230 * @param dst is the destination image
232 * @param dst_rect is the destination rectangle
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.h 57 /* Default blit destination is offline buffer */
202 * @param dst is the destination image
217 * @param dst is the destination image
219 * @param dst_rect is the destination rectangle
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 16 * This interface represents an output destination for data.
18 * an output destination in a single object, which may include a URI, a byte
74 * output destination.
81 * output destination.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 56 RenderingRequestCaller caller, Rect bounds, Rect destination) {
85 request.setDestination(destination);
186 public void setDestination(Rect destination) {
187 mDestination = destination;
  /packages/apps/Mms/src/com/android/mms/ui/
ChipsRecipientAdapter.java 36 * Each View must contain two TextViews (for display name and destination) and one ImageView
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Platform.java 43 * A thread-local destination buffer to keep us from creating new buffers.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 43 * A thread-local destination buffer to keep us from creating new buffers.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */

Completed in 1387 milliseconds

<<21222324252627282930>>