HomeSort by relevance Sort by last modified time
    Searched refs:ch3 (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/intel/img/psb_video/src/
psb_surface_ext.h 39 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
41 ((unsigned long)(unsigned char) (ch2) << 16) | ((unsigned long)(unsigned char) (ch3) << 24 ))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 262 int ch3 = getc( foo ); local
268 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) ||
269 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) ||
270 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) ||
271 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) )
290 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 )
295 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' )
300 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' )
305 else if ( ( ch1 == '\1' && ch2 == 'f' && ch3 == 'c' && ch4 == 'p' ) ||
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReader.java 27 long ch3 = readUInt8(bb); local
29 return ((ch4 << 24) + (ch3 << 16) + (ch2 << 8) + (ch1 << 0));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avifmt.h 16 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
dmdls.h 40 #define mmioFOURCC(ch0,ch1,ch2,ch3) \
42 ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
d3d8types.h 152 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
154 ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
    [all...]
d3d9types.h 195 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
197 ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
    [all...]
vfw.h 36 #define MKFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
52 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
635 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
765 #define mmioFOURCC(ch0,ch1,ch2,ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
    [all...]
icm.h 67 WORD ch3; member in struct:GENERIC3CHANNEL
mmsystem.h 68 #define MAKEFOURCC(ch0,ch1,ch2,ch3) \
70 ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24))
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_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)
  /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)
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 71 #define VIDDEC_MAKEFOURCC(ch0, ch1, ch2, ch3) \
73 ((OMX_U32)(OMX_U8)(ch2) << 16) | ((OMX_U32)(OMX_U8)(ch3) << 24 ))
75 #define VIDDEC_FOURCC(ch0, ch1, ch2, ch3) VIDDEC_MAKEFOURCC(ch0, ch1, ch2, ch3)
  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 173 uint16_t ch3 = *src++; local
174 ch = ((ch1 & 0x0F) << 12) | ((ch2 & 0x3F) << 6) | (ch3 & 0x3F);
  /libcore/ojluni/src/main/java/java/io/
RandomAccessFile.java 810 int ch3 = this.read(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 378 boolean ch0, boolean ch1, boolean ch2, boolean ch3)
384 mask[3] = ch3 ? ~0 : 0;
  /frameworks/base/media/java/android/media/
ExifInterface.java 2643 int ch3 = super.read(); local
2692 int ch3 = super.read(); local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 

Completed in 526 milliseconds

1 2