HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 526 - 550 of 5294) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 47 * written to corresponding block buffer within the destination plane.
58 * [in] step width of the destination plane
91 * [out] pDst pointer to the block in the destination plane.
212 /* 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 53 * written to corresponding block buffer within the destination plane.
64 * [in] step width of the destination plane
97 * [out] pDst pointer to the block in the destination plane.
218 /* 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.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
IPdfRenderer.aidl 30 in PrintAttributes attributes, in ParcelFileDescriptor destination);
  /frameworks/base/telecomm/java/android/telecom/
AudioState.java 161 public void writeToParcel(Parcel destination, int flags) {
162 destination.writeByte((byte) (isMuted ? 1 : 0));
163 destination.writeInt(route);
164 destination.writeInt(supportedRouteMask);
CallAudioState.java 197 public void writeToParcel(Parcel destination, int flags) {
198 destination.writeByte((byte) (isMuted ? 1 : 0));
199 destination.writeInt(route);
200 destination.writeInt(supportedRouteMask);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
copy_altivec.asm 41 add r5, r5, r6 ;# increment destination pointer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_neon.c 83 // Then add the result to the destination data.
98 // Then add the result to the destination data.
145 // Then add the result to the destination data.
160 // Then add the result to the destination data.
  /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
  /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/Camera2/src/com/android/camera/one/v2/imagesaver/
YuvImageBackendImageSaver.java 114 switch (task.destination) {
127 if (task.destination == TaskImageContainer.TaskInfo.Destination.FINAL_IMAGE) {
137 switch (task.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/Messaging/src/com/android/messaging/ui/contact/
ContactDropdownLayouter.java 76 // single recipients would try to simplify the destination by tokenizing. We'd
77 // like to always show the full destination address per design request.
90 final String destination = bidiFormatter.unicodeWrap( local
97 getStyledResults(substring, displayName, destination);
  /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.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 82 String contentDisposition, String contentLocation, String mimeType, int destination)
89 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
95 parent = getRunningDestinationDirectory(context, destination);
98 getSuccessDestinationDirectory(context, destination)
118 if (destination == Downloads.Impl.DESTINATION_FILE_URI) {
119 // Destination is explicitly set - do not change the extension
135 suffix = chooseExtensionFromFilename(mimeType, destination, name, dotIndex);
267 private static String chooseExtensionFromFilename(String mimeType, int destination,
422 public static File getRunningDestinationDirectory(Context context, int destination)
424 return getDestinationDirectory(context, destination, true)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_addr.h 20 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_fddi.h 33 u_int8_t fddi_dhost[FDDI_K_ALEN]; /* Destination host */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/netinet/
udp.h 39 u_int16_t uh_dport; /* destination port */

Completed in 801 milliseconds

<<21222324252627282930>>