Searched refs:bitmap (Results 1 - 25 of 1242) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java74 BinaryBitmap bitmap = new BinaryBitmap(new HybridBinarizer(source));
76 rawResult = multiFormatReader.decodeWithState(bitmap);
H A DPlanarYUVLuminanceSource.java125 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
126 bitmap.setPixels(pixels, 0, width, 0, 0, width, height);
127 return bitmap;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dp2p_hostapd.c96 u8 bitmap; local
105 bitmap = P2P_MAN_DEVICE_MANAGEMENT;
107 bitmap |= P2P_MAN_CROSS_CONNECTION_PERMITTED;
108 bitmap |= P2P_MAN_COEXISTENCE_OPTIONAL;
109 *eid++ = bitmap;
/external/wpa_supplicant_8/src/ap/
H A Dp2p_hostapd.c96 u8 bitmap; local
105 bitmap = P2P_MAN_DEVICE_MANAGEMENT;
107 bitmap |= P2P_MAN_CROSS_CONNECTION_PERMITTED;
108 bitmap |= P2P_MAN_COEXISTENCE_OPTIONAL;
109 *eid++ = bitmap;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dp2p_hostapd.c96 u8 bitmap; local
105 bitmap = P2P_MAN_DEVICE_MANAGEMENT;
107 bitmap |= P2P_MAN_CROSS_CONNECTION_PERMITTED;
108 bitmap |= P2P_MAN_COEXISTENCE_OPTIONAL;
109 *eid++ = bitmap;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c680 PRE_MEM_READ("XEN_DOMCTL_setvcpuaffinity u.vcpuaffinity.cpumap.bitmap",
681 (Addr)domctl->u.vcpuaffinity.cpumap.bitmap.p,
690 PRE_MEM_READ("XEN_DOMCTL_setnodeaffinity u.nodeaffinity.cpumap.bitmap",
691 (Addr)domctl->u.nodeaffinity.nodemap.bitmap.p,
1248 POST_MEM_WRITE((Addr)domctl->u.vcpuaffinity.cpumap.bitmap.p,
1253 POST_MEM_WRITE((Addr)domctl->u.nodeaffinity.nodemap.bitmap.p,
/external/valgrind/main/drd/
H A Ddrd_bitmap.c60 = VG_(OSetGen_Create_With_Pool)(0, 0, VG_(malloc), "drd.bitmap.bn.2",
71 struct bitmap* DRD_(bm_new)()
73 struct bitmap* bm;
79 bm = VG_(malloc)("drd.bitmap.bn.1", sizeof(*bm));
85 void DRD_(bm_delete)(struct bitmap* const bm)
94 void DRD_(bm_init)(struct bitmap* const bm)
115 void DRD_(bm_cleanup)(struct bitmap* const bm)
122 * bitmap bm.
129 void DRD_(bm_access_range)(struct bitmap* const bm,
141 void DRD_(bm_access_range_load)(struct bitmap* cons
[all...]
H A Ddrd_bitmap.h38 /* Bitmap representation. A bitmap is a data structure in which two bits are
238 /** Set the bit corresponding to address a in bitmap bm0. */
250 * in bitmap bm0.
265 /** Clear the bit corresponding to address a in bitmap bm0. */
277 * in bitmap bm0.
299 /** Test whether the bit corresponding to address a is set in bitmap bm0. */
328 /* Functions for manipulating a struct bitmap. */
332 /* Second level bitmap. */
343 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1);
379 Bool bm_cache_lookup(struct bitmap* cons
[all...]
H A Ddrd_segment.h60 struct bitmap bm;
69 static struct bitmap* DRD_(sg_bm)(Segment* const sg);
90 /** Return the pointer to the bitmap of the segment. */
91 static __inline__ struct bitmap* DRD_(sg_bm)(Segment* const sg)
H A Ddrd_suppression.c40 static struct bitmap* s_suppressed;
41 static struct bitmap* s_traced;
H A Ddrd_thread.c51 static void thread_compute_conflict_set(struct bitmap** conflict_set,
70 struct bitmap* DRD_(g_conflict_set);
99 /** Enables/disables conflict set bitmap tracing. */
1352 struct bitmap* computed_conflict_set = 0;
1376 * Compute the conflict set: a bitmap that represents the union of all memory
1380 static void thread_compute_conflict_set(struct bitmap** conflict_set,
H A Ddrd_thread.h118 extern struct bitmap* DRD_(g_conflict_set);
233 struct bitmap* DRD_(thread_get_conflict_set)(void)
H A Dpub_drd_bitmap.h26 * A bitmap is a data structure that contains information about which
53 struct bitmap;
68 /* Complete bitmap. */
69 struct bitmap struct
80 struct bitmap* DRD_(bm_new)(void);
81 void DRD_(bm_delete)(struct bitmap* const bm);
82 void DRD_(bm_init)(struct bitmap* const bm);
83 void DRD_(bm_cleanup)(struct bitmap* const bm);
84 void DRD_(bm_access_range)(struct bitmap* const bm,
87 void DRD_(bm_access_range_load)(struct bitmap* cons
[all...]
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c1 /** @brief Unit-test for DRD's bitmap implementation. */
99 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2)
131 struct bitmap* bm;
132 struct bitmap* bm2;
163 VG_(printf)("Deleting bitmap bm\n");
166 VG_(printf)("Deleting bitmap bm2\n");
173 struct bitmap* bm1;
174 struct bitmap* bm2;
196 struct bitmap* bm
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen.h76 VKI_XEN_GUEST_HANDLE_64(vki_uint8) bitmap; member in struct:vki_xenctl_bitmap
/external/tcpdump/
H A Dappletalk.h78 u_int8_t bitmap; member in struct:atATP
H A Dieee802_11.h195 u_int8_t bitmap[251]; member in struct:tim_t
H A Dprint-802_11.c846 if (tim.length - 3 > (int)sizeof tim.bitmap)
852 memcpy(tim.bitmap, p + (tim.length - 3),
2237 cpack_advance(&cpacker, sizeof(*hdr)); /* includes the 1st bitmap */
2244 /* are there more bitmap extensions than bytes in header? */
H A Dprint-atalk.c276 atp_bitmap_print(ap->bitmap);
297 EXTRACT_16BITS(&ap->transID), ap->bitmap, length);
314 atp_bitmap_print(ap->bitmap);
/external/stressapptest/src/
H A Dsat.cc303 // Set up the bitmap of physical pages in case we want to see which pages were
318 unsigned char *bitmap = new unsigned char[arraysize]; local
319 sat_assert(bitmap);
322 memset(bitmap, 0, arraysize);
325 page_bitmap_ = bitmap;
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py938 bitmap=bitMap,
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A Dhelloskia.cpp3 #include <android/bitmap.h>
13 * Draws something into the given bitmap
16 * @param dstBitmap The bitmap to place the results of skia into
23 // Grab the dst bitmap info and pixels
31 // Create a surface from the given bitmap
/external/skia/platform_tools/nacl/src/
H A Dnacl_sample.cpp95 // Create a bitmap using the fPixelBuffer pixels
96 SkBitmap bitmap; local
97 bitmap.setConfig(SkBitmap::kARGB_8888_Config, w, h);
98 bitmap.setPixels(data);
99 // Create a canvas with the bitmap as the backend
100 SkCanvas canvas(bitmap);
/external/skia/samplecode/
H A DSampleAARects.cpp16 SkBitmap bitmap; local
17 bitmap.allocN32Pixels(n, n);
18 bitmap.eraseColor(SK_ColorGREEN);
20 SkCanvas canvas(bitmap);
34 return bitmap;
H A DSampleApp.cpp1198 SkBitmap bitmap = capture_bitmap(canvas); local
1199 bitmap.lockPixels();
1214 canvas->drawBitmapRect(bitmap, &src, dest);
1223 SkColor color = bitmap.getColor(fMouseX, fMouseY);
1667 if (query->isType("ignore-window-bitmap")) {

Completed in 5123 milliseconds

1234567891011>>