OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch3
(Results
1 - 6
of
6
) sorted by null
/external/srec/srec/include/
sample.h
71
#define MAKEFOURCC(ch0, ch1, ch2,
ch3
) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(
ch3
) << 24 ))
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp
44
#define MAKEFOURCC_WMC(ch0, ch1, ch2,
ch3
) \
46
((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(
ch3
) << 24 ))
48
#define mmioFOURCC_WMC(ch0, ch1, ch2,
ch3
) MAKEFOURCC_WMC(ch0, ch1, ch2,
ch3
)
/frameworks/base/media/mtp/
MtpStringBuffer.cpp
161
uint16_t
ch3
= *src++;
local
162
ch = ((ch1 & 0x0F) << 12) | ((ch2 & 0x3F) << 6) | (
ch3
& 0x3F);
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_i18n.c
272
uint8_t ch2,
ch3
, ch4;
local
294
&& ((
ch3
= mbs[i + 2]) & 0xc0) == 0x80) {
295
wideChar = (uint16_t)(((ch & 0x0F) << 12) | ((ch2 & 0x3F) << 6) | (
ch3
& 0x3F));
307
&& ((
ch3
= mbs[i + 2]) & 0xc0) == 0x80
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
/external/valgrind/main/VEX/priv/
guest_arm_toIR.c
[
all
...]
Completed in 1054 milliseconds