HomeSort by relevance Sort by last modified time
    Searched full:packing (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/webkit/WebKit/android/plugins/
ANPBitmapInterface.cpp 31 static bool anp_getPixelPacking(ANPBitmapFormat fmt, ANPPixelPacking* packing) {
34 if (packing) {
35 packing->AShift = SK_A32_SHIFT;
36 packing->ABits = SK_A32_BITS;
37 packing->RShift = SK_R32_SHIFT;
38 packing->RBits = SK_R32_BITS;
39 packing->GShift = SK_G32_SHIFT;
40 packing->GBits = SK_G32_BITS;
41 packing->BShift = SK_B32_SHIFT;
42 packing->BBits = SK_B32_BITS
    [all...]
  /external/chromium/third_party/libevent/test/
regress.rpc 1 /* tests data packing and unpacking */
  /external/nist-sip/java/gov/nist/javax/sip/message/
Content.java 17 * The default packing method. This packs the content to be appended to the
  /external/qemu/distrib/sdl-1.2.12/include/
close_code.h 29 /* Reset structure packing at previous byte alignment */
40 #endif /* Compiler needs structure packing set */
begin_code.h 96 /* Force structure packing at 4 byte alignment.
98 packing set to an alternate value, say for loading structures from disk.
99 The packing is reset to the previous value in close_code.h
112 #endif /* Compiler needs structure packing set */
  /prebuilt/darwin-x86/sdl/include/SDL/
close_code.h 29 /* Reset structure packing at previous byte alignment */
40 #endif /* Compiler needs structure packing set */
begin_code.h 96 /* Force structure packing at 4 byte alignment.
98 packing set to an alternate value, say for loading structures from disk.
99 The packing is reset to the previous value in close_code.h
112 #endif /* Compiler needs structure packing set */
  /prebuilt/linux-x86/sdl/include/SDL/
close_code.h 29 /* Reset structure packing at previous byte alignment */
40 #endif /* Compiler needs structure packing set */
begin_code.h 96 /* Force structure packing at 4 byte alignment.
98 packing set to an alternate value, say for loading structures from disk.
99 The packing is reset to the previous value in close_code.h
112 #endif /* Compiler needs structure packing set */
  /prebuilt/windows/sdl/host/include/SDL/
close_code.h 29 /* Reset structure packing at previous byte alignment */
40 #endif /* Compiler needs structure packing set */
begin_code.h 79 /* Force structure packing at 4 byte alignment.
81 packing set to an alternate value, say for loading structures from disk.
82 The packing is reset to the previous value in close_code.h
95 #endif /* Compiler needs structure packing set */
  /prebuilt/windows/sdl/include/SDL/
close_code.h 29 /* Reset structure packing at previous byte alignment */
40 #endif /* Compiler needs structure packing set */
begin_code.h 96 /* Force structure packing at 4 byte alignment.
98 packing set to an alternate value, say for loading structures from disk.
99 The packing is reset to the previous value in close_code.h
112 #endif /* Compiler needs structure packing set */
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 329 ANPPixelPacking packing; local
331 if (gBitmapI.getPixelPacking(gRecs[i].fFormat, &packing)) {
333 "pixel format [%d] %s has packing ARGB [%d %d] [%d %d] [%d %d] [%d %d]\n",
335 packing.AShift, packing.ABits,
336 packing.RShift, packing.RBits,
337 packing.GShift, packing.GBits,
338 packing.BShift, packing.BBits)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 51 // - This FieldGenerator should support packing, but this method should be
53 // - This FieldGenerator doesn't support packing, and this method should
56 << "called on field generator that does not support packing.";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
eventpoll.h 35 * UML/x86_64 needs the same packing as x86_64
sdla.h 13 * 0.15 Mike McLagan Structure packing
  /external/skia/include/core/
SkPackBits.h 34 /** Write the src array into a packed format. The packing process may end
44 /** Write the src array into a packed format. The packing process may end
  /hardware/broadcom/wlan/bcm4329/src/include/
dhdioctl.h 37 /* require default structure packing */
119 /* require default structure packing */
packed_section_end.h 2 * Declare directives for structure packing. No padding will be provided
packed_section_start.h 2 * Declare directives for structure packing. No padding will be provided
sdiovar.h 33 /* require default structure packing */
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 74 // - This FieldGenerator should support packing, but this method should be
76 // - This FieldGenerator doesn't support packing, and this method should
79 << "called on field generator that does not support packing.";
  /external/e2fsprogs/lib/uuid/
pack.c 2 * Internal routine for packing UUID's
  /external/libgsm/man/
gsm_option.3 107 The GSM_OPT_WAV49 option turns on a different packing
123 framing algorithm will be used, if nonzero, WAV-type packing is in effect.

Completed in 292 milliseconds

1 2 3 4 5