Searched refs:HDR (Results 1 – 25 of 49) sorted by relevance
12
49 public abstract class SIPHeaderList<HDR extends SIPHeader> extends SIPHeader implements java.util.L…55 protected List<HDR> hlist;57 private Class<HDR> myClass;65 hlist = new LinkedList<HDR>(); in SIPHeaderList()76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList()88 public boolean add(HDR objectToAdd) { in add()89 hlist.add((HDR)objectToAdd); in add()100 public void addFirst(HDR obj) { in addFirst()101 hlist.add(0,(HDR) obj); in addFirst()112 public void add(HDR sipheader, boolean top) { in add()[all …]
619 HDR; in ReadMATImageV4() local652 HDR.Type[3]=ldblk % 10; ldblk /= 10; /* T digit */ in ReadMATImageV4()653 HDR.Type[2]=ldblk % 10; ldblk /= 10; /* P digit */ in ReadMATImageV4()654 HDR.Type[1]=ldblk % 10; ldblk /= 10; /* O digit */ in ReadMATImageV4()655 HDR.Type[0]=ldblk; /* M digit */ in ReadMATImageV4()656 if (HDR.Type[3] != 0) in ReadMATImageV4()658 if (HDR.Type[2] != 0) in ReadMATImageV4()660 if (HDR.Type[0] == 0) in ReadMATImageV4()662 HDR.nRows=ReadBlobLSBLong(image); in ReadMATImageV4()663 HDR.nCols=ReadBlobLSBLong(image); in ReadMATImageV4()[all …]
29 MagickCoderExports(HDR)
78 AddMagickCoder(HDR)
5 #define HDR(x) STR(x.h) macro8 #include HDR(a)
10 # RUN: llvm-readobj --file-headers %t | FileCheck %s --check-prefix=HDR11 # HDR: ElfHeader {12 # HDR: SectionHeaderCount: 0 (65544)13 # HDR-NEXT: StringTableSectionIndex: 65535 (65542)
4 HDR10 HDR16 HDR
5 dynamic range (HDR) video stream. Contact <kron@google.com> for more info.18 Data layout without HDR metadata (one-byte RTP header extension)29 Data layout of color space with HDR metadata (two-byte RTP header extension)63 The extension may optionally include HDR metadata written in the following order,
7 # HDR <header file>13 "HDR" # Single value arguments18 message(FATAL_ERROR "'add_header' rules requires the HDR argument specifying a headef file.")
4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s115 ; HDR-NOT: .debug_aranges116 ; HDR-NOT: .rela.{{.*}}.dwo
3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s66 ; HDR-NOT: .rela.{{.*}}.dwo72 ; HDR: .debug_addr 0000005873 ; HDR-NOT: .rela.{{.*}}.dwo
4 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s117 ; HDR-NOT: .debug_aranges118 ; HDR-NOT: .rela.{{.*}}.dwo
3 ; RUN: llvm-objdump -h %t | FileCheck --check-prefix=HDR %s45 ; HDR-NOT: .rela.{{.*}}.dwo51 ; HDR: .debug_addr 0000003852 ; HDR-NOT: .rela.{{.*}}.dwo
91 HDR = $(PUBHDR) log.h94 $(SRC) $(HDR)
15 HDR
253 HDR = \313 TAGFILES = $(SRC) $(HDR) $(TAGHDR)455 … tar cf - $(CSRC) $(HDR) $(LIBNETDISSECT_SRC) $(EXTRA_DIST) $(TEST_DIST) | (cd $$name; tar xf -); \
53 HDR *h; in septel_read()
97 $(SRC) $(HDR)
81 do if action_needed \"${MODIFSNAME}\" \"${IFSDIR}/include/${HDR}\"
42 + HDR ASTC blocks
88 including new platforms that support HDR content. A subset of those were
322 warning('Pixman < 0.36.0 found, cannot test HDR formats')324 warning('Cairo < 1.17.2 found, cannot test HDR formats')
154 [AC_MSG_WARN([Cairo too old, HDR formats not available. Upgrade to cairo 1.17.2])160 AC_MSG_WARN([Pixman too old, HDR formats not available. Upgrade to pixman 0.36.0])