OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask
(Results
1476 - 1500
of
2232
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/opencore/codecs_v2/video/avc_h264/enc/src/
motion_comp.cpp
217
prev_pix = (pix4 << 24) & 0xFF000000; /*
mask
out byte belong to previous word */
237
prev_pix = (pix4 << 16) & 0xFFFF0000; /*
mask
out byte belong to previous word */
256
prev_pix = (pix4 << 8) & 0xFFFFFF00; /*
mask
out byte belong to previous word */
465
r4 &= 0xFF00FF; /*
mask
*/
482
r5 &= 0xFF00FF; /*
mask
*/
[
all
...]
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h
292
void setFormatMask(uint32
mask
);
/external/openssl/apps/
s_apps.h
137
#define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per
mask
(power of 2!)*/
/external/openssl/crypto/bn/
bn_gf2m.c
1049
BN_ULONG
mask
;
local
1062
mask
= BN_TBIT;
1065
if (a->d[i] &
mask
)
1070
mask
>>= 1;
/external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java
433
* Returns the combined liveness
mask
of the variables right before the
/external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h
476
* flags '[RGB]
mask
'.
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/audio/dc/
aica.c
202
0x0200
mask
is set on reg 0, the sample loops infinitely. If
/external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm
65
; set up mm6 as the
mask
, mm7 as zero
/external/tcpdump/
print-igmp.c
73
u_int8_t tr_smask; /* subnet
mask
for src addr */
print-rip.c
78
* | Subnet
Mask
(4) |
/external/webkit/JavaScriptCore/wtf/unicode/
UTF8.cpp
116
// Once the bits are split out into bytes of UTF-8, this is a
mask
OR-ed
/external/webkit/WebCore/inspector/front-end/
audits.css
50
-webkit-
mask
-image: url(Images/clearConsoleButtonGlyph.png);
/external/webkit/WebCore/platform/win/
CursorWin.cpp
85
// to create the
mask
manually
/external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp
94
// during e.g. scrolling, we set the
mask
and geometry in the paint() function, but
/frameworks/base/core/java/android/content/
ContentResolver.java
[
all
...]
/frameworks/base/include/media/
AudioRecord.h
119
* channels: Channel
mask
: see AudioSystem::audio_channels.
/frameworks/base/libs/surfaceflinger/
LayerBase.h
114
bool setFlags(uint8_t flags, uint8_t
mask
);
/frameworks/base/location/java/com/android/internal/location/
GpsLocationProvider.java
[
all
...]
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp
391
prev_pix = (pix4 << 24) & 0xFF000000; /*
mask
out byte belong to previous word */
412
prev_pix = (pix4 << 16) & 0xFFFF0000; /*
mask
out byte belong to previous word */
432
prev_pix = (pix4 << 8) & 0xFFFFFF00; /*
mask
out byte belong to previous word */
743
r4 &= 0xFF00FF; /*
mask
*/
760
r5 &= 0xFF00FF; /*
mask
*/
[
all
...]
/frameworks/base/opengl/libagl/
primitives.cpp
549
const uint32_t
mask
= GGL_ENABLE_TMUS |
local
555
if (ggl_unlikely(enables &
mask
)) {
619
const uint32_t
mask
= GGL_ENABLE_TMUS |
local
625
if (ggl_likely(enables &
mask
))
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h
122
/** return input channel
mask
*/
AudioPolicyInterface.h
74
virtual void setRingerMode(uint32_t mode, uint32_t
mask
) = 0;
/hardware/ti/omap3/dspbridge/inc/
DSPStream.h
289
* pMask: Pointer to the
mask
of ready streams.
/hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h
291
* pMask: Pointer to the
mask
of ready streams.
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c
345
config.
mask
= 0xFFFFFFFF;
Completed in 260 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>