HomeSort by relevance Sort by last modified time
    Searched refs:dest (Results 251 - 275 of 4189) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_scale_rtcd.h 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_scale_rtcd.h 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_scale_rtcd.h 12 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
15 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
18 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
24 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
27 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
30 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_scale_rtcd.h 16 void vp8_horizontal_line_2_1_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
19 void vp8_horizontal_line_5_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
22 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
25 void vp8_vertical_band_2_1_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
28 void vp8_vertical_band_2_1_scale_i_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
31 void vp8_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
34 void vp8_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
  /external/chromium_org/third_party/icu/source/common/
uts46.cpp 48 isASCIIString(const UnicodeString &dest) {
49 const UChar *s=dest.getBuffer();
50 const UChar *limit=s+dest.length();
68 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest,
73 info, errorCode).toUTF8(dest);
78 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest,
83 info, errorCode).toUTF8(dest);
88 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest,
93 info, errorCode).toUTF8(dest);
98 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest,
    [all...]
  /external/chromium_org/net/http/
mock_gssapi_library_posix.cc 27 void ClearOid(gss_OID dest) {
28 if (!dest)
30 dest->length = 0;
31 dest->elements = NULL;
34 void SetOid(gss_OID dest, const void* src, size_t length) {
35 if (!dest)
37 ClearOid(dest);
40 dest->length = length;
42 dest->elements = const_cast<void*>(src);
45 void CopyOid(gss_OID dest, const gss_OID_desc* src)
86 std::string dest; local
120 std::string dest; local
    [all...]
  /external/jpeg/
wrbmp.c 61 JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest,
75 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
83 ((j_common_ptr) cinfo, dest->whole_image,
84 dest->cur_output_row, (JDIMENSION) 1, TRUE);
85 dest->cur_output_row++;
90 inptr = dest->pub.buffer[0];
100 pad = dest->pad_bytes;
110 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
118 ((j_common_ptr) cinfo, dest->whole_image,
119 dest->cur_output_row, (JDIMENSION) 1, TRUE)
346 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
392 bmp_dest_ptr dest; local
    [all...]
wrrle.c 79 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
112 dest->colormap = NULL;
117 dest->colormap = (rle_map *) (*cinfo->mem->alloc_small)
119 MEMZERO(dest->colormap, cmapsize);
125 dest->colormap[ci * CMAPLENGTH + i] =
132 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
133 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
134 dest->pub.buffer_height = 1;
136 dest->pub.put_pixel_rows = rle_put_pixel_rows;
156 rle_dest_ptr dest = (rle_dest_ptr) dinfo local
174 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
279 rle_dest_ptr dest; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrbmp.c 61 JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest,
75 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
83 ((j_common_ptr) cinfo, dest->whole_image,
84 dest->cur_output_row, (JDIMENSION) 1, TRUE);
85 dest->cur_output_row++;
90 inptr = dest->pub.buffer[0];
100 pad = dest->pad_bytes;
110 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
118 ((j_common_ptr) cinfo, dest->whole_image,
119 dest->cur_output_row, (JDIMENSION) 1, TRUE)
346 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
392 bmp_dest_ptr dest; local
    [all...]
wrrle.c 79 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
112 dest->colormap = NULL;
117 dest->colormap = (rle_map *) (*cinfo->mem->alloc_small)
119 MEMZERO(dest->colormap, cmapsize);
125 dest->colormap[ci * CMAPLENGTH + i] =
132 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
133 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
134 dest->pub.buffer_height = 1;
136 dest->pub.put_pixel_rows = rle_put_pixel_rows;
156 rle_dest_ptr dest = (rle_dest_ptr) dinfo local
174 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
279 rle_dest_ptr dest; local
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
46 d_bottom=dest+first;
47 d_top=dest+last;
55 *first_equal=d_bottom-dest;
56 *last_equal=d_top-dest;
69 double *dest; local
74 dest=tempA;
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
93 dest=tempA;
  /external/chromium_org/crypto/third_party/nss/
chromium-blapi.h 56 extern SECStatus SHA256_HashBuf(unsigned char *dest, const unsigned char *src,
58 extern SECStatus SHA256_Hash(unsigned char *dest, const char *src);
63 extern void SHA256_Clone(SHA256Context *dest, SHA256Context *src);
74 extern SECStatus SHA512_HashBuf(unsigned char *dest, const unsigned char *src,
76 extern SECStatus SHA512_Hash(unsigned char *dest, const char *src);
81 extern void SHA512_Clone(SHA512Context *dest, SHA512Context *src);
92 extern SECStatus SHA384_HashBuf(unsigned char *dest, const unsigned char *src,
94 extern SECStatus SHA384_Hash(unsigned char *dest, const char *src);
99 extern void SHA384_Clone(SHA384Context *dest, SHA384Context *src);
  /external/chromium_org/third_party/lzma_sdk/
Bra86.c 53 UInt32 dest; local
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
65 b = (Byte)(dest >> (24 - index));
68 src = dest ^ ((1 << (32 - index)) - 1);
70 p[4] = (Byte)(~(((dest >> 24) & 1) - 1));
71 p[3] = (Byte)(dest >> 16);
72 p[2] = (Byte)(dest >> 8);
73 p[1] = (Byte)dest;
  /external/chromium_org/third_party/markdown/
__main__.py 59 parser.add_option("-f", "--file", dest="filename", default=None,
62 parser.add_option("-e", "--encoding", dest="encoding",
65 action="store_const", const=CRITICAL+10, dest="verbose",
68 action="store_const", const=INFO, dest="verbose",
70 parser.add_option("-s", "--safe", dest="safe", default=False,
73 parser.add_option("-o", "--output_format", dest="output_format",
77 action="store_const", const=DEBUG, dest="verbose",
79 parser.add_option("-x", "--extension", action="append", dest="extensions",
81 parser.add_option("-n", "--no_lazy_ol", dest="lazy_ol",
  /external/chromium_org/ui/gfx/
path_win.cc 49 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
50 CombineRgn(dest, r1, r2, RGN_AND);
51 return dest;
56 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
57 CombineRgn(dest, r1, r2, RGN_OR);
58 return dest;
63 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
64 CombineRgn(dest, r1, r2, RGN_DIFF);
65 return dest;
  /external/lzma/C/
Bra86.c 53 UInt32 dest; local
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
65 b = (Byte)(dest >> (24 - index));
68 src = dest ^ ((1 << (32 - index)) - 1);
70 p[4] = (Byte)(~(((dest >> 24) & 1) - 1));
71 p[3] = (Byte)(dest >> 16);
72 p[2] = (Byte)(dest >> 8);
73 p[1] = (Byte)dest;
  /frameworks/base/core/java/android/app/usage/
ConfigurationStats.java 126 public void writeToParcel(Parcel dest, int flags) {
128 dest.writeInt(1);
129 mConfiguration.writeToParcel(dest, flags);
131 dest.writeInt(0);
134 dest.writeLong(mBeginTimeStamp);
135 dest.writeLong(mEndTimeStamp);
136 dest.writeLong(mLastTimeActive);
137 dest.writeLong(mTotalTimeActive);
138 dest.writeInt(mActivationCount);
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 104 public void writeToParcel(Parcel dest, int parcelableFlags) {
105 super.writeToParcel(dest, parcelableFlags);
106 dest.writeString(targetPackage);
107 dest.writeString(sourceDir);
108 dest.writeString(publicSourceDir);
109 dest.writeString(dataDir);
110 dest.writeString(nativeLibraryDir);
111 dest.writeInt((handleProfiling == false) ? 0 : 1);
112 dest.writeInt((functionalTest == false) ? 0 : 1);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
46 d_bottom=dest+first;
47 d_top=dest+last;
55 *first_equal=d_bottom-dest;
56 *last_equal=d_top-dest;
69 double *dest; local
74 dest=tempA;
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
93 dest=tempA;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
46 d_bottom=dest+first;
47 d_top=dest+last;
55 *first_equal=d_bottom-dest;
56 *last_equal=d_top-dest;
69 double *dest; local
74 dest=tempA;
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
93 dest=tempA;
  /external/chromium_org/ppapi/shared_impl/
array_writer.cc 32 void* dest = local
43 if (!dest)
47 PP_Resource* dest_resources = static_cast<PP_Resource*>(dest);
55 void* dest = local
66 if (!dest) {
73 std::copy(input.begin(), input.end(), static_cast<PP_Resource*>(dest));
80 void* dest = local
91 if (!dest)
95 PP_Var* dest_vars = static_cast<PP_Var*>(dest);
103 void* dest local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
dequantize.c 30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.cpp 261 template<> void GrGLGetMatrix<3>(GrGLfloat* dest, const SkMatrix& src) {
263 dest[0] = SkScalarToFloat(src[SkMatrix::kMScaleX]);
264 dest[1] = SkScalarToFloat(src[SkMatrix::kMSkewY]);
265 dest[2] = SkScalarToFloat(src[SkMatrix::kMPersp0]);
268 dest[3] = SkScalarToFloat(src[SkMatrix::kMSkewX]);
269 dest[4] = SkScalarToFloat(src[SkMatrix::kMScaleY]);
270 dest[5] = SkScalarToFloat(src[SkMatrix::kMPersp1]);
273 dest[6] = SkScalarToFloat(src[SkMatrix::kMTransX]);
274 dest[7] = SkScalarToFloat(src[SkMatrix::kMTransY]);
275 dest[8] = SkScalarToFloat(src[SkMatrix::kMPersp2])
    [all...]
  /external/libvpx/libvpx/vp8/common/
dequantize.c 30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p_s.h 35 Uint8 *dest, /* Destination (4/8 bits planes) */
49 Uint8 *dest, /* Destination (8 bits planes) */
63 Uint8 *dest, /* Destination (4 bits planes) */

Completed in 952 milliseconds

<<11121314151617181920>>