/external/opencore/android/ |
android_surface_output.h | 60 // define bits, mask and validity check for video parameters
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
huffdecode.cpp | 124 pVars->hasmask contents updated by newly decoded Mid/Side mask 253 pChVars[leftCh]->mask); 254 MODIFYING(pInputStream, mask) 480 pVars->mask);
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
vlc.cpp | 612 uint temp, mask; local 727 mask = 1 << (15 - TotalCoeff); 729 while ((temp&mask) == 0 && indx < (16 - TotalCoeff)) /* search location of 1 bit */ 731 mask >>= 1;
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
dct.h | 36 const static unsigned char mask[8] = {0x7f, 0xbf, 0xdf, 0xef, 0xf7, 0xfb, 0xfd, 0xfe}; variable
|
/external/openssl/crypto/asn1/ |
asn1.h | 271 unsigned long mask; member in struct:asn1_string_table_st [all...] |
/external/openssl/include/openssl/ |
asn1.h | 271 unsigned long mask; member in struct:asn1_string_table_st [all...] |
/external/ppp/pppd/ |
pppd.h | 115 #define OPT_VALUE 0xff /* mask for presupplied value */ 162 u_int32_t base; /* match if (addr & mask) == base */ 163 u_int32_t mask; /* base and mask are in network byte order */ member in struct:permitted_ip [all...] |
/external/qemu/ |
console.h | 140 uint8_t *image, uint8_t *mask);
|
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 96 containing a decimal mask value. The value is a set of bit-flags
|
/external/qemu/hw/ |
usb.h | 301 void musb_core_intr_clear(MUSBState *s, uint32_t mask);
|
/external/qemu/slirp/ |
ip.h | 89 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
|
/external/qemu/slirp-android/ |
ip.h | 91 #define IP_OFFMASK 0x1fff /* mask for fragmenting bits */
|
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 245 (CHANNEL_COUNT > 1) ? AudioSystem::CHANNEL_OUT_STEREO : AudioSystem::CHANNEL_OUT_MONO, // channel mask
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 721 virtual uint64 Properties(uint64 mask, bool test) const { 723 uint64 known, test = TestProperties(*this, mask, &known); 725 return test & mask; 727 return impl_->Properties(mask); [all...] |
map.h | 502 virtual uint64 Properties(uint64 mask, bool test) const { 504 uint64 known, test = TestProperties(*this, mask, &known); 506 return test & mask; 508 return impl_->Properties(mask);
|
/external/tcpdump/ |
addrtoname.c | 1098 * of the local network. mask is its subnet mask. 1101 init_addrtoname(u_int32_t localnet, u_int32_t mask) 1105 f_netmask = mask;
|
ip6.h | 187 #define IP6F_OFF_MASK 0xfff8 /* mask out offset from ip6f_offlg */
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.10-1.js | 145 function Mask( b, n ) {
|
11.10-2.js | 144 function Mask( b, n ) {
|
11.10-3.js | 144 function Mask( b, n ) {
|
/external/webkit/JavaScriptCore/wtf/ |
Assertions.h | 134 unsigned mask; member in struct:__anon6396
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 226 // If it is an xbm image, mask out all the white areas to render them transparent.
|
/external/webkit/WebCore/rendering/style/ |
RenderStyleConstants.h | 59 // A simple StyleDifference does not provide enough information so we return a bit mask of
|
/external/webkit/WebCore/svg/graphics/ |
SVGPaintServerGradient.cpp | 163 // Transform the mask image coordinate system to absolute screen coordinates
|
/external/webkit/WebKit/chromium/src/js/ |
devTools.css | 30 -webkit-mask-image: url(Images/focusButtonGlyph.png);
|