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/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 19 #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 155 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
157 ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
    [all...]
d3d9types.h 207 #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
209 ((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)
  /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 861 int ch3 = this.read(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 314 int ch1, ch2, ch3; local
326 ch3 = get_char(tok);
327 if (ch3 != 0xBF) {
328 unget_char(ch3, tok);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 328 int ch1, ch2, ch3; local
340 ch3 = get_char(tok);
341 if (ch3 != 0xBF) {
342 unget_char(ch3, tok);
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 332 int ch1, ch2, ch3; local
344 ch3 = get_char(tok);
345 if (ch3 != 0xBF) {
346 unget_char(ch3, tok);
    [all...]
  /prebuilts/sdk/current/support/exifinterface/
android-support-exifinterface.jar 
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /frameworks/base/media/java/android/media/
ExifInterface.java 3809 int ch3 = mDataInputStream.read(); local
3863 int ch3 = mDataInputStream.read(); local
    [all...]
  /frameworks/support/exifinterface/src/android/support/media/
ExifInterface.java     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.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/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 1914 milliseconds

1 2